summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWindel Bouwman2016-02-20 10:10:16 +0100
committerWindel Bouwman2016-02-20 10:10:16 +0100
commit4cb507a988ce78e5dcd392eaeab7fd376662bf9b (patch)
tree6d33bccb5e44e3896e3f1228eaaf83eda7a137c2 /PKGBUILD
parentb7afa7c1b53d480e3a51bb2e077b153ec34a640c (diff)
downloadaur-4cb507a988ce78e5dcd392eaeab7fd376662bf9b.tar.gz
Fix license must 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 cbd4cbd96bb0..f6d33ccadf86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=0.9.10
pkgrel=1
pkgdesc="Scientific Graphics and GUI Library for Python"
arch=('i686' 'x86_64')
-license='MIT'
+license=('MIT')
url="http://www.pyqtgraph.org/"
depends=('python2' 'python2-pyqt4' 'python2-numpy')
optdepends=('python2-opengl')