Date: Tuesday, September 10, 2019 @ 19:35:49 Author: heftig Revision: 362160
3.34.0-1 Modified: gsettings-desktop-schemas/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-10 19:35:44 UTC (rev 362159) +++ PKGBUILD 2019-09-10 19:35:49 UTC (rev 362160) @@ -4,8 +4,8 @@ # Contributor: Adam Hani Schakaki (krzd) <[email protected]> pkgname=gsettings-desktop-schemas -pkgver=3.32.0 -pkgrel=2 +pkgver=3.34.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=abcca599dcd57ebc1fb487122dc931d4af2e9d41 # tags/3.32.0^0 +_commit=56d24d47b9699ac6c877b93ae0e863f178c17dab # tags/3.34.0^0 source=("git+https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git#commit=$_commit") sha256sums=('SKIP') @@ -31,7 +31,7 @@ } check() { - meson test -C build + meson test -C build --print-errorlogs } package() {
