Date: Saturday, April 2, 2022 @ 14:57:37 Author: heftig Revision: 441268
42.0-1 Modified: gnome-session/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-02 14:34:16 UTC (rev 441267) +++ PKGBUILD 2022-04-02 14:57:37 UTC (rev 441268) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=gnome-session -pkgver=41.3 +pkgver=42.0 pkgrel=1 pkgdesc="The GNOME Session Handler" url="https://gitlab.gnome.org/GNOME/gnome-session" @@ -11,7 +11,8 @@ json-glib libgl libsm libxtst) makedepends=(mesa gtk-doc xtrans git python xmlto docbook-xsl meson) groups=(gnome) -_commit=6ee8e22f0f7bc4d5c364b3b6ac7ef0bfb8e2ec7b # tags/41.3^0 +options=(debug) +_commit=7040e3e595040698fc67ddffaa5be499958237ff # tags/42.0^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-session.git#commit=$_commit") sha256sums=('SKIP')
