Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build-support/muon-meson/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/build-support/muon-meson/PKGBUILD b/build-support/muon-meson/PKGBUILD
index fe3e4d7a..0f8db823 100644
--- a/build-support/muon-meson/PKGBUILD
+++ b/build-support/muon-meson/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=muon-meson
pkgver=0.3.1
-pkgrel=2
+pkgrel=3
pkgdesc="meson implementation in C"
arch=(x86_64)
url="https://muon.build"
@@ -47,6 +47,8 @@ package() {
cd "muon-v$pkgver/build"
DESTDIR="$pkgdir" ./muon install
+ install -Dm775 arch-muon "$pkgdir/usr/bin/arch-muon"
+
# remove this as the `meson` package also provides it
# muon only has a `docs` option right now, so
# downloading/generating/deleting is the only option :/