summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasilii Novikov2020-08-13 10:38:16 +0200
committerVasilii Novikov2020-08-13 10:38:16 +0200
commit547b32fca2622b803c8015e2f5b026ac7a46ed6c (patch)
tree87f4f36d84d4b433371ca4af2c08ecaa1d534841
parent49815538365825dd574c19895e7a9c4dfee65002 (diff)
downloadaur-547b32fca2622b803c8015e2f5b026ac7a46ed6c.tar.gz
version 0.17.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ea585a61f1b..bc306ff21497 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.11
+ pkgver = 0.17.12
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.11.tar.gz::https://github.com/vn971/rua/archive/v0.17.11.tar.gz
- sha256sums = e1ca0d448a59b4d5bdace807d05e0fb7eedd618bfee377b51698571573cb3284
+ source = rua-0.17.12.tar.gz::https://github.com/vn971/rua/archive/v0.17.12.tar.gz
+ sha256sums = f98cd563b5b90463e2f72b2915bfc4f9da79825d6ccd0cf16e62aa9a7fa6a6d3
pkgname = rua
diff --git a/PKGBUILD b/PKGBUILD
index ece50ad92270..90745fc4f432 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.11
+pkgver=0.17.12
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=(e1ca0d448a59b4d5bdace807d05e0fb7eedd618bfee377b51698571573cb3284)
+sha256sums=(f98cd563b5b90463e2f72b2915bfc4f9da79825d6ccd0cf16e62aa9a7fa6a6d3)
build () {
cd "$srcdir/$pkgname-$pkgver"