summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Ericson2016-02-26 21:00:47 -0300
committerAndré Ericson2016-02-26 21:00:47 -0300
commit2be0d1fc1dd1c2fb71b1bf02715f6d0513fc2d6e (patch)
tree37f36672c7a1742b3e27dfc6aa5ef7cd7395efbb
parentbc573cd88ff732e5c8c21618bfdc554958a8a0fc (diff)
downloadaur-2be0d1fc1dd1c2fb71b1bf02715f6d0513fc2d6e.tar.gz
Make license an array
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2d75e04ad689..03f5dfc20dcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc="Fork of archup a small and lightweight update-notifier for archlinux."
url="https://github.com/aericson/aarchup"
arch=('i686' 'x86_64')
-license="GPL"
+license=('GPL')
depends=('pacman' 'libnotify' 'gtk2')
makedepends=('libnotify' 'autoconf' 'gzip')
source=("https://github.com/aericson/aarchup/archive/$pkgver.zip")