Date: Thursday, November 15, 2018 @ 10:30:45
  Author: arodseth
Revision: 407634

upgpkg: grim 0.0.0-2

Modified:
  grim/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-11-15 10:30:42 UTC (rev 407633)
+++ PKGBUILD    2018-11-15 10:30:45 UTC (rev 407634)
@@ -3,7 +3,7 @@
 
 pkgname=grim
 pkgver=0.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Screenshot utility that works under Wayland'
 arch=('x86_64')
 url='https://github.com/emersion/grim'
@@ -14,7 +14,7 @@
 sha256sums=('SKIP')
 
 build() {
-  meson --prefix=/usr build "$pkgname"
+  arch-meson build "$pkgname"
   ninja -C build
 }
 
@@ -25,4 +25,3 @@
 }
 
 # vim: ts=2 sw=2 et:
-

Reply via email to