summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2020-06-28 11:59:15 -0300
committerRafael Fontenelle2020-06-28 11:59:15 -0300
commit068d5cfda97b597f77a4a9d873a31d9f42c513a6 (patch)
tree6b6a4782da3c23f6f72b2b10cc6230210fb9539e
parentd5f95b4ef8d833882146273b19d1f2c61dc5c80c (diff)
downloadaur-068d5cfda97b597f77a4a9d873a31d9f42c513a6.tar.gz
Use arch-meson
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f9ffe8dddd28..8f52ba4f5268 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgver() {
}
build() {
- meson --prefix=/usr --buildtype=plain obfuscate build
+ arch-meson obfuscate build
meson compile -C build
}