summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWindel Bouwman2017-02-25 10:16:30 +0100
committerWindel Bouwman2017-02-25 10:16:30 +0100
commit89043b665915ffd537e115f6d059bd2012892b76 (patch)
treeba2563b908b81dee37f402d6313d85d8c955fbed /PKGBUILD
parent4cb507a988ce78e5dcd392eaeab7fd376662bf9b (diff)
downloadaur-89043b665915ffd537e115f6d059bd2012892b76.tar.gz
Update to version 0.10.0 and set architecture to any
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6d33ccadf86..dff4491ea257 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=python2-pyqtgraph
_pkgname=pyqtgraph
-pkgver=0.9.10
+pkgver=0.10.0
pkgrel=1
pkgdesc="Scientific Graphics and GUI Library for Python"
-arch=('i686' 'x86_64')
+arch=('any')
license=('MIT')
url="http://www.pyqtgraph.org/"
depends=('python2' 'python2-pyqt4' 'python2-numpy')
optdepends=('python2-opengl')
-source=("http://www.pyqtgraph.org/downloads/pyqtgraph-${pkgver}.tar.gz")
-md5sums=('6e2efa185b6b9227dfe16fefd921a8ec')
+source=("http://www.pyqtgraph.org/downloads/${pkgver}/pyqtgraph-${pkgver}.tar.gz")
+md5sums=('3f191f724a3f9d829094af6237f1db5a')
package() {
cd "$srcdir/$_pkgname-$pkgver"