summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVasilii Novikov2019-03-17 13:44:55 +0100
committerVasilii Novikov2019-03-17 13:44:55 +0100
commit15449cc725be3559679430094bf0569cf172c70f (patch)
tree3b6ffed65fb917b419fccdc5003c2a54bcc07923 /PKGBUILD
parent222083699b8f810fa50166c56d3784b47f7c613d (diff)
downloadaur-15449cc725be3559679430094bf0569cf172c70f.tar.gz
bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2b1fc2e65fb..ce9d65f3bf2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vasia Novikov <n1dr+cmarchlinux@yaaandex.com> (replace "aaa" with "a")
pkgname=rua
-pkgver=0.12.1
+pkgver=0.13.0
pkgrel=1
pkgdesc='secure jailed AUR helper in rust'
url='https://github.com/vn971/rua'
@@ -13,7 +13,7 @@ depends=('bubblewrap' 'git')
#options+=(!strip) # uncomment to have readable stack traces
-sha256sums=(3f83be02a4fa9d5b7dfc898aff2d27080bd5ec0efc7e1491cf8d02065f24e1c7)
+sha256sums=(435b9f44267bf1c67c9c4d36d0cbc043b5674b98415cdb7c1dc0385ef16bd36e)
build () {
cd "$srcdir/$pkgname-$pkgver"