Date: Tuesday, September 4, 2018 @ 19:53:03
  Author: heftig
Revision: 333336

Id

Modified:
  libgweather/trunk/PKGBUILD    (contents, properties)

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-09-04 19:51:57 UTC (rev 333335)
+++ PKGBUILD    2018-09-04 19:53:03 UTC (rev 333336)
@@ -1,4 +1,4 @@
-# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
 # Maintainer: Jan de Groot  <[email protected]>
 
 pkgname=libgweather
@@ -29,10 +29,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: libgweather/trunk/PKGBUILD
___________________________________________________________________
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property

Reply via email to