summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrzej Giniewicz2015-07-09 16:19:07 +0200
committerAndrzej Giniewicz2015-07-09 16:19:07 +0200
commit7763453800b895aa001415c3d316a4ef5f70593d (patch)
tree6e89e478661074e3d10a8ac6dc015bafa124653a
parent86d34bc31029f419c0a3046ba93fa5c776f83e94 (diff)
downloadaur-7763453800b895aa001415c3d316a4ef5f70593d.tar.gz
update dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c71ae8cba04..d7cce4bee7ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-guiqwt
pkgdesc = Python library providing efficient 2D data-plotting features
pkgver = 2.3.1
- pkgrel = 1
+ pkgrel = 2
url = http://code.google.com/p/guiqwt/
arch = i686
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = python2-guiqwt
makedepends = unzip
makedepends = cython2
depends = python2-guidata
- depends = pyqwt
+ depends = python2-pyqwt
depends = python2-scipy
depends = python-imaging
optdepends = python2-pydicom: for DICOM files I/O features
diff --git a/PKGBUILD b/PKGBUILD
index 271ea4c42439..f217d787cb12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Andrzej Giniewicz <gginiu@gmail.com>
pkgname=python2-guiqwt
pkgver=2.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="Python library providing efficient 2D data-plotting features"
arch=('i686' 'x86_64')
url="http://code.google.com/p/guiqwt/"
license=('custom:CeCIL')
-depends=('python2-guidata' 'pyqwt' 'python2-scipy' 'python-imaging')
+depends=('python2-guidata' 'python2-pyqwt' 'python2-scipy' 'python-imaging')
optdepends=('python2-pydicom: for DICOM files I/O features'
'spyder: for Sift embedded Python console')
makedepends=('python2-distribute' 'unzip' 'cython2')