summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2018-09-05 17:47:40 +0200
committerMartino Pilia2018-09-05 17:47:40 +0200
commitf6cd2741a67d2a110f856c118168ec97a921e442 (patch)
tree80c26bd7e31e2d7e04a87e76b18ec356c38ae321
parent65b58f00e7928ec6f9451d7f938b5f22a728a343 (diff)
downloadaur-f6cd2741a67d2a110f856c118168ec97a921e442.tar.gz
trim pkgdesc within suggested length
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e87e83fcfe56..65f14669ca5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ants
- pkgdesc = Advanced Normalization Tools (ANTs) computes high-dimensional mappings to capture the statistics of brain structure and function
+ pkgdesc = A state-of-the-art medical image registration and segmentation toolkit
pkgver = 2.2.0
- pkgrel = 2
+ pkgrel = 3
url = http://www.picsl.upenn.edu/ANTS/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 7c26c735356d..ce4e03e4dead 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer of this PKGBUILD file: Martino Pilia <martino.pilia@gmail.com>
pkgname='ants'
pkgver=2.2.0
-pkgrel=2
-pkgdesc='Advanced Normalization Tools (ANTs) computes high-dimensional mappings to capture the statistics of brain structure and function'
+pkgrel=3
+pkgdesc='A state-of-the-art medical image registration and segmentation toolkit'
arch=('i686' 'x86_64')
url='http://www.picsl.upenn.edu/ANTS/'
license=('Apache')