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 12c551a518ea..ce57066e5d63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer of this PKGBUILD file: Martino Pilia <martino.pilia@gmail.com>
_pkgname=disptools
pkgname=python-$_pkgname
-pkgver=0.3.0
+pkgver=0.4.0
pkgrel=1
pkgdesc="Generate displacement fields with known volume changes"
arch=('x86_64')
@@ -14,7 +14,7 @@ optdepends=('insight-toolkit: for disptools.drawing.sitk_to_itk (requires Python
'python-ply: for disptools.io.read_elastix_parameters')
makedepends=('python-setuptools')
source=("https://github.com/m-pilia/disptools/archive/v${pkgver}.tar.gz")
-sha512sums=('9b6d6841bd662b719f61de9bf7c1d826be913c10861415a0ce0e493401c621878cc44d8b7a3df705a6bf42a42a7dcd656edf783cfbb0d44196c5e6ee7c9582e4')
+sha256sums=('37bbbc083f70439953bab608fe882c24d281e6b773dbf821e294855ba1d6d522')
package() {
cd "$srcdir/$_pkgname-$pkgver"