summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2018-06-29 14:46:11 +0200
committerMartino Pilia2018-06-29 14:46:11 +0200
commit0f8d4a9720dacf786df1060d04c257609b93e1d6 (patch)
tree086ed1fff84ed7c4f94fc0bf605ecca365467ca1
parent7021a88e279571dbfc74b3ff53ec292e8db91f2f (diff)
downloadaur-0f8d4a9720dacf786df1060d04c257609b93e1d6.tar.gz
fix url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 396d700066ec..27f05236a747 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-pyelastix
pkgdesc = Python wrapper for the Elastix nonrigid registration toolkit
pkgver = 1.1
- pkgrel = 1
- url = http://nipy.org/dipy/
+ pkgrel = 2
+ url = https://github.com/almarklein/pyelastix
arch = x86_64
license = MIT
makedepends = python-setuptools
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')