summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2016-03-06 06:42:29 -0700
committerBrian Bidulock2016-03-06 06:42:29 -0700
commitad8db8fc0b38c70e09a18a3919d645d0ba932b9a (patch)
treeb6a00aaa0bd7c1d9a2bf15c66c9d64e814b9428a
parentb53ca9b22ed2e35816b1f6dd4c28799c40168e36 (diff)
downloadaur-ad8db8fc0b38c70e09a18a3919d645d0ba932b9a.tar.gz
make license an array
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 454c10016cfe..60d3980b1011 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=2
pkgdesc="Launch.app is a small programm for executing applications, based on WINGs library."
url="http://stepmaker.sourceforge.net/launch.html"
arch=('i686' 'x86_64')
-license="GPL"
+license=("GPL")
depends=('windowmaker')
options=('!buildflags')
source=("http://downloads.sourceforge.net/sourceforge/stepmaker/$_pkgname-$pkgver.tar.gz")