summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVasilii Novikov2019-06-18 20:41:25 +0200
committerVasilii Novikov2019-06-18 20:41:41 +0200
commit5f60ef56c88a64a62f39ebb9a60e86aa901e82bd (patch)
treefd65dcb6e5bd7d86c26ff1c05bdba02797b3041d /PKGBUILD
parent9502e7e5db3ce8fbfd3f51f992733d7212bd2ceb (diff)
downloadaur-5f60ef56c88a64a62f39ebb9a60e86aa901e82bd.tar.gz
update description
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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)