summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parentedab110d67b53de2370d29dbe1a05710fdece126 (diff)
downloadaur-2aa7b7afe9f5a0d72b6e96bcc0c4f821f309f5c4.tar.gz
disable capabilities for now; LD_PRELOAD needs to work
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
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