summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50aa7afb3822..b2cdcc91b615 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gamehub
pkgver=0.5.7
-pkgrel=1
+pkgrel=2
pkgdesc="Games manager/downloader/library written in Vala that supports GOG, Steam and Humble Bundle"
arch=('any')
url="https://github.com/tkashkin/GameHub"
@@ -18,6 +18,8 @@ build() {
meson build --prefix=$pkgdir/usr -Ddistro=arch
cd build
ninja
+ rm -f ../meson/post_install.py # don't do post install to avoid generating unnecessary files
+ touch ../meson/post_install.py # menson chucks a wobbly if it doesn't exist
}
package() {