summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Perez de Castro2016-10-10 00:34:21 +0300
committerAdrian Perez de Castro2016-10-10 00:34:21 +0300
commitc4e33f66b1120f218c99d65be8e96bc0b3d81360 (patch)
tree216c86d3ebe14bcc09f23011ff3e530bf67b34b9 /PKGBUILD
parente442c73ce837781a02a1cde03b4266c83a2df88e (diff)
downloadaur-c4e33f66b1120f218c99d65be8e96bc0b3d81360.tar.gz
Always use .install script
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ae7428a1772..5e8260deea2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,20 +3,20 @@ pkgdesc='Unprivileged sandboxing tool'
url='https://github.com/projectatomic/bubblewrap'
license=('LGPL')
pkgver=0.1.2.r1.g169db04
-pkgrel=2
+pkgrel=3
arch=('x86_64' 'i686')
makedepends=('autoconf' 'automake' 'libxslt')
conflicts=('bubblewrap')
provides=('bubblewrap')
source=("${pkgname}::git+${url}")
sha512sums=('SKIP')
+install='bubblewrap.install'
_privmode='setuid'
_set_privmode () {
if [[ -r /proc/config.gz ]] ; then
eval "$(zgrep '^CONFIG_USER_NS=' /proc/config.gz)"
if [[ -n ${CONFIG_USER_NS} && ${CONFIG_USER_NS} != n ]] ; then
- install='bubblewrap.install'
_privmode='caps'
fi
fi