summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3dfcceabeb99..fb3c449a921b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rua
pkgdesc = AUR helper in Rust providing control, review, patch application and safe build options
- pkgver = 0.15.2
+ pkgver = 0.16.0
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.15.2.tar.gz::https://github.com/vn971/rua/archive/v0.15.2.tar.gz
- sha256sums = 34f27c38a7b844ef97dd16b75741de2ad99dcc5caefc99f8c102234e6edc1f0c
+ source = rua-0.16.0.tar.gz::https://github.com/vn971/rua/archive/v0.16.0.tar.gz
+ sha256sums = 78104d35f3ac9d5d3a23cfd22204f7165c31f67829bbd5dade8beade503d9ffa
pkgname = rua
diff --git a/PKGBUILD b/PKGBUILD
index 8441d37b757a..3bd841784a96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vasia Novikov <n1dr+cmarchlinux@yaaandex.com> (replace "aaa" with "a")
pkgname=rua
-pkgver=0.15.2
+pkgver=0.16.0
pkgrel=1
pkgdesc='AUR helper in Rust providing control, review, patch application and safe build options'
url='https://github.com/vn971/rua'
@@ -18,7 +18,7 @@ optdepends=(
#options+=(!strip) # uncomment if you want readable stack traces
-sha256sums=(34f27c38a7b844ef97dd16b75741de2ad99dcc5caefc99f8c102234e6edc1f0c)
+sha256sums=(78104d35f3ac9d5d3a23cfd22204f7165c31f67829bbd5dade8beade503d9ffa)
build () {
cd "$srcdir/$pkgname-$pkgver"