summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreasymodo2019-01-13 16:36:52 +0200
committereasymodo2019-01-13 16:36:52 +0200
commitdf37bcd274576a19a2652f04877864623ff8a946 (patch)
treeabe297c406e5e97497b5d8d836408a2d2859e748
parent7934e4ad071d5c1851b08d6b1207fd34b12cea90 (diff)
downloadaur-df37bcd274576a19a2652f04877864623ff8a946.tar.gz
0.7.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 020e0057ad72..17c721031180 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = qimgv-git
pkgdesc = Simple image viewer written in qt. Supports webm playback.
- pkgver = 0.7.1.r0.g7dd7e08
+ pkgver = 0.7.2.r0.g2649d9d
pkgrel = 1
- url = http://github.com/easymodo/qimgv
+ url = https://github.com/easymodo/qimgv
arch = i686
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 299f2092c76a..5043e8d44c81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
# Maintainer: easymodo <easymodofrf@gmail.com>
pkgname=qimgv-git
_pkgname=qimgv
-pkgver=0.7.1.r0.g7dd7e08
+pkgver=0.7.2.r0.g2649d9d
pkgrel=1
#epoch=
-pkgdesc="Simple image viewer written in qt. Supports webm playback."
+pkgdesc="Qt5 image viewer. Fast, configurable, easy to use. Optionally supports video playback."
arch=('i686' 'x86_64')
-url="http://github.com/easymodo/qimgv"
+url="https://github.com/easymodo/qimgv"
license=('GPL3')
#groups=()
depends=('qt5-base' 'qt5-imageformats' 'qt5-svg' 'mpv')
@@ -31,7 +31,7 @@ md5sums=('SKIP')
pkgver() {
cd "$_pkgname"
- git describe --long --tags | sed -r 's/([^-]*-g)/r\1/;s/-/./g;s/v//g'
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
prepare() {