summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSwift Geek2016-03-29 05:10:08 +0200
committerSwift Geek2016-03-29 05:10:08 +0200
commitc86b5aa3d9a321d04ec12d94809c6cbd5d0c8ea2 (patch)
tree51ca8bbeeb9869a01464ad9a883562a3203c74fe
parent4020e2c54c8c8b5970eab2f67d1789fab13b400b (diff)
downloadaur-c86b5aa3d9a321d04ec12d94809c6cbd5d0c8ea2.tar.gz
Fix 'ERROR: license should be an array'
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cdebc5c7685..bcb564db2201 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Tue Mar 29 03:09:39 UTC 2016
pkgbase = osmocombb-git
pkgdesc = An Free Software / Open Source GSM Baseband software implementation.
pkgver = a
diff --git a/PKGBUILD b/PKGBUILD
index 74a880e73c51..69e276e8d138 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgrel=3
pkgdesc="An Free Software / Open Source GSM Baseband software implementation."
arch=('i686' 'x86_64')
url="http://bb.osmocom.org/"
-license="GPL3"
+license=('GPL3')
#TODO: test if python2 is makedepend or regular dep
makedepends=('shtool' 'libtool' 'autoconf' 'git' 'make' 'gcc' 'pkg-config' 'patch')
depends=('libosmocore' 'python2')