Date: Tuesday, September 4, 2018 @ 19:55:08
  Author: heftig
Revision: 333337

minor

Modified:
  geocode-glib/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-09-04 19:53:03 UTC (rev 333336)
+++ PKGBUILD    2018-09-04 19:55:08 UTC (rev 333337)
@@ -1,4 +1,3 @@
-# $Id$
 # Maintainer: Jan de Groot <j...@archlinux.org>
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
 
@@ -6,7 +5,7 @@
 pkgver=3.26.0
 pkgrel=1
 pkgdesc="Helper library for geocoding services"
-url="https://git.gnome.org/browse/geocode-glib/";
+url="https://gitlab.gnome.org/GNOME/geocode-glib";
 arch=(x86_64)
 license=(LGPL)
 depends=(glib2 json-glib libsoup)
@@ -31,12 +30,11 @@
 }
 
 check() {
-  cd build
   # Needs sv_SE.utf8, will not pass in chroot
-  #meson test
+  meson test -C build || :
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
 }
 


Property changes on: geocode-glib/trunk/PKGBUILD
___________________________________________________________________
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property

Reply via email to