summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConstantin Nickel2024-05-03 13:07:30 +0200
committerConstantin Nickel2024-05-03 13:07:30 +0200
commitbe57cacb4af86374122958a722fd56d64db92aa9 (patch)
treebb5206e939707ab1144a714e141f1fbdff5a0dc3
parent169089d5440c4517e88030ddbed5fa8108d423cc (diff)
downloadaur-fantasy-general-gog.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 f5f14eee35e8..a1a333794827 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = fantasy-general-gog
pkgdesc = A turn-based strategy game set in a high fantasy world.
pkgver = 1.0
- pkgrel = 2
+ pkgrel = 3
url = https://www.gog.com/game/fantasy_general
install = fantasy-general-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 = fantasy-general-gog
sha256sums = ed21a4119450a6648369826e1da44712e92bd629c77726e021dfd7f19515f146
pkgname = fantasy-general-gog
-
diff --git a/PKGBUILD b/PKGBUILD
index 27088936abb1..6da9d5a0b2f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=fantasy-general-gog
pkgver=1.0
-pkgrel=2
+pkgrel=3
pkgdesc="A turn-based strategy game set in a high fantasy world."
url="https://www.gog.com/game/fantasy_general"
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