diff options
author | Vasilii Novikov | 2019-09-17 21:09:59 +0200 |
---|---|---|
committer | Vasilii Novikov | 2019-09-17 21:09:59 +0200 |
commit | fcfc965e1eaf0fe8416df3733cdfbd6dceb94006 (patch) | |
tree | 8b0c6dd07383e9b610b048ce6877c6e98537ee39 | |
parent | bdee432432fb461783102433681a430a84fbaf2e (diff) | |
download | aur-fcfc965e1eaf0fe8416df3733cdfbd6dceb94006.tar.gz |
bump version
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,7 +1,7 @@ pkgbase = rua pkgdesc = AUR helper in Rust providing control, review and jailed/offline build options - pkgver = 0.14.14 - pkgrel = 2 + pkgver = 0.14.15 + pkgrel = 1 url = https://github.com/vn971/rua arch = x86_64 arch = i686 @@ -14,8 +14,8 @@ pkgbase = rua optdepends = bubblewrap-suid: version of bubblewrap that works on linux-hardened kernel optdepends = shellcheck: check PKGBUILD scripts, taking care of special variables optdepends = sudo: package installation can be done via sudo, if convenient - source = rua-0.14.14.tar.gz::https://github.com/vn971/rua/archive/0.14.14.tar.gz - sha256sums = 2351ac6e8bd76986e0860259aa74f7ed08de2a5cfff6ed596172ec41cf3c39d0 + source = rua-0.14.15.tar.gz::https://github.com/vn971/rua/archive/0.14.15.tar.gz + sha256sums = 4e22189f3769a58e4e178e368da8261b7e3315d0cd62ff66bbfca85a50fb47d3 pkgname = rua @@ -1,7 +1,7 @@ # Maintainer: Vasia Novikov <n1dr+cmarchlinux@yaaandex.com> (replace "aaa" with "a") pkgname=rua -pkgver=0.14.14 -pkgrel=2 +pkgver=0.14.15 +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=(2351ac6e8bd76986e0860259aa74f7ed08de2a5cfff6ed596172ec41cf3c39d0) +sha256sums=(4e22189f3769a58e4e178e368da8261b7e3315d0cd62ff66bbfca85a50fb47d3) build () { cd "$srcdir/$pkgname-$pkgver" |