summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2022-11-06 18:19:43 +0100
committerNarrat2022-11-06 18:19:43 +0100
commita9c660a3ab473ed2e6b5a856ff0515d07a450fb3 (patch)
tree5730f89ca87ef1ba9865d418a6f49857fe4138fd
parent5490f4c4ec19ed49789838dec3b21250e5d1e07f (diff)
downloadaur-a9c660a3ab473ed2e6b5a856ff0515d07a450fb3.tar.gz
tibia: references openssl 1.1
Included libs are from openssl-1.1 In the past it didn't work without the system dep. Dunno if this is still the case.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75c553408c78..ecb04c813e8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = tibia
depends = libgl
depends = libice
depends = libxext
- depends = openssl
+ depends = openssl-1.1
depends = pcre
depends = qt5-base
depends = qt5-declarative
diff --git a/PKGBUILD b/PKGBUILD
index 634e29cac9d2..ed181a3cfadd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="fast-paced free massively multiplayer online role-playing game"
arch=('x86_64')
url="http://www.tibia.com"
license=('custom')
-depends=('glu' 'libgl' 'libice' 'libxext' 'openssl' 'pcre' 'qt5-base' 'qt5-declarative')
+depends=('glu' 'libgl' 'libice' 'libxext' 'openssl-1.1' 'pcre' 'qt5-base' 'qt5-declarative')
makedepends=('gendesk' 'python-html2text')
DLAGENTS=("https::/usr/bin/curl --compressed -fLC - --retry 0 --retry-delay 0 -e %u -o %o %u"