summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCody Schafer2018-01-04 11:09:42 -0500
committerCody Schafer2018-01-04 11:09:42 -0500
commit5d9e459d03a1e2341fb1793b6a673314fc128d72 (patch)
tree41632a30d04316495b6ea244af0891e22e01f084 /PKGBUILD
parent429f9c49f0dfc06fd5b066d5d53d4ef5eea25196 (diff)
downloadaur-5d9e459d03a1e2341fb1793b6a673314fc128d72.tar.gz
fix `license=`
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aaf774edb302..239a2c08b8a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Fast SSH server and open proxy scanner."
arch=(i686)
depends=('libdnet' 'libevent' 'openssl')
url="http://www.monkey.org/~provos/scanssh/"
-license="GPL"
+license=("GPL")
arch=(i686 x86_64)
source=(http://www.monkey.org/~provos/$pkgname-$pkgver.tar.gz)