diff options
Diffstat (limited to 'testing/py-gnuplot/APKBUILD')
-rw-r--r-- | testing/py-gnuplot/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py-gnuplot/APKBUILD b/testing/py-gnuplot/APKBUILD index c187c44080..f4ab873ba9 100644 --- a/testing/py-gnuplot/APKBUILD +++ b/testing/py-gnuplot/APKBUILD @@ -3,12 +3,12 @@ pkgname=py-gnuplot _pkgname=gnuplot-py pkgver=1.8 -pkgrel=0 +pkgrel=1 pkgdesc="A Python interface to the gnuplot plotting program." url="http://gnuplot-py.sourceforge.net" -arch="noarch !s390x" +arch="noarch" license="LGPL" -depends="python2 py-numpy gnuplot" +depends="python2 py-numpy>=1.14.3-r1 gnuplot" depends_dev="" makedepends="$depends_dev python2-dev" install="" |