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 016b78a80673..0e1ba73e42f2 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.14.19
+ pkgver = 0.15.0
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.14.19.tar.gz::https://github.com/vn971/rua/archive/0.14.19.tar.gz
- sha256sums = 0e52fe1b86bcb2c5754b2603e2be32532b45c6eeb4c8ca43068e8f87e57a0c8a
+ source = rua-0.15.0.tar.gz::https://github.com/vn971/rua/archive/0.15.0.tar.gz
+ sha256sums = 35a21ad6f821d3acf76264e6384f4f97d4c3d51f8cd019d98974978f9471cd0c
pkgname = rua
diff --git a/PKGBUILD b/PKGBUILD
index 324c52390009..6aa3d5a22fb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vasia Novikov <n1dr+cmarchlinux@yaaandex.com> (replace "aaa" with "a")
pkgname=rua
-pkgver=0.14.19
+pkgver=0.15.0
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=(0e52fe1b86bcb2c5754b2603e2be32532b45c6eeb4c8ca43068e8f87e57a0c8a)
+sha256sums=(35a21ad6f821d3acf76264e6384f4f97d4c3d51f8cd019d98974978f9471cd0c)
build () {
cd "$srcdir/$pkgname-$pkgver"