summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e690c47391d7..95a7a9f0b70b 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
+ pkgdesc = AUR helper in Rust providing control, review and jailed/offline build options
pkgver = 0.14.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/vn971/rua
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 9e038d16b8e1..59cebbf8aa09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=rua
pkgver=0.14.5
-pkgrel=1
-pkgdesc='secure AUR helper written in Rust, supporting offline builds, filesystem isolation and more'
+pkgrel=2
+pkgdesc='AUR helper in Rust providing control, review and jailed/offline build options'
url='https://github.com/vn971/rua'
source=("https://github.com/vn971/rua/archive/${pkgver}.tar.gz")
arch=('x86_64' 'i686')