Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / zenity
Commits: 9490a076 by Jan Alexander Steffens (heftig) at 2023-08-10T18:58:13+02:00 3.44.2-1 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Jan de Groot <[email protected]> pkgname=zenity -pkgver=3.44.1 +pkgver=3.44.2 pkgrel=1 pkgdesc="Display graphical dialog boxes from shell scripts" url="https://gitlab.gnome.org/GNOME/zenity" @@ -18,13 +18,13 @@ makedepends=( yelp-tools ) optdepends=('perl: gdialog wrapper') -_commit=5cb56e3e87dcbb1fb423ecee436a62bde483b611 # tags/3.44.1^0 +_commit=e9a591aa1d182e220013d9ab50dcc7607734d7b1 # tags/3.44.2-real^0 source=("git+https://gitlab.gnome.org/GNOME/zenity.git#commit=$_commit") b2sums=('SKIP') pkgver() { cd zenity - git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g' + git describe --tags | sed 's/-real//;s/[^-]*-g/r&/;s/-/+/g' } prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zenity/-/commit/9490a076594181d5f2a9dec74a3321c120904414 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zenity/-/commit/9490a076594181d5f2a9dec74a3321c120904414 You're receiving this email because of your account on gitlab.archlinux.org.
