Date: Thursday, September 17, 2020 @ 18:57:02 Author: heftig Revision: 396242
3.34.0+4+g5196521-1 Modified: template-glib/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-17 18:56:56 UTC (rev 396241) +++ PKGBUILD 2020-09-17 18:57:02 UTC (rev 396242) @@ -1,8 +1,8 @@ -# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=template-glib -pkgver=3.34.0 -pkgrel=2 +pkgver=3.34.0+4+g5196521 +pkgrel=1 pkgdesc="A templating library for GLib" url="https://gitlab.gnome.org/GNOME/template-glib" arch=(x86_64) @@ -9,7 +9,8 @@ license=(LGPL) depends=(glib2 gobject-introspection-runtime) makedepends=(git meson vala gobject-introspection gtk-doc) -_commit=3899ca522bc2cc6e2d866abbc9bc05818a6c48b3 # tags/3.34.0^0 +provides=(libtemplate-glib-1.0.so) +_commit=51965216367391583fd87d1a20cd9ba2bc4943d2 # master source=("git+https://gitlab.gnome.org/GNOME/template-glib.git#commit=$_commit") sha256sums=('SKIP') @@ -24,7 +25,7 @@ build() { arch-meson $pkgname build -D enable_gtk_doc=true - ninja -C build + meson compile -C build } check() {
