summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeonid Bloch2019-02-17 13:17:33 +0200
committerLeonid Bloch2019-02-17 13:17:33 +0200
commit621c6f356d6d1450143c9067d9ee90ded8e15190 (patch)
tree62a727e15f41c49beb70a658e67b1cd5e34196f4 /PKGBUILD
parentf45b33bfb05ff28a194d02efd9c4922985187e24 (diff)
downloadaur-621c6f356d6d1450143c9067d9ee90ded8e15190.tar.gz
Version bump
Signed-off-by: Leonid Bloch <lbloch@janustech.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b8ad4a74effd..701e3b2ad24b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Package maintainer: Leonid B <leonid dot bloch at esrf dot fr>
# Upstream contact: silx at esrf dot fr
pkgname=python-fabio
-pkgver=0.7.0
+pkgver=0.8.0
pkgrel=1
pkgdesc="I/O library for images produced by 2D X-ray detectors."
arch=('any')
@@ -11,7 +11,7 @@ depends=('python-numpy' 'python-pillow' 'python-lxml')
optdepends=('python-pyqt4: for the fabio_viewer program')
makedepends=('cython')
source=("https://github.com/silx-kit/${pkgname#*-}/archive/v${pkgver}.tar.gz")
-sha256sums=('f2ba37584fe39e051cff89a61f13615a973e4bdc6f35979011057a1f9305d784')
+sha256sums=('ddc0ed7b099d4a60aa391631146d1e8fb67aa6ffaeb5d90ce0560b58a574358f')
build() {
cd "${pkgname#*-}-${pkgver}"