summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Theodorou2021-12-24 19:11:30 +0100
committerAngelo Theodorou2021-12-24 19:11:30 +0100
commitd98b923fa41e0517e9fdf5129c2ff3d9a013d845 (patch)
tree08a473d554e1aa3c35ea5617eef8edbea696df09
parentd8bc2db0dceebda751138831b2a93763c0f34627 (diff)
downloadaur-d98b923fa41e0517e9fdf5129c2ff3d9a013d845.tar.gz
Update to 1.9.6.0-1
- Update data to 1.9.6.0 - Add openssl to the depends array
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD11
-rw-r--r--eternallands.changelog5
3 files changed, 18 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d4d41c70ae8..6b0813b93e5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = eternallands
pkgdesc = A free 3D MMORPG game with thousands of on-line players
- pkgver = 1.9.5.9
- pkgrel = 2
+ pkgver = 1.9.6.0
+ pkgrel = 1
url = http://www.eternal-lands.com/
changelog = eternallands.changelog
arch = i686
@@ -16,12 +16,13 @@ pkgbase = eternallands
depends = cal3d
depends = libvorbis
depends = glu
+ depends = openssl
optdepends = zenity: to use the launch script
optdepends = kdialog: to use the launch script
options = !emptydirs
- source = https://github.com/raduprv/Eternal-Lands/archive/refs/tags/1.9.5.9-1.tar.gz
- source = https://github.com/raduprv/Eternal-Lands/releases/download/1.9.5.9-1/eternallands-data_1.9.5.9-1.zip
- md5sums = 745a75f442d6afea31df5d388450082a
- md5sums = 82c0b5601faed923fb30d01906e25ca3
+ source = https://github.com/raduprv/Eternal-Lands/archive/refs/tags/1.9.6.0-1.tar.gz
+ source = https://github.com/raduprv/Eternal-Lands/releases/download/1.9.6.0/eternallands-data_1.9.6.0.zip
+ md5sums = 0330e98eaddf616cc1eb7c9f2d21a86e
+ md5sums = 6b8dcee000b150d7c1d84ca17f5cbae4
pkgname = eternallands
diff --git a/PKGBUILD b/PKGBUILD
index 430d259cb7e5..2d3ee1515c5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,20 +5,21 @@
# Maintainer: Angelo Theodorou <encelo@users.sourceforge.net>
pkgname=eternallands
-pkgver=1.9.5.9
+pkgver=1.9.6.0
_version=${pkgver}-1
-pkgrel=2
+_dataversion=${pkgver}
+pkgrel=1
pkgdesc="A free 3D MMORPG game with thousands of on-line players"
arch=('i686' 'x86_64')
license=('custom')
url="http://www.eternal-lands.com/"
-depends=('sdl2_net' 'sdl2_image' 'sdl2_ttf' 'openal' 'cal3d' 'libvorbis' 'glu')
+depends=('sdl2_net' 'sdl2_image' 'sdl2_ttf' 'openal' 'cal3d' 'libvorbis' 'glu' 'openssl')
makedepends=('unzip' 'cmake')
optdepends=('zenity: to use the launch script' 'kdialog: to use the launch script')
options=('!emptydirs')
changelog=eternallands.changelog
-source=("https://github.com/raduprv/Eternal-Lands/archive/refs/tags/${_version}.tar.gz" "https://github.com/raduprv/Eternal-Lands/releases/download/${_version}/eternallands-data_${_version}.zip")
-md5sums=('745a75f442d6afea31df5d388450082a' '82c0b5601faed923fb30d01906e25ca3')
+source=("https://github.com/raduprv/Eternal-Lands/archive/refs/tags/${_version}.tar.gz" "https://github.com/raduprv/Eternal-Lands/releases/download/${_dataversion}/eternallands-data_${_dataversion}.zip")
+md5sums=('0330e98eaddf616cc1eb7c9f2d21a86e' '6b8dcee000b150d7c1d84ca17f5cbae4')
build()
{
diff --git a/eternallands.changelog b/eternallands.changelog
index ea3e633dc376..1fa03b91ff15 100644
--- a/eternallands.changelog
+++ b/eternallands.changelog
@@ -1,3 +1,8 @@
+2021-12-24 Angelo "Encelo" Theodorou <encelo@users.sourceforge.net>
+
+ * PKGBUILD:
+ Added openssl to the depends array
+
2021-07-27 Angelo "Encelo" Theodorou <encelo@users.sourceforge.net>
* PKGBUILD: