Date: Tuesday, October 25, 2022 @ 15:20:15 Author: heftig Revision: 458894
43.1-1 Modified: xdg-desktop-portal-gnome/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-25 15:15:16 UTC (rev 458893) +++ PKGBUILD 2022-10-25 15:20:15 UTC (rev 458894) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=xdg-desktop-portal-gnome -pkgver=42.3 +pkgver=43.1 pkgrel=1 pkgdesc="A backend implementation for xdg-desktop-portal for the GNOME desktop environment" url="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome" @@ -15,7 +15,7 @@ conflicts=('xdg-desktop-portal-gtk<1.10.0-2') replaces=('xdg-desktop-portal-gtk<1.10.0-2') options=(debug) -_commit=725aa7423dd8eed98bcd541967d5655620fdb9e7 # tags/42.3^0 +_commit=4fd5a8bf16b01c78ed19764415cb26d29aaf7eab # tags/43.1^0 source=("git+https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome.git#commit=$_commit") sha256sums=('SKIP') @@ -40,3 +40,5 @@ package() { meson install -C build --destdir "$pkgdir" } + +# vim:set sw=2 sts=-1 et:
