summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMantas Mikulėnas2019-11-13 08:53:55 +0200
committerMantas Mikulėnas2019-11-13 08:53:55 +0200
commit2aa7b7afe9f5a0d72b6e96bcc0c4f821f309f5c4 (patch)
treeb8ad8ff039dda9b515da5319176efd36d805144e
parentedab110d67b53de2370d29dbe1a05710fdece126 (diff)
downloadaur-2aa7b7afe9f5a0d72b6e96bcc0c4f821f309f5c4.tar.gz
disable capabilities for now; LD_PRELOAD needs to work
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ccc83c844236..5ca9377ddf64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = runescape-launcher
pkgdesc = RuneScape Game Client (NXT)
pkgver = 2.2.5
- pkgrel = 2
+ pkgrel = 3
url = https://www.runescape.com/
- install = install.sh
arch = x86_64
license = custom
makedepends = gcc
diff --git a/PKGBUILD b/PKGBUILD
index 2a9a2bf3fc46..e9e8f3bf02f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=runescape-launcher
pkgver=2.2.5
-pkgrel=2
+pkgrel=3
pkgdesc="RuneScape Game Client (NXT)"
arch=(x86_64)
license=(custom)
@@ -31,7 +31,9 @@ sha256sums=('SKIP'
sha256sums_x86_64=('SKIP'
'SKIP')
validpgpkeys=("AAC9264309E4D717441DB9527373B12CE03BEB4B")
-install="install.sh"
+# TODO: Enable in v2.2.6. Cannot enable now, as capabilities and setuid bits
+# cause LD_PRELOAD to be ignored.
+#install="install.sh"
# avoid caching in makepkg!
SRCDEST=$startdir