Date: Monday, October 3, 2022 @ 22:02:45 Author: heftig Revision: 457176
43.0-1 Modified: gsettings-desktop-schemas/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-03 22:02:31 UTC (rev 457175) +++ PKGBUILD 2022-10-03 22:02:45 UTC (rev 457176) @@ -4,7 +4,7 @@ # Contributor: Adam Hani Schakaki (krzd) <[email protected]> pkgname=gsettings-desktop-schemas -pkgver=42.0 +pkgver=43.0 pkgrel=1 pkgdesc="Shared GSettings schemas for the desktop" url="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas" @@ -12,7 +12,7 @@ license=(GPL) depends=(glib2 dconf cantarell-fonts adobe-source-code-pro-fonts) makedepends=(gobject-introspection git meson) -_commit=a1f3cd8de0e3d67c826aebce35cc53f760836dca # tags/42.0^0 +_commit=742f0023b484bcf62f89731a2916fe3f2d30377a # tags/43.0^0 source=("git+https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git#commit=$_commit") sha256sums=('SKIP') @@ -37,3 +37,5 @@ package() { meson install -C build --destdir "$pkgdir" } + +# vim:set sw=2 sts=-1 et:
