summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2018-09-05 17:50:55 +0200
committerMartino Pilia2018-09-05 17:50:55 +0200
commit70950394678b1af990e53507fdac4dbca1746796 (patch)
tree2e4456f1de2fa6346ad860a1dee1fe51d383ab89
parenta4ae9b8253976bdff3a72724c45a4411b4d3223f (diff)
downloadaur-vv-bin.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 7205fe01fd82..1e85ce363a80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vv-bin
- 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
- 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 3a4826dc8c86..bbfe3e3a130d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer of this PKGBUILD file: Martino Pilia <martino.pilia@gmail.com>
pkgname=vv-bin
pkgver=1.4.0
-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')