[arch-commits] Commit in gnome-packagekit/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Wed Oct 4 08:36:10 UTC 2017


    Date: Wednesday, October 4, 2017 @ 08:36:09
  Author: eworm
Revision: 261430

update for latest changes in meson wrapper

Modified:
  gnome-packagekit/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-04 08:12:13 UTC (rev 261429)
+++ PKGBUILD	2017-10-04 08:36:09 UTC (rev 261430)
@@ -16,12 +16,9 @@
 sha256sums=('6a219e16923d3976f424416c944bef06913922da24bc9e6644ec114c2d563417')
 
 build() {
-	mkdir build
-	cd build
+	arch-meson "${pkgname}-${pkgver}" build
 
-	arch-meson ../"${pkgname}-${pkgver}"
-
-	ninja
+	ninja -C build
 }
 
 package() {



More information about the arch-commits mailing list