diff options
author | Vasilii Novikov | 2021-09-21 09:35:33 +0200 |
---|---|---|
committer | Vasilii Novikov | 2021-09-21 09:35:33 +0200 |
commit | 16fa5d432bc6583ffaa9e564bfd5f0764a9431f3 (patch) | |
tree | eee8a283ffa6bda44135dd0b48b1366a05c90f17 | |
parent | ce6a1752e487bf7a5ca9186466f98cfb3a23440a (diff) | |
download | aur-16fa5d432bc6583ffaa9e564bfd5f0764a9431f3.tar.gz |
version 0.18.2
-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.18.1 + pkgver = 0.18.2 pkgrel = 1 url = https://github.com/vn971/rua arch = any @@ -14,7 +14,7 @@ pkgbase = rua optdepends = bubblewrap-suid: version of bubblewrap that works on linux-hardened kernel optdepends = shellcheck: allows checking PKGBUILD scripts, taking care of special variables optdepends = sudo: allows package installation via sudo, if desired - source = rua-0.18.1.tar.gz::https://github.com/vn971/rua/archive/v0.18.1.tar.gz - sha256sums = ac1ff3c4fa237ebc1defc82a471918e4e9bfba718f85a910be43c015812b8545 + source = rua-0.18.2.tar.gz::https://github.com/vn971/rua/archive/v0.18.2.tar.gz + sha256sums = e5e7e27bc2c6359fde000baefa4051176f29f456c6163bea60a46e0096397c76 pkgname = rua @@ -1,6 +1,6 @@ # Maintainer: Vasia Novikov <n1dr+cmarchlinux@yaaandex.com> (replace "aaa" with "a") pkgname=rua -pkgver=0.18.1 +pkgver=0.18.2 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=(ac1ff3c4fa237ebc1defc82a471918e4e9bfba718f85a910be43c015812b8545) +sha256sums=(e5e7e27bc2c6359fde000baefa4051176f29f456c6163bea60a46e0096397c76) build () { cd "$srcdir/$pkgname-$pkgver" |