summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2017-04-14 01:11:00 +0200
committerNarrat2017-04-14 01:11:00 +0200
commit883eccb2e039262d07d1c4fb9c336a5d996491cc (patch)
treeeb42c6346d19fbc55d4f32c83a2c738eb716d76b
parent02ad85a26af2da41d8c3799918774f35dc61d7f3 (diff)
downloadaur-883eccb2e039262d07d1c4fb9c336a5d996491cc.tar.gz
tibia: Update to build 11.21.4812
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--tibia-starter.patch8
3 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f56e35165b4..5e0a4acc5b75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tibia
pkgdesc = A fast-paced free massively multiplayer online role-playing game.
- pkgver = 11.20.4789
+ pkgver = 11.21.4812
pkgrel = 1
url = http://www.tibia.com
arch = x86_64
@@ -14,12 +14,12 @@ pkgbase = tibia
depends = pcre
depends = qt5-base
depends = qt5-declarative
- source = tibia-11.20.4789.tar.gz::http://static.tibia.com/download/tibia.x64.tar.gz
+ source = tibia-11.21.4812.tar.gz::http://static.tibia.com/download/tibia.x64.tar.gz
source = tibia-agreement.php::http://www.tibia.com/support/agreement.php
source = tibia-starter.patch
- sha256sums = 240f2c8899f1f8f6aad20ea9d11acf57344c081e9b3c990472890bfaf24d832c
+ sha256sums = 18e82fc7f24bf4a9853fb32e71da10bbaa7c46cbfc02eab9ca7fd40c7e5d2452
sha256sums = 965edf1cf67698f9dcfcbced495e0e96a666207a9a0b91fb769ed386a5f1efe5
- sha256sums = ea36e974f760dd804047bb16d9e501d917acf423424600a4d61eb743609effd6
+ sha256sums = b110e31868b86de5d0f07218fad2ade20e272dd700f86df7235eac4ef8f8f07c
pkgname = tibia
diff --git a/PKGBUILD b/PKGBUILD
index 8546d3dc45cb..941d0ef31bb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ricardo Cabral <ricardo.arturo.cabral@gmail.com>
pkgname=tibia
-pkgver=11.20.4789
+pkgver=11.21.4812
pkgrel=1
pkgdesc="A fast-paced free massively multiplayer online role-playing game."
arch=('x86_64')
@@ -14,9 +14,9 @@ source=("${pkgname}-${pkgver}.tar.gz::http://static.tibia.com/download/tibia.x64
"${pkgname}-agreement.php::http://www.tibia.com/support/agreement.php"
"tibia-starter.patch")
-sha256sums=('240f2c8899f1f8f6aad20ea9d11acf57344c081e9b3c990472890bfaf24d832c'
+sha256sums=('18e82fc7f24bf4a9853fb32e71da10bbaa7c46cbfc02eab9ca7fd40c7e5d2452'
'965edf1cf67698f9dcfcbced495e0e96a666207a9a0b91fb769ed386a5f1efe5'
- 'ea36e974f760dd804047bb16d9e501d917acf423424600a4d61eb743609effd6')
+ 'b110e31868b86de5d0f07218fad2ade20e272dd700f86df7235eac4ef8f8f07c')
prepare() {
gendesk -f -n
diff --git a/tibia-starter.patch b/tibia-starter.patch
index 72c0b0f6cee9..4d932428be07 100644
--- a/tibia-starter.patch
+++ b/tibia-starter.patch
@@ -1,12 +1,12 @@
---- a/tibia-11.20.4789/start-tibia.sh
-+++ b/tibia-11.20.4789/start-tibia.sh
+--- a/tibia-11.21.4812/start-tibia.sh
++++ b/tibia-11.21.4812/start-tibia.sh
@@ -3,8 +3,6 @@
# Adapts library load path to include Qt libraries found in the root folder of the client's binary file.
# client shouldn't be called directly to prevent needed libraries not being found.
-
+
-SCRIPT=$(readlink -f "$0")
-PATH=$(dirname "$SCRIPT")
-BIN_PATH="$PATH/bin"
+BIN_PATH="/opt/Tibia/bin"
-
+
LD_LIBRARY_PATH="$BIN_PATH" exec "$BIN_PATH/client"