summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVasilii Novikov2019-09-12 09:45:11 +0200
committerVasilii Novikov2019-09-12 09:45:11 +0200
commit774d8bdd0d64202479d379a1f4bd2da8a278c092 (patch)
tree4c6df20938ef3aa46ef1d58e36f9a945a5e335f2 /PKGBUILD
parentcb915f304a93609db93bd0fb64cf160c890e857f (diff)
downloadaur-774d8bdd0d64202479d379a1f4bd2da8a278c092.tar.gz
bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4d19598de2df..5d7ce2a98c68 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.13
-pkgrel=2
+pkgver=0.14.14
+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=(84076175f24858f1984a7c4ac53c0f198a8d4773f79a4aec0d7b90ee2e9499f1)
+sha256sums=(2351ac6e8bd76986e0860259aa74f7ed08de2a5cfff6ed596172ec41cf3c39d0)
build () {
cd "$srcdir/$pkgname-$pkgver"