summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Kremer2017-07-02 18:32:16 +0200
committerDavid Kremer2017-07-02 18:32:16 +0200
commita1a2a63042570cdc9cea82d6760d5e9f92efab53 (patch)
treed9cae58762523437aa845c97a3a56f377fb0783b
parent379af26a1c44bb37c08c723d80dd856b8f824cd6 (diff)
downloadaur-a1a2a63042570cdc9cea82d6760d5e9f92efab53.tar.gz
update to v1.10.0
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 19541325702a..7aba458297ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Andrzej Giniewicz <gginiu@gmail.com>
pkgname=python-visvis
-pkgver=1.9.2
+pkgver=1.10.0
pkgrel=1
pkgdesc="A pure Python library for visualization of 1D to 4D data in an object oriented way"
url="https://github.com/almarklein/visvis"
arch=('any')
license=('BSD')
-depends=('python-numpy' 'python-opengl')
+depends=('python-numpy' 'python-opengl' 'python-imageio')
makedepends=('python-distribute')
optdepends=('python-pyqt4: for Qt4 backend'
'python-pyside: for another Qt4 backend'
'wxpython: for WxWidgets backend'
'pygtk: for GTK backend')
source=(https://github.com/almarklein/visvis/archive/v${pkgver}.tar.gz)
-md5sums=('1ea4eb4f12ea4ceb7476c979d4790b3d')
+md5sums=('ee0dd00926602b80028792cb441d6261')
build() {
cd "${srcdir}"/visvis-$pkgver