summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy_Vetrov2019-02-22 13:14:42 +0300
committerAndy_Vetrov2019-02-22 13:14:42 +0300
commit0525c3ee8290347e9f640ce8a1726b316ea086d9 (patch)
tree3740e7c2482e2f459b100ac4687d08efe173daa7 /PKGBUILD
parent4555e295919e0e815eea1473fae1a1de9e114940 (diff)
downloadaur-0525c3ee8290347e9f640ce8a1726b316ea086d9.tar.gz
upgpkg: zenity-git 3.30.0.r11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cbb6d06fbca6..cab46d21fee9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# https://bugs.archlinux.org/task/50548
pkgname=zenity-git
-pkgver=3.30.0.r10.g3fe41e2
+pkgver=3.30.0.r11.ga0ef05b
pkgrel=1
pkgdesc="Display graphical dialog boxes from shell scripts. Webkit-free version."
url="https://gitlab.gnome.org/GNOME/zenity"
@@ -23,6 +23,7 @@ sha256sums=('SKIP')
pkgver() {
cd ${pkgname%-*}
+# git describe --long --tags | sed 's/^ZENITY_//;s/_/./g;s/\([^-]*-g\)/r\1/;s/-/./g'
git describe --long --tags | sed 's/^ZENITY_//;s/_/./g;s/\([^-]*-g\)/r\1/;s/-/./g'
}