summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasilii Novikov2019-01-28 09:33:26 +0100
committerVasilii Novikov2019-01-28 09:33:26 +0100
commit0bd51e6b2babae8031bb3646ee21e911704d3c8a (patch)
tree144854f0661c291f995c8658b7bbc20eb5c306a6
parenteed9059d1818abd40838f04444a518d0ea2d2dc5 (diff)
downloadaur-0bd51e6b2babae8031bb3646ee21e911704d3c8a.tar.gz
bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57c678d34df1..9bd19f3865bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rua
pkgdesc = secure jailed AUR helper in rust
- pkgver = 0.9.11
+ pkgver = 0.9.12
pkgrel = 1
url = https://github.com/vn971/rua
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = rua
makedepends = cargo
depends = bubblewrap
depends = git
- source = https://github.com/vn971/rua/archive/0.9.11.tar.gz
- sha256sums = ebacd62b77942e450ad92c801e627a0823966ab2c9c64a6fd5c8f7dd46604143
+ source = https://github.com/vn971/rua/archive/0.9.12.tar.gz
+ sha256sums = efeaed8c9445f13ec50aa535076496c5515156572766202abcc500a1e908253d
pkgname = rua
diff --git a/PKGBUILD b/PKGBUILD
index c2d5734d34e7..5714dd11d813 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vasia Novikov <n1dr+cmarchlinux@yaaandex.com> (replace "aaa" with "a")
pkgname=rua
-pkgver=0.9.11
+pkgver=0.9.12
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=(ebacd62b77942e450ad92c801e627a0823966ab2c9c64a6fd5c8f7dd46604143)
+sha256sums=(efeaed8c9445f13ec50aa535076496c5515156572766202abcc500a1e908253d)
build () {
cd "$srcdir/$pkgname-$pkgver"