[arch-commits] Commit in libgweather/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Tue Sep 4 19:53:04 UTC 2018
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) <jan.steffens at gmail.com>
# Maintainer: Jan de Groot <jgc at archlinux.org>
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
More information about the arch-commits
mailing list