summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasilii Novikov2020-01-29 10:56:19 +0100
committerVasilii Novikov2020-01-29 10:56:19 +0100
commit54e41af71c55aceb9224c3f3eaf709cdc017daa8 (patch)
tree0c8bcc851dc16562ab49ae4a4f59fc7310f77c12
parent8da3ed3f6ef48ceb264b3aaa9873b156f3003b28 (diff)
downloadaur-54e41af71c55aceb9224c3f3eaf709cdc017daa8.tar.gz
bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fb3bde041f3..fd9cd3115886 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.1
+ pkgver = 0.17.2
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.1.tar.gz::https://github.com/vn971/rua/archive/v0.17.1.tar.gz
- sha256sums = 2b14c963b556401dba52ce9984d58010fdefa85cb4e997e196c2815633a0b9cc
+ source = rua-0.17.2.tar.gz::https://github.com/vn971/rua/archive/v0.17.2.tar.gz
+ sha256sums = 94a9c25d7c385948438f5e4d4621c3c8b9812398ca6e9007c0625dcc45397bee
pkgname = rua
diff --git a/PKGBUILD b/PKGBUILD
index f7c2d2ab4f2f..f75104475171 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.1
+pkgver=0.17.2
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=(2b14c963b556401dba52ce9984d58010fdefa85cb4e997e196c2815633a0b9cc)
+sha256sums=(94a9c25d7c385948438f5e4d4621c3c8b9812398ca6e9007c0625dcc45397bee)
build () {
cd "$srcdir/$pkgname-$pkgver"