summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2016-03-06 02:25:08 -0700
committerBrian Bidulock2016-03-06 02:25:08 -0700
commitf0d71fada9295d0526f6f1a30f67578a1a8e1da7 (patch)
treefd5cb09bf965e2ac4530518c095b279f8b9c53d9
parent81657ae54dbd92a7315728d6be5acc0ff75571bf (diff)
downloadaur-f0d71fada9295d0526f6f1a30f67578a1a8e1da7.tar.gz
make license an array
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c7c60eb18a7c..09cfa693777d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgrel=2
pkgdesc="rglassd, rcollector for quaggas bgp"
arch=('i686' 'x86_64')
url="http://diac24.net"
-license="GPL2"
+license=("GPL2")
depends=('libxml2')
makedepends=('git')
_gitroot='git://git.spaceboyz.net/diacstuff.git'