summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPitBall2016-02-28 14:21:12 +0100
committerPitBall2016-02-28 14:21:12 +0100
commit2df095dcefffd7dd4919aebeda051bc612af4c64 (patch)
tree143f955c9e6d25cef72d23459bf038dd6e17bab2
parent0f61ad5ab3202c3d65d37757b77c8c9450c760de (diff)
downloadaur-2df095dcefffd7dd4919aebeda051bc612af4c64.tar.gz
Update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--ryzom.sh4
3 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9148d403f60..df7281c7bb7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Feb 24 12:34:27 UTC 2016
+# Sun Feb 28 13:19:43 UTC 2016
pkgbase = ryzom-client
pkgdesc = Ryzom is a Free to Play MMORPG .This version is for playing on an official server
- pkgver = 0.12.0.r7330
+ pkgver = 0.12.0.r7346
pkgrel = 1
url = http://www.ryzom.com/
install = install
@@ -36,7 +36,7 @@ pkgbase = ryzom-client
source = ryzom.sh
source = findlua53bind.patch
md5sums = SKIP
- md5sums = a5ca7dfae7b9073f78cd1b0b7380755f
+ md5sums = ff3b18f0c9149ef5a8b7ab74bcb5a59e
md5sums = b5b01746543648f646421f190759a886
pkgname = ryzom-client
diff --git a/PKGBUILD b/PKGBUILD
index aa0d7705eb55..b98165248478 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: PitBall
pkgname=ryzom-client
-pkgver=0.12.0.r7330
+pkgver=0.12.0.r7346
pkgrel=1
pkgdesc="Ryzom is a Free to Play MMORPG .This version is for playing on an official server"
arch=('i686' 'x86_64')
@@ -16,7 +16,9 @@ _hg_name='ryzomcore'
install=install #branch=compatibility
source=( "hg+https://bitbucket.org/ryzom/${_hg_name}#branch=compatibility-develop"
'ryzom.sh' 'findlua53bind.patch')
-md5sums=('SKIP' 'a5ca7dfae7b9073f78cd1b0b7380755f' 'b5b01746543648f646421f190759a886')
+md5sums=('SKIP'
+ 'ff3b18f0c9149ef5a8b7ab74bcb5a59e'
+ 'b5b01746543648f646421f190759a886')
pkgver() {
diff --git a/ryzom.sh b/ryzom.sh
index e3cff2c64971..bf6e4d75c5e1 100644
--- a/ryzom.sh
+++ b/ryzom.sh
@@ -1,6 +1,10 @@
#!/bin/sh
if groups | grep games > /dev/null 2>&1 ; then
+ #sync data files
ryzom_sync
+ #update default config file
+ cp /etc/ryzom/client_default.cfg ~/.ryzom/client_default.cfg
+ #run game
exec ryzom_client
else