summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2023-03-31 22:22:39 +0200
committerNarrat2023-03-31 22:22:39 +0200
commit4f87bc7745382553fafa071c29e9a0d584a299f9 (patch)
tree61845cf0967c55b2d44dc7169253f9ed77468b43
parentf1327f805e66f33d51c93c79cad10b4cb00389e5 (diff)
downloadaur-4f87bc7745382553fafa071c29e9a0d584a299f9.tar.gz
mpvpaper: use arch-meson wrapper
Was either the choice of this wrapper or changing the line to meson setup (...). And as it sets some convinient options, it was an easy choice.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6165c0306f26..0d264af6afe1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ b2sums=('04fe14bcd9a03fab616231f4a594322535eca503b07d3180fc04f4acc0204d659aae80f
build() {
- meson --prefix=/usr "$pkgname-$pkgver" build
+ arch-meson "$pkgname-$pkgver" build
meson compile -C build
}