summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasilii Novikov2020-11-20 16:32:24 +0100
committerVasilii Novikov2020-11-20 16:32:24 +0100
commita3c832dba9817179c3034bdb7377ec48f27b0f62 (patch)
treee509b4668884778d62c0bb619c1f99bc07db3624
parenteb6817ba58e7e8a8433f75db88089852792411b6 (diff)
downloadaur-a3c832dba9817179c3034bdb7377ec48f27b0f62.tar.gz
version 0.17.16
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31b8d3265871..f63ba7052b02 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.17.15
+ pkgver = 0.17.16
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.17.15.tar.gz::https://github.com/vn971/rua/archive/v0.17.15.tar.gz
- sha256sums = b8484357610c7b5b55cedef5ff57a05e332a0ea3236fe4aacdc31409c6d12d87
+ source = rua-0.17.16.tar.gz::https://github.com/vn971/rua/archive/v0.17.16.tar.gz
+ sha256sums = c6a72281f9d9e4beb856ada959e71c0c38f98b85c1b4507213f43c317a246e23
pkgname = rua
diff --git a/PKGBUILD b/PKGBUILD
index b2a381dd6b9c..4f0f4e48baf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vasia Novikov <n1dr+cmarchlinux@yaaandex.com> (replace "aaa" with "a")
pkgname=rua
-pkgver=0.17.15
+pkgver=0.17.16
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=(b8484357610c7b5b55cedef5ff57a05e332a0ea3236fe4aacdc31409c6d12d87)
+sha256sums=(c6a72281f9d9e4beb856ada959e71c0c38f98b85c1b4507213f43c317a246e23)
build () {
cd "$srcdir/$pkgname-$pkgver"