summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a869a106052..bc561e9f1665 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Fri Aug 26 15:21:36 UTC 2016
pkgbase = unix-runescape-client
pkgdesc = RuneScape client for Linux and Unix (RSU-Client,Legacy)
pkgver = 4.3.5
pkgrel = 1
- url = https://github.com/HikariKnight/rsu-client
+ url = https://github.com/rsu-client/rsu-client
install = unix-runescape-client.install
arch = any
license = GPL2
@@ -22,7 +20,7 @@ pkgbase = unix-runescape-client
optdepends = pulseaudio: for "force pulseaudio" fix
optdepends = p7zip: to extract launcher from .msi
conflicts = runescape-client-bin
- source = unix-runescape-client-4.3.5.tar.gz::https://github.com/HikariKnight/rsu-client/archive/v4.3.5.tar.gz
+ source = unix-runescape-client-4.3.5.tar.gz::https://github.com/rsu-client/rsu-client/archive/v4.3.5.tar.gz
md5sums = 590f153e0cb928783ef36c1de319e5c3
pkgname = unix-runescape-client
diff --git a/PKGBUILD b/PKGBUILD
index 33e840eb0338..a5950b98d576 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=4.3.5
pkgrel=1
pkgdesc="RuneScape client for Linux and Unix (RSU-Client,Legacy)"
arch=(any)
-url="https://github.com/HikariKnight/rsu-client"
+url="https://github.com/rsu-client/rsu-client"
license=(GPL2)
depends=(
'java-runtime' 'perl' 'perl-wx' 'wget' 'libxtst' 'xdg-utils'
@@ -18,7 +18,7 @@ optdepends=(
)
conflicts=('runescape-client-bin')
install=$pkgname.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/HikariKnight/rsu-client/archive/v$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rsu-client/rsu-client/archive/v$pkgver.tar.gz")
md5sums=('590f153e0cb928783ef36c1de319e5c3')
package() {