Date: Thursday, September 17, 2020 @ 19:02:13 Author: heftig Revision: 396249
3.38.0-1 Modified: gsettings-desktop-schemas/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-17 18:58:48 UTC (rev 396248) +++ PKGBUILD 2020-09-17 19:02:13 UTC (rev 396249) @@ -1,10 +1,10 @@ -# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Ionut Biru <[email protected]> # Contributor: Jaroslav Lichtblau <[email protected]> # Contributor: Adam Hani Schakaki (krzd) <[email protected]> pkgname=gsettings-desktop-schemas -pkgver=3.36.1 +pkgver=3.38.0 pkgrel=1 pkgdesc="Shared GSettings schemas for the desktop" arch=(any) @@ -12,7 +12,7 @@ license=(GPL) depends=(glib2 dconf cantarell-fonts adobe-source-code-pro-fonts) makedepends=(gobject-introspection git meson) -_commit=4f18b55461a92488722a0209bdacbd6a6a1d1bdd # tags/3.36.1^0 +_commit=bbb4e9d70bea13416a6f7558fddc75c0bb60739a # tags/3.38.0^0 source=("git+https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git#commit=$_commit") sha256sums=('SKIP') @@ -27,7 +27,7 @@ build() { arch-meson $pkgname build - ninja -C build + meson compile -C build } check() {
