Date: Saturday, September 8, 2018 @ 01:16:16 Author: heftig Revision: 333876
3.30-1 Modified: gnome-contacts/trunk/PKGBUILD (contents, properties) ----------+ PKGBUILD | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-08 01:09:36 UTC (rev 333875) +++ PKGBUILD 2018-09-08 01:16:16 UTC (rev 333876) @@ -1,9 +1,8 @@ -# $Id$ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Ionut Biru <[email protected]> pkgname=gnome-contacts -pkgver=3.28.2 +pkgver=3.30 pkgrel=1 pkgdesc="Contacts Manager for GNOME" url="https://wiki.gnome.org/Apps/Contacts" @@ -12,7 +11,7 @@ depends=(gtk3 folks gnome-desktop dconf gnome-online-accounts libgee telepathy-glib cheese libchamplain) makedepends=(vala gobject-introspection git meson) groups=(gnome) -_commit=145ca91397b1c0060d5702c7b0c1748c0aba9b2c # tags/3.28.2^0 +_commit=5de89d5120a7da1af62732e2317b90f8178ec875 # tags/3.30^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-contacts.git#commit=$_commit") sha256sums=('SKIP') @@ -31,10 +30,9 @@ } check() { - cd build - meson test + meson test -C build } package() { - DESTDIR="$pkgdir" ninja -C build install + DESTDIR="$pkgdir" meson install -C build } Property changes on: gnome-contacts/trunk/PKGBUILD ___________________________________________________________________ Deleted: svn:keywords ## -1 +0,0 ## -Id \ No newline at end of property
