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 f7e19c5cad50..93cd0bfdcacc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rua
- pkgdesc = secure jailed AUR helper in rust
+ pkgdesc = secure AUR helper written in Rust
pkgver = 0.13.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/vn971/rua
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 3f52d05386b8..a492533bd1d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=rua
pkgver=0.13.1
-pkgrel=1
-pkgdesc='secure jailed AUR helper in rust'
+pkgrel=2
+pkgdesc='secure AUR helper written in Rust'
url='https://github.com/vn971/rua'
source=("https://github.com/vn971/rua/archive/${pkgver}.tar.gz")
arch=('x86_64' 'i686')