summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée2015-12-17 14:36:25 +0100
committerMattias Andrée2015-12-17 14:36:25 +0100
commitbebf8734368ddb62a1abf740245a014fc1779b9b (patch)
treeacd23dc880d040afd6f34972ea58adcbcb0b8aac
parent29bf1578b659384b0a11967fc3d80d00bf960099 (diff)
downloadaur-bebf8734368ddb62a1abf740245a014fc1779b9b.tar.gz
Update to 1.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32a387c7be65..c14bf7f72c1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Dec 17 13:35:35 UTC 2015
+# Thu Dec 17 13:36:25 UTC 2015
pkgbase = vtchs
pkgdesc = Listen for VT switches
pkgver = 1.0
@@ -8,7 +8,7 @@ pkgbase = vtchs
install = vtchs.install
arch = i686
arch = x86_64
- license = GPL3
+ license = MIT
license = custom:GFDL1.3
makedepends = linux-api-headers
makedepends = glibc
diff --git a/PKGBUILD b/PKGBUILD
index 4a754d07dc1f..c1a51e08e523 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Listen for VT switches"
arch=(i686 x86_64)
url="https://github.com/maandree/vtchs"
-license=('GPL3' 'custom:GFDL1.3')
+license=('MIT' 'custom:GFDL1.3')
depends=(linux glibc)
makedepends=(linux-api-headers glibc make coreutils gcc 'texinfo>=4.11')
install=$pkgname.install