summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Squartini2016-06-14 11:02:01 +0900
committerNicola Squartini2016-06-14 11:02:01 +0900
commit85cf69ced3e1f47d139a1e9d62527c812af87774 (patch)
tree7615bb171b349ef49c4a9eef5f5c350777d494c9
parent887de7591d9a3d1a80470df2df73a5cd41998c01 (diff)
downloadaur-85cf69ced3e1f47d139a1e9d62527c812af87774.tar.gz
license should be an array
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 47be6b4434ca..154411c36c7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="IBM Full-System Simulator for the Cell Broadband Engine Processor"
arch=(x86_64)
url="http://www.ibm.com/"
-license="IBM Licensed Materials"
+license=("IBM Licensed Materials")
groups=('Cell Simulator')
depends=(gcc-libs perl tk)
makedepends=(rpmextract)