summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ca56d004f60..e690c47391d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rua
pkgdesc = secure AUR helper written in Rust, supporting offline builds, filesystem isolation and more
- pkgver = 0.14.4
+ pkgver = 0.14.5
pkgrel = 1
url = https://github.com/vn971/rua
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = rua
depends = pacman
optdepends = bubblewrap-suid: version of bubblewrap that works on linux-hardened kernel
optdepends = sudo: package installation can be done via sudo, if convenient
- source = https://github.com/vn971/rua/archive/0.14.4.tar.gz
- sha256sums = b6363854afb0e2ca61a96074053266c6211dfea66bfba316507ee7e461ecca54
+ source = https://github.com/vn971/rua/archive/0.14.5.tar.gz
+ sha256sums = a5ee258589f515b0ba258169a5f333e8fa7f3ff72e767729e78dc19ae0267afb
pkgname = rua
diff --git a/PKGBUILD b/PKGBUILD
index c6c3984ecf8e..9e038d16b8e1 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.4
+pkgver=0.14.5
pkgrel=1
pkgdesc='secure AUR helper written in Rust, supporting offline builds, filesystem isolation and more'
url='https://github.com/vn971/rua'
@@ -18,7 +18,7 @@ optdepends=(
#options+=(!strip) # uncomment if you want readable stack traces
-sha256sums=(b6363854afb0e2ca61a96074053266c6211dfea66bfba316507ee7e461ecca54)
+sha256sums=(a5ee258589f515b0ba258169a5f333e8fa7f3ff72e767729e78dc19ae0267afb)
build () {
cd "$srcdir/$pkgname-$pkgver"