summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a087dd5ee636..33abe9aee1bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = jagged-alliance-gog
pkgdesc = A turn-based tactics game that takes place on the fictional South Atlantic island of Metavira.
pkgver = 1.13
- pkgrel = 1
+ pkgrel = 2
url = https://www.gog.com/game/jagged_alliance
install = jagged-alliance-gog.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index e4d3a54e50fc..f8da557a616c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=jagged-alliance-gog
pkgver=1.13
-pkgrel=1
+pkgrel=2
pkgdesc="A turn-based tactics game that takes place on the fictional South Atlantic island of Metavira."
url="https://www.gog.com/game/jagged_alliance"
license=('custom:eula')
@@ -51,7 +51,7 @@ prepare() {
cp setup/tmp/eula.txt "$srcdir"
# remove bundled dosbox, windows stuff and gog client files
- rm -rf setup/{app/,commonappdata/,dosbox/,tmp/,*.ico,*.dll,*.zip,__redist,__support}
+ rm -rf setup/{app/,commonappdata/,dosbox/,tmp/,goggame-*,*.ico,*.dll,*.zip,__redist,__support}
}
package() {