summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 834ffee404cf..8d208262319a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=msitools
pkgver=0.101
-pkgrel=2
+pkgrel=3
pkgdesc="Set of programs to inspect and build Windows Installer (.MSI) files"
arch=('i686' 'x86_64')
url="https://wiki.gnome.org/msitools"
@@ -28,5 +28,9 @@ package() {
cd "$srcdir/$pkgname-$pkgver"
DESTDIR="$pkgdir" meson install -C build
install -Dm644 copyright "$pkgdir/usr/share/licenses/$pkgname/copyright"
+
+ # Workaround an upstream bug that will be fixed in the next release
+ chmod +x "$pkgdir/usr/bin/msidiff"
+ chmod +x "$pkgdir/usr/bin/msidump"
}