Date: Monday, September 28, 2020 @ 09:50:06
  Author: heftig
Revision: 396937

3.38-1

Modified:
  gcr/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-09-28 08:53:18 UTC (rev 396936)
+++ PKGBUILD    2020-09-28 09:50:06 UTC (rev 396937)
@@ -1,8 +1,8 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
 # Contributor: Ionut Biru <[email protected]>
 
 pkgname=gcr
-pkgver=3.36
+pkgver=3.38
 pkgrel=1
 pkgdesc="A library for bits of crypto UI and parsing"
 url="https://gitlab.gnome.org/GNOME/gcr";
@@ -11,7 +11,7 @@
 depends=(gtk3 libgcrypt p11-kit)
 makedepends=(gobject-introspection vala libxslt git gtk-doc meson)
 provides=(libgck-1.so libgcr-{base,ui}-3.so)
-_commit=802aa20c041216d4277ea95abc320dab2bb9ff08  # tags/3.36^0
+_commit=34802eae03c6ae21570964c042f8832725ab1e0d  # tags/3.38^0
 backup=(etc/security/limits.d/10-gcr.conf)
 source=("git+https://gitlab.gnome.org/GNOME/gcr.git#commit=$_commit";)
 sha256sums=('SKIP')
@@ -27,7 +27,7 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {

Reply via email to