summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasilii Novikov2023-03-28 17:02:05 +0200
committerVasilii Novikov2023-03-28 17:02:05 +0200
commita9ce8e1ca9d58c0a0491410201bcc7eeb4d0a21b (patch)
tree5a64a71e322107991eba3934f399b17ef4b242d8
parent144d0fc0592d5c5e2829ee563c09938e35eadeaf (diff)
downloadaur-a9ce8e1ca9d58c0a0491410201bcc7eeb4d0a21b.tar.gz
version 0.19.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37000eed3f5a..0a1b97b7202a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rua
pkgdesc = AUR helper in Rust providing control, review, patch application and safe build options
- pkgver = 0.19.4
+ pkgver = 0.19.5
pkgrel = 1
url = https://github.com/vn971/rua
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = rua
optdepends = shellcheck: allows checking PKGBUILD scripts, taking care of special variables
optdepends = sudo: allows package installation via sudo, if desired
options = !lto
- source = rua-0.19.4.tar.gz::https://github.com/vn971/rua/archive/v0.19.4.tar.gz
- b2sums = be2705b2b47e40757605ad80dddff397f5f584c69b677dfea15ad8fa5dea3f48673af02d72ea4b2fe2ce2b86cb035f48470f2c9bd458af44d38ad370dafd4031
+ source = rua-0.19.5.tar.gz::https://github.com/vn971/rua/archive/v0.19.5.tar.gz
+ b2sums = 2fa423aed8b4ace8339b421eef6c2b231c2e36d916041a35b4d8c3483061460d7c4ab82e739e4f7f4eebe861badac3bee561242674032c5caad78e8046ef6ff8
pkgname = rua
diff --git a/PKGBUILD b/PKGBUILD
index 18117ad2cbb4..89b99d5d963c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vasili Novikov (replace "nnn" with "n" in email) <nnn1dr+cmarchlinux@yandex.com>
pkgname=rua
-pkgver=0.19.4
+pkgver=0.19.5
pkgrel=1
pkgdesc='AUR helper in Rust providing control, review, patch application and safe build options'
url='https://github.com/vn971/rua'
@@ -20,7 +20,7 @@ optdepends=(
# see https://aur.archlinux.org/packages/rua#comment-861014
options=('!lto')
-b2sums=(be2705b2b47e40757605ad80dddff397f5f584c69b677dfea15ad8fa5dea3f48673af02d72ea4b2fe2ce2b86cb035f48470f2c9bd458af44d38ad370dafd4031)
+b2sums=(2fa423aed8b4ace8339b421eef6c2b231c2e36d916041a35b4d8c3483061460d7c4ab82e739e4f7f4eebe861badac3bee561242674032c5caad78e8046ef6ff8)
#options+=(!strip) # uncomment if you want readable stack traces