summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2016-03-06 06:46:44 -0700
committerBrian Bidulock2016-03-06 06:46:44 -0700
commit47a9fb06200879b127cacf87686f6588f720530c (patch)
tree94840e56eff5d88f26ebd8c6fcd52416371541c9
parentdb2cadd9a40fa3fef7dbff6af861b0019f7a4ab4 (diff)
downloadaur-updategeoip.tar.gz
make license an array
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de2b6b5da872..42ac10cbc95f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=2
pkgdesc="Updates geoip with the free country- and city-databases by MaxMind."
url="http://aur.archlinux.org/packages.php?ID=23225"
arch=('any')
-license="GPL"
+license=("GPL")
depends=('bash')
source=(updategeoip)
md5sums=('752d9e6b1e71840881089a8e43a9d8f1')