summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82b05b95c912..bc33b17920af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rua
pkgdesc = AUR helper in Rust providing control, review and jailed/offline build options
- pkgver = 0.14.14
- pkgrel = 2
+ pkgver = 0.14.15
+ pkgrel = 1
url = https://github.com/vn971/rua
arch = x86_64
arch = i686
@@ -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.14.14.tar.gz::https://github.com/vn971/rua/archive/0.14.14.tar.gz
- sha256sums = 2351ac6e8bd76986e0860259aa74f7ed08de2a5cfff6ed596172ec41cf3c39d0
+ source = rua-0.14.15.tar.gz::https://github.com/vn971/rua/archive/0.14.15.tar.gz
+ sha256sums = 4e22189f3769a58e4e178e368da8261b7e3315d0cd62ff66bbfca85a50fb47d3
pkgname = rua
diff --git a/PKGBUILD b/PKGBUILD
index 25aa0072960d..8f87da6065a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vasia Novikov <n1dr+cmarchlinux@yaaandex.com> (replace "aaa" with "a")
pkgname=rua
-pkgver=0.14.14
-pkgrel=2
+pkgver=0.14.15
+pkgrel=1
pkgdesc='AUR helper in Rust providing control, review and jailed/offline build options'
url='https://github.com/vn971/rua'
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/vn971/rua/archive/${pkgver}.tar.gz")
@@ -18,7 +18,7 @@ optdepends=(
#options+=(!strip) # uncomment if you want readable stack traces
-sha256sums=(2351ac6e8bd76986e0860259aa74f7ed08de2a5cfff6ed596172ec41cf3c39d0)
+sha256sums=(4e22189f3769a58e4e178e368da8261b7e3315d0cd62ff66bbfca85a50fb47d3)
build () {
cd "$srcdir/$pkgname-$pkgver"