summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy_Vetrov2019-02-22 13:14:42 +0300
committerAndy_Vetrov2019-02-22 13:14:42 +0300
commit0525c3ee8290347e9f640ce8a1726b316ea086d9 (patch)
tree3740e7c2482e2f459b100ac4687d08efe173daa7
parent4555e295919e0e815eea1473fae1a1de9e114940 (diff)
downloadaur-0525c3ee8290347e9f640ce8a1726b316ea086d9.tar.gz
upgpkg: zenity-git 3.30.0.r11
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 988083229e18..2e9609889396 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zenity-git
pkgdesc = Display graphical dialog boxes from shell scripts. Webkit-free version.
- pkgver = 3.30.0.r10.g3fe41e2
+ pkgver = 3.30.0.r11.ga0ef05b
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/zenity
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = zenity-git
makedepends = itstool
makedepends = yelp-tools
depends = libnotify
- provides = zenity=3.30.0.r10.g3fe41e2
+ provides = zenity=3.30.0.r11.ga0ef05b
conflicts = zenity
replaces = zenity
source = git+https://gitlab.gnome.org/GNOME/zenity.git
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'
}