summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasilii Novikov2020-03-28 23:23:19 +0100
committerVasilii Novikov2020-03-28 23:23:19 +0100
commitfc11333832ac7dfbb0e78afdfabd98657d945a37 (patch)
treef2fa5c72653b35af682cf383426508c80dbde89b
parentcfbcfd0e5c3077312d60d37e94e7ae2d09d651f4 (diff)
downloadaur-fc11333832ac7dfbb0e78afdfabd98657d945a37.tar.gz
version 0.17.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9d4b8f7e4a4..1258075f124b 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.4
+ pkgver = 0.17.5
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.4.tar.gz::https://github.com/vn971/rua/archive/v0.17.4.tar.gz
- sha256sums = 1d4e5977c33cd082d3bc44fd505b86573ba26c313926c8f12a32ac07df953cdc
+ source = rua-0.17.5.tar.gz::https://github.com/vn971/rua/archive/v0.17.5.tar.gz
+ sha256sums = 7db35fd0767f5cb358c40d26521280da9c78081b6d696ea1b76c59abbf96c821
pkgname = rua
diff --git a/PKGBUILD b/PKGBUILD
index 628d8b9bdb19..b788b13c6f3d 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.4
+pkgver=0.17.5
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=(1d4e5977c33cd082d3bc44fd505b86573ba26c313926c8f12a32ac07df953cdc)
+sha256sums=(7db35fd0767f5cb358c40d26521280da9c78081b6d696ea1b76c59abbf96c821)
build () {
cd "$srcdir/$pkgname-$pkgver"