summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Velikov2022-07-22 17:06:53 +0100
committerEmil Velikov2022-07-22 17:06:53 +0100
commit41cbee0e7a329f3eebb954bfde0ff54bb84c4b11 (patch)
tree3206e8d9ab5a76b8b4877b0be58ee35e4e3f06e3
parent035e5b5bd0d2a1026207f80a04db8017676ecbab (diff)
downloadaur-41cbee0e7a329f3eebb954bfde0ff54bb84c4b11.tar.gz
zenity-light: update to 3.43.0-1, enable debug pkg
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f525d4decd0..9f7b571c88f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zenity-light
pkgdesc = Display graphical dialog boxes from shell scripts. Light version without WekKit2.
- pkgver = 3.41.0
+ pkgver = 3.43.0
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/zenity
arch = x86_64
@@ -12,7 +12,8 @@ pkgbase = zenity-light
depends = libnotify
provides = zenity
conflicts = zenity
- source = git+https://gitlab.gnome.org/GNOME/zenity.git#commit=d8857f446b602d5fb4a41fef3d8a63507a12b72c
+ options = debug
+ source = git+https://gitlab.gnome.org/GNOME/zenity.git#commit=01e6d92f23f49414ba8ec4c5b3daf49222c1e31d
sha256sums = SKIP
pkgname = zenity-light
diff --git a/PKGBUILD b/PKGBUILD
index e7a479bc6c69..79d250a6374e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=zenity-light
-pkgver=3.41.0
+pkgver=3.43.0
pkgrel=1
pkgdesc="Display graphical dialog boxes from shell scripts. Light version without WekKit2."
url="https://gitlab.gnome.org/GNOME/zenity"
@@ -13,13 +13,14 @@ depends=(gtk3 libnotify)
makedepends=(yelp-tools meson git)
conflicts=("${pkgname%-light}")
provides=("${pkgname%-light}")
-_commit=d8857f446b602d5fb4a41fef3d8a63507a12b72c # tags/3.41.0^0
+options=(debug)
+_commit=01e6d92f23f49414ba8ec4c5b3daf49222c1e31d # tags/3.43.0^0
source=("git+https://gitlab.gnome.org/GNOME/zenity.git#commit=$_commit")
sha256sums=('SKIP')
pkgver() {
cd zenity
- git describe --tags | sed 's/^ZENITY_//;s/_/./g;s/-/+/g'
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
}
prepare() {