summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIvan Puntiy2014-06-06 16:57:41 +0300
committerIvan Puntiy2014-06-06 16:57:41 +0300
commit78bc897f1fa0bc19024e2a18ee034bd87ecd1212 (patch)
tree068bb92fd53d16b21ebb2f3c3b7c3239d3ca8505 /PKGBUILD
parent62693769ac42408006077ea4dfc66ab3a04c5e1e (diff)
downloadaur-78bc897f1fa0bc19024e2a18ee034bd87ecd1212.tar.gz
unix-rnescape-client 4.2.8-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
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')