summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Puntiy2014-05-04 00:43:14 +0300
committerIvan Puntiy2014-05-04 00:43:14 +0300
commit62693769ac42408006077ea4dfc66ab3a04c5e1e (patch)
treed0d4aebc0dfb0ee12ea190331e982b66797eac1e
parenta4990b1f635e316e6230d5a5dde55bb1b35d6b9e (diff)
downloadaur-62693769ac42408006077ea4dfc66ab3a04c5e1e.tar.gz
unix-runescape-client 4.2.8-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ed6c0cb22d8..3e98c488d078 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = unix-runescape-client
pkgdesc = RuneScape client for Linux and Unix
pkgver = 4.2.8
- pkgrel = 1
+ pkgrel = 2
url = http://hkprojects.weebly.com/runescape-client-for-linux-and-unix.html
install = unix-runescape-client.install
arch = any
@@ -16,6 +16,7 @@ pkgbase = unix-runescape-client
optdepends = p7zip: to extract launcher from .msi
optdepends = perl-config-inifiles: instead of builtin
optdepends = perl-io-stringy: instead of builtin
+ optdepends = cairo-nogl: if game crashes during loading/auto-setup
conflicts = runescape-client-bin
source = unix-runescape-client-4.2.8.tar.gz::https://github.com/HikariKnight/rsu-client/archive/v4.2.8.tar.gz
md5sums = 1277f3c56260107cc1231ed7627bda6b
diff --git a/PKGBUILD b/PKGBUILD
index 4c025e67c1b0..46e7f2838a59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ivan Puntiy <ivan.puntiy-at-gmail>
pkgname=unix-runescape-client
pkgver=4.2.8
-pkgrel=1
+pkgrel=2
pkgdesc="RuneScape client for Linux and Unix"
arch=(any)
url="http://hkprojects.weebly.com/runescape-client-for-linux-and-unix.html"
@@ -14,6 +14,7 @@ optdepends=(
'p7zip: to extract launcher from .msi'
'perl-config-inifiles: instead of builtin'
'perl-io-stringy: instead of builtin'
+ 'cairo-nogl: if game crashes during loading/auto-setup'
)
conflicts=('runescape-client-bin')
install=$pkgname.install
@@ -31,4 +32,7 @@ package() {
cp -Rt "$_instdir" share rsu
cp -Rt "$pkgdir"/usr/bin templates/packaging/usr/games/*
cp -Rt "$pkgdir"/usr templates/packaging/usr/share
+
+ # these libraries are old, uptodate version is in AUR as 'cairo-nogl' package, if you need this
+ rm -rf "$_instdir"/rsu/3rdParty/linux/cairo-nogl
}