summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasilii Novikov2019-11-23 10:29:58 +0100
committerVasilii Novikov2019-11-23 10:29:58 +0100
commite0f2059ed80647e61173fcb4e672713c0c26dcd6 (patch)
tree159403f551b39f18c9d0e03c9fa97d39b54589cb
parent2b02765e06402c08e868447098c16630ebf9590c (diff)
downloadaur-e0f2059ed80647e61173fcb4e672713c0c26dcd6.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 4a2709c98927..ad6029d947a4 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.15.0
+ pkgver = 0.15.1
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.15.0.tar.gz::https://github.com/vn971/rua/archive/v0.15.0.tar.gz
- sha256sums = 35a21ad6f821d3acf76264e6384f4f97d4c3d51f8cd019d98974978f9471cd0c
+ source = rua-0.15.1.tar.gz::https://github.com/vn971/rua/archive/v0.15.1.tar.gz
+ sha256sums = 091104e08c3dcf385d8c64b4f320b03c9b71f79b133766c5d78152baa146a4dc
pkgname = rua
diff --git a/PKGBUILD b/PKGBUILD
index a2d0d01a10c8..2cbee9643d1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vasia Novikov <n1dr+cmarchlinux@yaaandex.com> (replace "aaa" with "a")
pkgname=rua
-pkgver=0.15.0
+pkgver=0.15.1
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=(35a21ad6f821d3acf76264e6384f4f97d4c3d51f8cd019d98974978f9471cd0c)
+sha256sums=(091104e08c3dcf385d8c64b4f320b03c9b71f79b133766c5d78152baa146a4dc)
build () {
cd "$srcdir/$pkgname-$pkgver"