summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVasilii Novikov2019-07-31 14:45:43 +0200
committerVasilii Novikov2019-07-31 14:45:43 +0200
commite8f8d3b72de6a2418cb84d9758eb0d0b94da0658 (patch)
treea641318579fe0cd3bae36199a19c8ce798138417 /PKGBUILD
parent546f0586e0cabd817fd06afb8b5109a5a9461538 (diff)
downloadaur-e8f8d3b72de6a2418cb84d9758eb0d0b94da0658.tar.gz
recommend to use bubblewrap-suid on linux-hardened kernel
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 27b2f60a029e..e5b0c07118b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=rua
pkgver=0.13.11
-pkgrel=1
+pkgrel=2
pkgdesc='secure AUR helper written in Rust, supporting offline builds, filesystem isolation and more'
url='https://github.com/vn971/rua'
source=("https://github.com/vn971/rua/archive/${pkgver}.tar.gz")
@@ -10,6 +10,7 @@ arch=('x86_64' 'i686')
license=('GPL3')
makedepends=('cargo')
depends=('bubblewrap' 'git')
+optdepends=('bubblewrap-suid: version of bubblewrap that works on linux-hardened kernel')
#options+=(!strip) # uncomment if you want readable stack traces