summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartino Pilia2018-06-29 14:46:11 +0200
committerMartino Pilia2018-06-29 14:46:11 +0200
commit0f8d4a9720dacf786df1060d04c257609b93e1d6 (patch)
tree086ed1fff84ed7c4f94fc0bf605ecca365467ca1 /PKGBUILD
parent7021a88e279571dbfc74b3ff53ec292e8db91f2f (diff)
downloadaur-0f8d4a9720dacf786df1060d04c257609b93e1d6.tar.gz
fix url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f5e373399f8..287452ec9d01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
_pkgname=pyelastix
pkgname=python-$_pkgname
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Python wrapper for the Elastix nonrigid registration toolkit"
arch=('x86_64')
-url="http://nipy.org/dipy/"
+url="https://github.com/almarklein/pyelastix"
license=('MIT')
depends=('python-numpy' 'elastix')
makedepends=('python-setuptools')