Skip to content
Snippets Groups Projects
Commit 71d58471 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

3.42.0-1

parent 2c485c1f
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=zenity
pkgver=3.41.0
pkgver=3.42.0
pkgrel=1
pkgdesc="Display graphical dialog boxes from shell scripts"
url="https://gitlab.gnome.org/GNOME/zenity"
......@@ -10,13 +10,14 @@ arch=(x86_64)
license=(LGPL)
depends=(webkit2gtk libnotify)
makedepends=(yelp-tools meson git)
_commit=d8857f446b602d5fb4a41fef3d8a63507a12b72c # tags/3.41.0^0
options=(debug)
_commit=383c8c13899f2e6beb5d71c43d7a181d67008c9f # tags/3.42.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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment