summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlastair Hughes2022-11-20 09:58:50 +0100
committerAlastair Hughes2022-11-20 09:58:50 +0100
commit45ca3deaf8ca5613d9b31a0dda3d0ed505381e49 (patch)
tree9121b656a13a4bcde28458e8407726adf19eb8a1
parent9d15fca33423e78521816d73796baf9ba37aacba (diff)
downloadaur-45ca3deaf8ca5613d9b31a0dda3d0ed505381e49.tar.gz
Add openssl-1.1 requirement
Seems to be required or the program won't start up. Reported by snarfies on AUR.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b80f5e6329ff..c04b424dcac0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = gog-stardew-valley
pkgdesc = You’ve inherited your grandfather’s old farm plot in Stardew Valley. Armed with hand-me-down tools and a few coins, you set out to begin your new life.
pkgver = 1.5.6
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = http://stardewvalley.net/
arch = x86_64
license = custom
+ depends = openssl-1.1
options = !strip
options = staticlibs
source = gog-stardew-valley
diff --git a/PKGBUILD b/PKGBUILD
index 0b3176af6267..793ef0424724 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Contributor: Rafael Silva <perigoso@riseup.net>
# Contributor: Dan Beste <drb@wishalloy.io>
+# Contributor: Alastair Hughes
pkgname='gog-stardew-valley'
pkgver=1.5.6
-pkgrel=1
+pkgrel=2
# Fix upstream versioning shenanigans:
epoch=1
pkgdesc="You’ve inherited your grandfather’s old farm plot in Stardew Valley.
@@ -12,6 +13,7 @@ life."
url='http://stardewvalley.net/'
license=('custom')
arch=('x86_64')
+depends=('openssl-1.1')
options=('!strip' 'staticlibs')
source=(
"${pkgname}"