summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b7d8f01abe8..46bf8c1d5bf7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rua
- pkgdesc = secure AUR helper written in Rust
+ pkgdesc = secure AUR helper written in Rust, supporting offline builds, filesystem isolation and more
pkgver = 0.13.10
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/vn971/rua
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index b3d650793d73..5a3235554d8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=rua
pkgver=0.13.10
-pkgrel=1
-pkgdesc='secure AUR helper written in Rust'
+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")
arch=('x86_64' 'i686')
@@ -11,7 +11,7 @@ license=('GPL3')
makedepends=('cargo')
depends=('bubblewrap' 'git')
-#options+=(!strip) # uncomment to have readable stack traces
+#options+=(!strip) # uncomment if you want readable stack traces
sha256sums=(f25daf5fca1771e469762f7af1e4a75387d96fddc4d46d066bdfa4dd1a73d3b3)