summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Puntiy2015-06-20 22:11:24 +0300
committerIvan Puntiy2015-06-20 22:40:07 +0300
commitd5ecd1edd81b82d16030e839bd543403125163a4 (patch)
treee71d031b6b8c5c1da2b22c02f7539f9e2c5c7ab6
parenta455cc661f5c7cdb994894e01a68e5f4801aac65 (diff)
downloadaur-d5ecd1edd81b82d16030e839bd543403125163a4.tar.gz
Seperate directory for disowned/old packages
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae53431349a2..61cc3a91529f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,7 +19,6 @@ pkgbase = unix-runescape-client
optdepends = alsa-oss: for "force alsa" fix
optdepends = pulseaudio: for "force pulseaudio" fix
optdepends = p7zip: to extract launcher from .msi
- optdepends = cairo-nogl: if game crashes during loading/auto-setup
conflicts = runescape-client-bin
source = unix-runescape-client-4.3.3.tar.gz::https://github.com/HikariKnight/rsu-client/archive/v4.3.3.tar.gz
md5sums = 221ce034080a21761690278fcf5913ca
diff --git a/PKGBUILD b/PKGBUILD
index 2cbb20f36073..10a18dc4f510 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,6 @@ optdepends=(
'alsa-oss: for "force alsa" fix'
'pulseaudio: for "force pulseaudio" fix'
'p7zip: to extract launcher from .msi'
- 'cairo-nogl: if game crashes during loading/auto-setup'
)
conflicts=('runescape-client-bin')
install=$pkgname.install
@@ -34,6 +33,6 @@ package() {
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
+ # these libraries are old, and they are not needed anymore with current cairo from [extra]
rm -rf "$_instdir"/rsu/3rdParty/linux/cairo-nogl
}