summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasilii Novikov2019-03-10 09:05:31 +0100
committerVasilii Novikov2019-03-10 09:05:31 +0100
commit809fd04873e1d21e2215b3930f7ff233a6d217a9 (patch)
tree5b819d9dce0b509905b7fd63f02e5782e88fad47
parent7a3a9c1adecdfe16ac913323d9a2e67928898efc (diff)
downloadaur-809fd04873e1d21e2215b3930f7ff233a6d217a9.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 d9003e03b918..43210229bfea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rua
pkgdesc = secure jailed AUR helper in rust
- pkgver = 0.11.4
+ pkgver = 0.12.0
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.11.4.tar.gz
- sha256sums = 118dfead24d30e40dc012ec988c1f2e5947f14a3235c503c06dadadb37fee0b0
+ source = https://github.com/vn971/rua/archive/0.12.0.tar.gz
+ sha256sums = 90fe682df954f7c4043f893d547ef42912dc490d5642faed830440ed358b1926
pkgname = rua
diff --git a/PKGBUILD b/PKGBUILD
index 9e7b8c72386c..88a4280c5a1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vasia Novikov <n1dr+cmarchlinux@yaaandex.com> (replace "aaa" with "a")
pkgname=rua
-pkgver=0.11.4
+pkgver=0.12.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=(118dfead24d30e40dc012ec988c1f2e5947f14a3235c503c06dadadb37fee0b0)
+sha256sums=(90fe682df954f7c4043f893d547ef42912dc490d5642faed830440ed358b1926)
build () {
cd "$srcdir/$pkgname-$pkgver"