summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41dc5a2aee86..a3f7de26c89b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rua
- pkgdesc = AUR helper in Rust providing control, review and jailed/offline build options
- pkgver = 0.14.16
+ pkgdesc = AUR helper in Rust providing controlled and jailed build
+ pkgver = 0.14.17
pkgrel = 1
url = https://github.com/vn971/rua
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = rua
optdepends = bubblewrap-suid: version of bubblewrap that works on linux-hardened kernel
optdepends = shellcheck: check PKGBUILD scripts, taking care of special variables
optdepends = sudo: package installation can be done via sudo, if convenient
- source = rua-0.14.16.tar.gz::https://github.com/vn971/rua/archive/0.14.16.tar.gz
- sha256sums = d4166462a7172faabe0ab0b6652d0b3738ab8e1abd58a8bc5a5bb51fd54d37e9
+ source = rua-0.14.17.tar.gz::https://github.com/vn971/rua/archive/0.14.17.tar.gz
+ sha256sums = 10c525f4fe54dcf4400e0ba392bc79e17cd01aa3a7e24a85710d41282daf3d99
pkgname = rua
diff --git a/PKGBUILD b/PKGBUILD
index 63ca3817189f..19b261754530 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Vasia Novikov <n1dr+cmarchlinux@yaaandex.com> (replace "aaa" with "a")
pkgname=rua
-pkgver=0.14.16
+pkgver=0.14.17
pkgrel=1
-pkgdesc='AUR helper in Rust providing control, review and jailed/offline build options'
+pkgdesc='AUR helper in Rust providing controlled and jailed build'
url='https://github.com/vn971/rua'
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/vn971/rua/archive/${pkgver}.tar.gz")
arch=('x86_64' 'i686')
@@ -18,7 +18,7 @@ optdepends=(
#options+=(!strip) # uncomment if you want readable stack traces
-sha256sums=(d4166462a7172faabe0ab0b6652d0b3738ab8e1abd58a8bc5a5bb51fd54d37e9)
+sha256sums=(10c525f4fe54dcf4400e0ba392bc79e17cd01aa3a7e24a85710d41282daf3d99)
build () {
cd "$srcdir/$pkgname-$pkgver"