Date: Friday, June 19, 2020 @ 17:53:36 Author: heftig Revision: 389545
3.36.2-1 Modified: gnome-contacts/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-19 17:46:07 UTC (rev 389544) +++ PKGBUILD 2020-06-19 17:53:36 UTC (rev 389545) @@ -2,7 +2,7 @@ # Contributor: Ionut Biru <[email protected]> pkgname=gnome-contacts -pkgver=3.36.1 +pkgver=3.36.2 pkgrel=1 pkgdesc="Contacts Manager for GNOME" url="https://wiki.gnome.org/Apps/Contacts" @@ -12,7 +12,7 @@ libhandy) makedepends=(vala gobject-introspection git meson) groups=(gnome) -_commit=9842f10e3ccabe66ac60444829e51f990cedfdca # tags/3.36.1^0 +_commit=db8ac3f6d69ae09a5dfbd8c96997848186a2b13f # tags/3.36.2^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-contacts.git#commit=$_commit") sha256sums=('SKIP') @@ -27,7 +27,7 @@ build() { arch-meson $pkgname build -D docs=true - ninja -C build + meson compile -C build } check() {
