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 fff71acfa58e..4ca56d004f60 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.2
+ pkgver = 0.14.4
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.2.tar.gz
- sha256sums = 63d12ce4b1a6526afb0f9c2afe6c0d2adec3a3fff23294003b50737085c3003b
+ source = https://github.com/vn971/rua/archive/0.14.4.tar.gz
+ sha256sums = b6363854afb0e2ca61a96074053266c6211dfea66bfba316507ee7e461ecca54
pkgname = rua
diff --git a/PKGBUILD b/PKGBUILD
index 73363069a762..c6c3984ecf8e 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.2
+pkgver=0.14.4
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=(63d12ce4b1a6526afb0f9c2afe6c0d2adec3a3fff23294003b50737085c3003b)
+sha256sums=(b6363854afb0e2ca61a96074053266c6211dfea66bfba316507ee7e461ecca54)
build () {
cd "$srcdir/$pkgname-$pkgver"