summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryochananmarqos2019-12-10 09:11:25 -0700
committeryochananmarqos2019-12-10 09:11:25 -0700
commitab2d163ad7ed3c78e899de6606eeadf36c1a3ebf (patch)
tree3e02d550e78d61aeac69949f65d4f3a8f8bb1cfe /PKGBUILD
parenteee5e31d41da497eecdbe2d6dcc9fcb437aba663 (diff)
downloadaur-ab2d163ad7ed3c78e899de6606eeadf36c1a3ebf.tar.gz
use arch-meson wrapper
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb6705092f21..a20b426ab860 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <yochanan dot marqos at gmail dot com>
pkgname=gnome-network-displays-git
pkgver=0.90.1.13.g47de30a
-pkgrel=1
+pkgrel=2
pkgdesc="Miracast implementation for GNOME"
arch=('any')
url="https://github.com/benzea/gnome-network-displays"
@@ -22,7 +22,7 @@ pkgver() {
build() {
cd "${pkgname%-git}"
- meson --prefix /usr --buildtype=plain . build
+ arch-meson . build
ninja -C build
}