summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2016-02-13 00:42:38 +0900
committerBenjamin Chrétien2016-02-13 00:42:38 +0900
commit71669ed883343a5264268d97164e5b0246776cd1 (patch)
tree5d462f2834c72f23808fe296e806ab5edc72dc7e
parent6c79915dff10a3de62b49ae12f7f644a2b6dcd11 (diff)
downloadaur-71669ed883343a5264268d97164e5b0246776cd1.tar.gz
Fix license array
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ee14011293b..c29ad1c450c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
# Generated by mksrcinfo v8
-# Thu Dec 10 18:34:15 UTC 2015
+# Fri Feb 12 15:42:25 UTC 2016
pkgbase = cuda-z
pkgdesc = CUDA Information Utility.
pkgver = 0.10
pkgrel = 1
url = http://cuda-z.sourceforge.net/
arch = x86_64
- license = GPL2
+ license = GPLv2
depends = cuda-toolkit
depends = qt4
source = http://downloads.sourceforge.net/cuda-z/cuda-z-0.10.zip
diff --git a/PKGBUILD b/PKGBUILD
index 64851ae5c0c0..1929cf09bae7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=0.10
pkgrel=1
pkgdesc="CUDA Information Utility."
url="http://cuda-z.sourceforge.net/"
-license="GPL2"
+license=("GPLv2")
arch=("x86_64")
depends=("cuda-toolkit" "qt4")
source=("http://downloads.sourceforge.net/cuda-z/cuda-z-${pkgver}.zip")