summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRobert Stoffers2018-07-23 20:13:25 +1000
committerRobert Stoffers2018-07-23 20:13:25 +1000
commit532694750d314a084715cff621594e40e14ed73d (patch)
tree9f4b2f6e744de2ff892cfce31505607efe2f2044 /PKGBUILD
parent94c5df65109cf45f13c4aadcbe51def80c870599 (diff)
downloadaur-532694750d314a084715cff621594e40e14ed73d.tar.gz
update to remove post install script which adds extra files that are unnecessary
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() {