Date: Wednesday, September 22, 2021 @ 23:36:46 Author: heftig Revision: 424557
41.0-1 Modified: gsettings-desktop-schemas/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-22 23:25:09 UTC (rev 424556) +++ PKGBUILD 2021-09-22 23:36:46 UTC (rev 424557) @@ -4,8 +4,8 @@ # Contributor: Adam Hani Schakaki (krzd) <[email protected]> pkgname=gsettings-desktop-schemas -pkgver=40.0 -pkgrel=3 +pkgver=41.0 +pkgrel=1 pkgdesc="Shared GSettings schemas for the desktop" arch=(any) 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=330c148978aa865851b0be3dd72f0817cbd94f31 # tags/40.0^0 +_commit=a5c0c7d363bcca5b0f3b6283b0a3e05ddc1c83ac # tags/41.0^0 source=("git+https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git#commit=$_commit") sha256sums=('SKIP') @@ -35,5 +35,5 @@ } package() { - DESTDIR="$pkgdir" meson install -C build + meson install -C build --destdir "$pkgdir" }
