Date: Wednesday, April 27, 2022 @ 20:51:49 Author: heftig Revision: 444143
0.7.11-1 Modified: libnotify/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-27 20:46:19 UTC (rev 444142) +++ PKGBUILD 2022-04-27 20:51:49 UTC (rev 444143) @@ -2,21 +2,22 @@ # Contributor: Jan de Groot <[email protected]> pkgname=libnotify -pkgver=0.7.9 -pkgrel=2 +pkgver=0.7.11 +pkgrel=1 pkgdesc="Library for sending desktop notifications" +url="https://gitlab.gnome.org/GNOME/libnotify" arch=(x86_64) -url="https://gitlab.gnome.org/GNOME/libnotify" license=(LGPL) depends=(gdk-pixbuf2) makedepends=(gtk3 gobject-introspection git meson docbook-xsl xmlto gtk-doc) -_commit=98a4bf483a69c6436311bcb9834d9d93235c96b7 # tags/0.7.9^0 +options=(debug) +_commit=e8a57f7245434603a0fda8b0b6a30017f08ce1e4 # tags/0.7.11^0 source=("git+$url.git#commit=$_commit") sha256sums=('SKIP') pkgver() { cd $pkgname - git describe --tags | sed 's/-/+/g' + git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g' } prepare() {
