summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiam Timms2020-12-30 22:21:44 -0500
committerLiam Timms2020-12-30 22:21:44 -0500
commit6ae0318ee657c4bfe252f81be8fb5ae303c011a4 (patch)
tree51a5c0c2ecdb81e6fa04298fdc3894369c616571
parentd3790c58624090fc28585676988664fd29f65f40 (diff)
downloadaur-6ae0318ee657c4bfe252f81be8fb5ae303c011a4.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ef8d5a619ab..bbbb55396a06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ants
pkgdesc = Advanced Normalization Tools (ANTs) computes high-dimensional \ mappings to capture the statistics of brain structure and function
- pkgver = 2.3.4
+ pkgver = 2.3.5
pkgrel = 1
url = http://www.picsl.upenn.edu/ANTS/
arch = i686
@@ -14,8 +14,8 @@ pkgbase = ants
depends = insight-toolkit>=5
provides = ants
conflicts = ants
- source = https://github.com/ANTsX/ANTs/archive/v2.3.4.tar.gz
- md5sums = bdc510c1a816a03377e4c08e69781e84
+ source = https://github.com/ANTsX/ANTs/archive/v2.3.5.tar.gz
+ md5sums = ecd2b3d98f1ba8880800700db50cee57
pkgname = ants
diff --git a/PKGBUILD b/PKGBUILD
index 421fa4b71ed9..4ae1924c37ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname='ants'
pkgname="${_pkgname}"
-pkgver=2.3.4
+pkgver=2.3.5
pkgrel=1
pkgdesc='Advanced Normalization Tools (ANTs) computes high-dimensional \
mappings to capture the statistics of brain structure and function'
@@ -16,7 +16,7 @@ optdepends=()
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("https://github.com/ANTsX/ANTs/archive/v${pkgver}.tar.gz")
-md5sums=('bdc510c1a816a03377e4c08e69781e84')
+md5sums=('ecd2b3d98f1ba8880800700db50cee57')
prepare() {
cd "${srcdir}/ANTs-${pkgver}"