summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Puntiy2014-06-06 16:57:41 +0300
committerIvan Puntiy2014-06-06 16:57:41 +0300
commit78bc897f1fa0bc19024e2a18ee034bd87ecd1212 (patch)
tree068bb92fd53d16b21ebb2f3c3b7c3239d3ca8505
parent62693769ac42408006077ea4dfc66ab3a04c5e1e (diff)
downloadaur-78bc897f1fa0bc19024e2a18ee034bd87ecd1212.tar.gz
unix-rnescape-client 4.2.8-3
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e98c488d078..4df0c667a54a 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 = 2
+ pkgrel = 3
url = http://hkprojects.weebly.com/runescape-client-for-linux-and-unix.html
install = unix-runescape-client.install
arch = any
@@ -10,12 +10,13 @@ pkgbase = unix-runescape-client
depends = perl
depends = perl-wx
depends = wget
+ depends = perl-config-inifiles
+ depends = perl-io-stringy
+ depends = perl-archive-extract
optdepends = wine: for "compatibility mode" fix
optdepends = alsa-oss: for "force alsa" fix
optdepends = pulseaudio: for "force pulseaudio" fix
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
diff --git a/PKGBUILD b/PKGBUILD
index 46e7f2838a59..f93ce4026da9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,20 @@
# Maintainer: Ivan Puntiy <ivan.puntiy-at-gmail>
pkgname=unix-runescape-client
pkgver=4.2.8
-pkgrel=2
+pkgrel=3
pkgdesc="RuneScape client for Linux and Unix"
arch=(any)
url="http://hkprojects.weebly.com/runescape-client-for-linux-and-unix.html"
license=(GPL2)
-depends=('java-runtime' 'perl' 'perl-wx' 'wget')
+depends=(
+ 'java-runtime' 'perl' 'perl-wx' 'wget'
+ 'perl-config-inifiles' 'perl-io-stringy' 'perl-archive-extract'
+)
optdepends=(
'wine: for "compatibility mode" fix'
'alsa-oss: for "force alsa" fix'
'pulseaudio: for "force pulseaudio" fix'
'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')