summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Iofel2020-03-11 00:15:39 -0400
committerBen Iofel2020-03-11 00:15:39 -0400
commit124e31ea20684309a5b95fa03e450a70e5bf8146 (patch)
treefaced01e01fec246b951fdf2392824255d2c1f94
parent561098ce9d0b3247a745e6b6fa848dbe38c26db5 (diff)
downloadaur-124e31ea20684309a5b95fa03e450a70e5bf8146.tar.gz
use arch-meson
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ebab1fb7a7a4..39b3596ad295 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ sha256sums=('da82293234a36293f320a13feb59ab968ca1aabdbb9797c112114eaf836249e1')
build() {
cd "$pkgname-$pkgver"
- meson build --buildtype=release
+ arch-meson build
ninja -C build
}