summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2018-03-17 18:35:03 +0100
committerMartino Pilia2018-03-17 18:35:03 +0100
commitae6385747cda9f9d8fbb4a9be22502d26b8a7e61 (patch)
tree6d93f6e0983e2e1596c317b6378bd1f739701943
parentdad2511d213c3a0cf85ab145e787f896bd87fa4d (diff)
downloadaur-ae6385747cda9f9d8fbb4a9be22502d26b8a7e61.tar.gz
add missing dependency "ann"
-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')