summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62968b045348..61f174f2d6d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = elastix
pkgdesc = Toolbox for rigid and nonrigid registration of images
pkgver = 4.8
- pkgrel = 2
+ pkgrel = 3
url = http://elastix.isi.uu.nl/
arch = x86_64
license = apache
makedepends = cmake
depends = insight-toolkit
+ depends = ann
conflicts = elastix-git
conflicts = elastix-bin
source = http://elastix.isi.uu.nl/download/elastix_sources_v4.8.tar.bz2
diff --git a/PKGBUILD b/PKGBUILD
index 5c16b42fb7ae..6ea4d50fe945 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer of this PKBGUILD file: Martino Pilia <martino.pilia@gmail.com>
pkgname=elastix
pkgver=4.8
-pkgrel=2
+pkgrel=3
pkgdesc='Toolbox for rigid and nonrigid registration of images'
arch=('x86_64')
url='http://elastix.isi.uu.nl/'
license=('apache')
provides=()
-depends=('insight-toolkit')
+depends=('insight-toolkit' 'ann')
makedepends=('cmake')
optdepends=()
conflicts=('elastix-git' 'elastix-bin')