summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasilii Novikov2020-11-09 16:08:18 +0100
committerVasilii Novikov2020-11-09 16:08:18 +0100
commiteb6817ba58e7e8a8433f75db88089852792411b6 (patch)
treeebb0459d11c041cbc347d52e2640a87b0eac244c
parentd28bf829bd3371badf18222282864f2711139bd3 (diff)
downloadaur-eb6817ba58e7e8a8433f75db88089852792411b6.tar.gz
version 0.17.15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68778ba11d73..31b8d3265871 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.14
+ pkgver = 0.17.15
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.14.tar.gz::https://github.com/vn971/rua/archive/v0.17.14.tar.gz
- sha256sums = 5cf32a915d704352dd80aca62bb63fd3de1727b038ce84aaa83dd127e5178659
+ source = rua-0.17.15.tar.gz::https://github.com/vn971/rua/archive/v0.17.15.tar.gz
+ sha256sums = b8484357610c7b5b55cedef5ff57a05e332a0ea3236fe4aacdc31409c6d12d87
pkgname = rua
diff --git a/PKGBUILD b/PKGBUILD
index 59b26ed2d762..b2a381dd6b9c 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.14
+pkgver=0.17.15
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=(5cf32a915d704352dd80aca62bb63fd3de1727b038ce84aaa83dd127e5178659)
+sha256sums=(b8484357610c7b5b55cedef5ff57a05e332a0ea3236fe4aacdc31409c6d12d87)
build () {
cd "$srcdir/$pkgname-$pkgver"