summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2018-09-05 17:50:21 +0200
committerMartino Pilia2018-09-05 17:50:21 +0200
commit598151bf1f2bb210ac2fea6d700fd69c61066d8c (patch)
treebf0127164a021490e8a6c1c2c6ead94c27837325
parent8c4355cb25658dbf44c5e5123514b5e90ed23699 (diff)
downloadaur-vv.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 4f97358aed5a..6af97f2ae37b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vv
- 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 66d7a7a71600..abbb4ed27123 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer of this PKGBUILD file: Martino Pilia <martino.pilia@gmail.com>
pkgname=vv
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')