summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Puntiy2013-04-26 19:02:49 +0300
committerIvan Puntiy2013-04-26 19:02:49 +0300
commit9638e11c92d93259425f3178feac77520276c385 (patch)
tree0b802e650b16855b026ecd87bedf8392a431eea4
parentbfd18dc1fd9c88cc80a366e68c8a272708a0e867 (diff)
downloadaur-9638e11c92d93259425f3178feac77520276c385.tar.gz
unix-runescape-client 4.0.4-1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
-rw-r--r--unix-runescape-client.install10
3 files changed, 9 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec5d57dfc56d..19e80380b711 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = unix-runescape-client
pkgdesc = RuneScape client for Linux and Unix
- pkgver = 4.0.3
+ pkgver = 4.0.4
pkgrel = 1
url = http://hkprojects.weebly.com/runescape-client-for-linux-and-unix.html
install = unix-runescape-client.install
@@ -10,14 +10,13 @@ pkgbase = unix-runescape-client
depends = perl
depends = xterm
depends = p7zip
- optdepends = zenity: better UI
- optdepends = perl-wx: for rsu-settings
+ depends = perl-wx
optdepends = wine: for "compatibility mode" fix
optdepends = alsa-oss: for "force alsa" fix
optdepends = pulseaudio: for "force pulseaudio" fix
conflicts = runescape-client-bin
- source = unix-runescape-client-4.0.3.tar.gz::https://github.com/HikariKnight/rsu-client/tarball/v4.0.3
- md5sums = f4bad77afe0af92f3f32246db777ec4d
+ source = unix-runescape-client-4.0.4.tar.gz::https://github.com/HikariKnight/rsu-client/tarball/v4.0.4
+ md5sums = 327afffbb81fc28eb58c67e8f972fefb
pkgname = unix-runescape-client
diff --git a/PKGBUILD b/PKGBUILD
index 77903b69f2ff..79d5252081ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,13 @@
# Maintainer: Ivan Puntiy <ivan.puntiy-at-gmail>
pkgname=unix-runescape-client
-pkgver=4.0.3
+pkgver=4.0.4
pkgrel=1
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' 'xterm' 'p7zip')
+depends=('java-runtime' 'perl' 'xterm' 'p7zip' 'perl-wx')
optdepends=(
- 'zenity: better UI'
- 'perl-wx: for rsu-settings'
'wine: for "compatibility mode" fix'
'alsa-oss: for "force alsa" fix'
'pulseaudio: for "force pulseaudio" fix'
@@ -33,4 +31,4 @@ package() {
cp -Rt "$pkgdir"/usr templates/packaging/usr/share
}
-md5sums=('f4bad77afe0af92f3f32246db777ec4d')
+md5sums=('327afffbb81fc28eb58c67e8f972fefb')
diff --git a/unix-runescape-client.install b/unix-runescape-client.install
index 3caee57f33f9..432bb3846db7 100644
--- a/unix-runescape-client.install
+++ b/unix-runescape-client.install
@@ -1,10 +1,4 @@
-TEXT="==> for compatibility mode to work, you need to install 'wine' and any windows jre inside it.
-"
-
post_install() {
- echo $TEXT
-}
-
-post_upgrade() {
- echo $TEXT
+ echo "==> for compatibility mode to work, you need to install 'wine' and any windows jre inside it.
+"
}