summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasilii Novikov2020-05-02 10:26:37 +0200
committerVasilii Novikov2020-05-02 10:26:37 +0200
commit3d2c3d990e3408d9e68a0c12d55ddc1927807562 (patch)
tree759e0e738e4ffd511561f2916d8b4009d5c20cda
parentf54852fb19177354da5dd0a6c3a6a19ea10857eb (diff)
downloadaur-3d2c3d990e3408d9e68a0c12d55ddc1927807562.tar.gz
version 0.17.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d39b72855f88..f5f639dca1d3 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.9
+ pkgver = 0.17.10
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.9.tar.gz::https://github.com/vn971/rua/archive/v0.17.9.tar.gz
- sha256sums = dfee842acc4bb65090307c473189e46464187ec493e77edf4d082b84ada39b85
+ source = rua-0.17.10.tar.gz::https://github.com/vn971/rua/archive/v0.17.10.tar.gz
+ sha256sums = f28948ba820b7687364d600ac93b4524756bf7ae22f32c1ffd7a22c2c42d6986
pkgname = rua
diff --git a/PKGBUILD b/PKGBUILD
index a5ba07a76eae..a51bd7d702e2 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.9
+pkgver=0.17.10
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=(dfee842acc4bb65090307c473189e46464187ec493e77edf4d082b84ada39b85)
+sha256sums=(f28948ba820b7687364d600ac93b4524756bf7ae22f32c1ffd7a22c2c42d6986)
build () {
cd "$srcdir/$pkgname-$pkgver"