summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c25e7cad7692..f3ac53b5109b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer of this PKGBUILD file: Martino Pilia <martino.pilia@gmail.com>
_pkgname=pynrrd
pkgname=python-$_pkgname
-pkgver=0.4.1
+pkgver=0.4.2
pkgrel=1
pkgdesc="Simple pure-python module for reading and writing nrrd files"
arch=('any')
@@ -11,7 +11,7 @@ depends=('python-numpy')
optdepends=()
makedepends=('python-setuptools')
source=("https://github.com/mhe/pynrrd/archive/v${pkgver}.tar.gz")
-sha256sums=('ed48e7c5117063cc0e7e79ef6036c7a84f805e3fc1107fb7ef21c3cb70c5164f')
+sha256sums=('0e0c60c9927adb31d97a7e3d00756dec987f115b2857dec0d6e4641490acfbd6')
package() {
cd "$srcdir/$_pkgname-$pkgver"