summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas18182020-11-18 16:56:28 +0100
committerLukas18182020-11-18 16:56:28 +0100
commit1bf7b955abb7b7cf21928844796332a3b7554ebc (patch)
tree964f85fc9a6c57e07c4237e8a6a128707bcaf6b7
parent4ac8594317486f8963b9e4ae778863a65bd83be2 (diff)
downloadaur-1bf7b955abb7b7cf21928844796332a3b7554ebc.tar.gz
fix deadlock
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1dc884d93263..1169651e878c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gog-stellaris-horizon-signal
pkgdesc = The free Horizon Signal DLC for the Stellaris game
pkgver = 2.8.0.5
- pkgrel = 1
+ pkgrel = 2
url = https://www.gog.com/game/stellaris_horizon_signal
arch = x86_64
groups = gog-stellaris-dlcs
@@ -9,7 +9,7 @@ pkgbase = gog-stellaris-horizon-signal
makedepends = unzip
makedepends = findutils
makedepends = lgogdownloader
- depends = gog-stellaris=2.8.0.5
+ depends = gog-stellaris>=2.8.0.5
source = stellaris_horizon_signal_2_8_0_5.sh::gogdownloader://1490429179/en3installer0
sha512sums = 1afcc2e66594808e119d5e74f9c3893185adea7ed3a6fcc895e8385a0abba161f7bce7029e12c4dab0329fc2f13cd422f75ab452146eccc3e478ca43a2901481
diff --git a/PKGBUILD b/PKGBUILD
index cdeeec9b9015..b21f7ed68b0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=gog-stellaris-horizon-signal
pkgver=2.8.0.5
_pkgtag=$pkgver
-pkgrel=1
+pkgrel=2
pkgdesc="The free Horizon Signal DLC for the Stellaris game"
arch=('x86_64')
url="https://www.gog.com/game/stellaris_horizon_signal"
license=('custom')
groups=('gog-stellaris-dlcs')
-depends=("gog-stellaris=$pkgver")
+depends=("gog-stellaris>=$pkgver")
makedepends=('unzip' 'findutils' 'lgogdownloader')
source=("stellaris_horizon_signal_${pkgver//./_}.sh::gogdownloader://1490429179/en3installer0")
sha512sums=('1afcc2e66594808e119d5e74f9c3893185adea7ed3a6fcc895e8385a0abba161f7bce7029e12c4dab0329fc2f13cd422f75ab452146eccc3e478ca43a2901481')