summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Theodorou2018-12-17 22:24:55 +0000
committerAngelo Theodorou2018-12-17 22:24:55 +0000
commit80ff87d6a9fea600a99c8bfee48ebe6e9c0d4094 (patch)
tree27b9a6ccb242e7c934c9bdeeacad1ef8e6944477
parentd9f71baf0a407921f0318a71966a81e2cca1ef31 (diff)
downloadaur-80ff87d6a9fea600a99c8bfee48ebe6e9c0d4094.tar.gz
Update to 1.9.5.3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
-rw-r--r--eternallands.changelog5
3 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86f148a1c3dc..e600a47d9840 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = eternallands
pkgdesc = A free 3D MMORPG game with thousands of on-line players
- pkgver = 1.9.5.2
+ pkgver = 1.9.5.3
pkgrel = 1
url = http://www.eternal-lands.com/
changelog = eternallands.changelog
diff --git a/PKGBUILD b/PKGBUILD
index 382d22bcc3b5..0a6deb164127 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Angelo Theodorou <encelo@users.sourceforge.net>
pkgname=eternallands
-pkgver=1.9.5.2
+pkgver=1.9.5.3
pkgrel=1
pkgdesc="A free 3D MMORPG game with thousands of on-line players"
arch=('i686' 'x86_64')
@@ -41,7 +41,7 @@ build()
rm -rf "$srcdir/$_gitname-build"
git clone "$srcdir/$_gitname" "$srcdir/$_gitname-build"
cd "$srcdir/$_gitname-build"
- git checkout 1.9.5.2
+ git checkout ${pkgver}
sed -i "s|/usr/games/|/usr/bin/|" pkgfiles/eternallands
sed -i "s|/usr/share/games/EternalLands/|/usr/share/eternallands/|" pkgfiles/eternallands
diff --git a/eternallands.changelog b/eternallands.changelog
index 29dc7f46c523..12016ec6550d 100644
--- a/eternallands.changelog
+++ b/eternallands.changelog
@@ -1,3 +1,8 @@
+2018-12-17 Angelo "Encelo" Theodorou <encelo@users.sourceforge.net>
+
+ * PKGBUILD :
+ Updated to client 1.9.5 build 3
+
2018-08-05 Paul Broadhead <pjbroad@twinmoons.org.uk>
* PKGBUILD