summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCTK2017-02-10 23:56:06 +0100
committerCTK2017-02-10 23:56:06 +0100
commitdc9fbcdf9bec4d0d4b2f07823e47433ecb405ac2 (patch)
treea856a7934671d6fd9d5da1564dc9aa453d679bd2 /PKGBUILD
parent5cef8f93204d61a010d9ef101d2a5959a402f3e0 (diff)
downloadaur-dc9fbcdf9bec4d0d4b2f07823e47433ecb405ac2.tar.gz
Fix PKGBUILD license field format (it should be an array)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50d020ff6160..ce67747f539c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=$gitname-git
pkgver=44.478754b
pkgrel=1
pkgdesc="NetWM compliant desktop panel (git)"
-license=GPL
+license=(GPL)
arch=(i686 x86_64)
provides=(fbpanel fbpanel-svn)
conflicts=(fbpanel fbpanel-svn)