summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConstantin Nickel2024-05-03 12:07:22 +0200
committerConstantin Nickel2024-05-03 12:07:22 +0200
commitd945f398d860da27182f6e7498e33e76c77b1aae (patch)
tree40e7d01788a6ce9d82cc8cb827dc56a1276c9bfe
parent6d0b69c10b85dccfae93bc0936869244ba1620c5 (diff)
downloadaur-d945f398d860da27182f6e7498e33e76c77b1aae.tar.gz
switch back to the `innoextract` package
The updated GOG installer can now be extracted using the "innoextract" package from the "Extra" repository.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8432e5ac3a6f..83a816c2faf1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = battle-isle-gog
pkgdesc = A turn-based tactics game which tells the story about the wars on the fictional planet, Chromos.
pkgver = 1.0
- pkgrel = 3
+ pkgrel = 4
url = https://www.gog.com/game/battle_isle_platinum
install = battle-isle-gog.install
arch = any
groups = games
license = custom:eula
- makedepends = innoextract-git
+ makedepends = innoextract
makedepends = icoutils
depends = dosbox
optdepends = unionfs-fuse: mounting game folder to home for savegames and settings
@@ -29,4 +29,3 @@ pkgbase = battle-isle-gog
sha256sums = 7e54dbe4aa0c5050afb7459e0faa1e3cf5c8a3c6747cca834d3acd00941add54
pkgname = battle-isle-gog
-
diff --git a/PKGBUILD b/PKGBUILD
index 4fdd74944ce0..c7a60ba4ed9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=battle-isle-gog
pkgver=1.0
-pkgrel=3
+pkgrel=4
pkgdesc="A turn-based tactics game which tells the story about the wars on the fictional planet, Chromos."
url="https://www.gog.com/game/battle_isle_platinum"
license=('custom:eula')
groups=('games')
arch=('any')
-makedepends=('innoextract-git' 'icoutils')
+makedepends=('innoextract' 'icoutils')
depends=('dosbox')
optdepends=('unionfs-fuse: mounting game folder to home for savegames and settings')
install=$pkgname.install