diff options
author | Vasilii Novikov | 2020-03-26 13:08:51 +0100 |
---|---|---|
committer | Vasilii Novikov | 2020-03-26 13:08:51 +0100 |
commit | cfbcfd0e5c3077312d60d37e94e7ae2d09d651f4 (patch) | |
tree | 1458576170f199309d8ec4c5ff6356d9e2e7e8db | |
parent | e5f047aab78134b28da58d183bbc101e0d5a3e7e (diff) | |
download | aur-cfbcfd0e5c3077312d60d37e94e7ae2d09d651f4.tar.gz |
bump version
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = rua pkgdesc = AUR helper in Rust providing control, review, patch application and safe build options - pkgver = 0.17.3 + pkgver = 0.17.4 pkgrel = 1 url = https://github.com/vn971/rua arch = x86_64 @@ -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.17.3.tar.gz::https://github.com/vn971/rua/archive/v0.17.3.tar.gz - sha256sums = 59cdc7f725d57ffd04b34e6916bbda8ca341f2ea52a8e1dc639ad62ed74a39a3 + source = rua-0.17.4.tar.gz::https://github.com/vn971/rua/archive/v0.17.4.tar.gz + sha256sums = 1d4e5977c33cd082d3bc44fd505b86573ba26c313926c8f12a32ac07df953cdc pkgname = rua @@ -1,6 +1,6 @@ # Maintainer: Vasia Novikov <n1dr+cmarchlinux@yaaandex.com> (replace "aaa" with "a") pkgname=rua -pkgver=0.17.3 +pkgver=0.17.4 pkgrel=1 pkgdesc='AUR helper in Rust providing control, review, patch application and safe build options' url='https://github.com/vn971/rua' @@ -18,7 +18,7 @@ optdepends=( #options+=(!strip) # uncomment if you want readable stack traces -sha256sums=(59cdc7f725d57ffd04b34e6916bbda8ca341f2ea52a8e1dc639ad62ed74a39a3) +sha256sums=(1d4e5977c33cd082d3bc44fd505b86573ba26c313926c8f12a32ac07df953cdc) build () { cd "$srcdir/$pkgname-$pkgver" |