summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2018-09-05 17:51:29 +0200
committerMartino Pilia2018-09-05 17:51:29 +0200
commit2d51cabfa78be3849dfb18842e86728d1058ac70 (patch)
treed9ba2f6d30055ea74266bf6095b2f89d30d1b71f
parent9f772a9076d036f5c3cfd0d707922f263c225f71 (diff)
downloadaur-2d51cabfa78be3849dfb18842e86728d1058ac70.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 6e40bde3931e..db59b5492bc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vv-git
- pkgdesc = VV is an open-source and cross platform image viewer for 2D, 2D+t, 3D and 3D+t (or 4D) images
+ pkgdesc = Image viewer for 2D, 2D+t, 3D and 3D+t (or 4D) images
pkgver = 1.4.0.r271.g24b75af3
- pkgrel = 1
+ pkgrel = 2
url = https://www.creatis.insa-lyon.fr/rio/vv/
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index e06f4879734e..c3002d92d298 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=vv
pkgname=${_pkgname}-git
pkgver=1.4.0.r271.g24b75af3
-pkgrel=1
-pkgdesc='VV is an open-source and cross platform image viewer for 2D, 2D+t, 3D and 3D+t (or 4D) images'
+pkgrel=2
+pkgdesc='Image viewer for 2D, 2D+t, 3D and 3D+t (or 4D) images'
arch=('x86_64')
url='https://www.creatis.insa-lyon.fr/rio/vv/'
license=('BSD')