summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Stoffers2018-07-23 20:13:25 +1000
committerRobert Stoffers2018-07-23 20:13:25 +1000
commit532694750d314a084715cff621594e40e14ed73d (patch)
tree9f4b2f6e744de2ff892cfce31505607efe2f2044
parent94c5df65109cf45f13c4aadcbe51def80c870599 (diff)
downloadaur-532694750d314a084715cff621594e40e14ed73d.tar.gz
update to remove post install script which adds extra files that are unnecessary
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48128e6ac10f..070f0fab0217 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gamehub
pkgdesc = Games manager/downloader/library written in Vala that supports GOG, Steam and Humble Bundle
pkgver = 0.5.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/tkashkin/GameHub
arch = any
license = unknown
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() {