Date: Saturday, September 24, 2022 @ 17:41:22 Author: heftig Revision: 456715
43.0-1 Modified: libwnck3/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-24 17:41:15 UTC (rev 456714) +++ PKGBUILD 2022-09-24 17:41:22 UTC (rev 456715) @@ -2,7 +2,7 @@ # Contributor: Ionut Biru <[email protected]> pkgname=libwnck3 -pkgver=40.1 +pkgver=43.0 pkgrel=1 pkgdesc="Library to manage X windows and workspaces (via pagers, tasklists, etc.)" url="https://gitlab.gnome.org/GNOME/libwnck" @@ -10,7 +10,8 @@ license=(LGPL) depends=(gtk3 startup-notification libxres) makedepends=(gobject-introspection gtk-doc git meson) -_commit=7fab141ba787cecb576b732c9182b006453d82f4 # tags/40.1^0 +options=(debug) +_commit=6147abd0c1fe35b96e1fbb63fa94d23f91fb2934 # tags/43.0^0 source=("git+https://gitlab.gnome.org/GNOME/libwnck.git#commit=$_commit") sha256sums=('SKIP') @@ -36,4 +37,4 @@ meson install -C build --destdir "$pkgdir" } -# vim:set sw=2 et: +# vim:set sw=2 sts=-1 et:
