summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVasya Novikov2018-10-30 22:02:54 +0300
committerVasya Novikov2018-10-30 22:02:54 +0300
commitc3d64d1bef3ce0a475921fea96be78161c8ba6c2 (patch)
treef89e6b156db6ab513e8adcc8347d74390d3a6c12 /PKGBUILD
parent5b61aaaad6d185c2ee213e1c4f54ec8b289cb550 (diff)
downloadaur-c3d64d1bef3ce0a475921fea96be78161c8ba6c2.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 6022763ad12e..f49a70e6c2cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Vasia Novikov <n1dr+cmarchlinux@yaaandex.com> (replace "aaa" with "a")
pkgname=rua
-pkgver=0.6.3
-pkgrel=4
+pkgver=0.6.4
+pkgrel=1
pkgdesc='convenient jailed AUR helper in rust'
url='https://github.com/vn971/rua'
source=("https://github.com/vn971/rua/archive/${pkgver}.tar.gz")
@@ -11,7 +11,7 @@ license=('GPL3')
makedepends=('cargo')
depends=('bubblewrap' 'git')
-sha256sums=(8f0b73357f4c6506ad48825cd6fe24c76072b58cf6246d0b6b70e4efe914a621)
+sha256sums=(771675c76dba1e07ff870adc67cbf401de68aa7f99bc34948ab49d4be941f2a3)
build () {
cd "$srcdir/$pkgname-$pkgver"