summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 890a443f3b41..65c15fdee843 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rua
pkgdesc = secure AUR helper written in Rust, supporting offline builds, filesystem isolation and more
pkgver = 0.13.11
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/vn971/rua
arch = x86_64
arch = i686
@@ -9,6 +9,7 @@ pkgbase = rua
makedepends = cargo
depends = bubblewrap
depends = git
+ optdepends = bubblewrap-suid: version of bubblewrap that works on linux-hardened kernel
source = https://github.com/vn971/rua/archive/0.13.11.tar.gz
sha256sums = 166f5b232d1f1fad91249b0d4fc88de8ddcc996da73314e1b7ab6f3e311390f6
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