Skip to content

Commit

Permalink
version 0.19.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasilii Novikov committed Jul 10, 2023
1 parent 32994b8 commit 7f2c5d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = rua
pkgdesc = AUR helper in Rust providing control, review, patch application and safe build options
pkgver = 0.19.6
pkgver = 0.19.7
pkgrel = 1
url = https://github.com/vn971/rua
arch = x86_64
Expand All @@ -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.6.tar.gz::https://github.com/vn971/rua/archive/v0.19.6.tar.gz
b2sums = 436aaa12d35d047af87075cc01d57fe33c33da0828fb9c744aec7a8ea0d2119d637bfde9ea4890968dde7e643835a27d3b295e71444244d0919dd40262e82b7c
source = rua-0.19.7.tar.gz::https://github.com/vn971/rua/archive/v0.19.7.tar.gz
b2sums = 204c6e85b018dcb360847a370d31a1e860896c5ba36dbd3bc5c53ae6db0f0011f6009c22fecaedbb829ab6bb054a689c72d1b46bc62de8cf748165423d83804c

pkgname = rua
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Vasili Novikov (replace "nnn" with "n" in email) <[email protected]>
pkgname=rua
pkgver=0.19.6
pkgver=0.19.7
pkgrel=1
pkgdesc='AUR helper in Rust providing control, review, patch application and safe build options'
url='https://github.com/vn971/rua'
Expand All @@ -20,7 +20,7 @@ optdepends=(
# see https://aur.archlinux.org/packages/rua#comment-861014
options=('!lto')

b2sums=(436aaa12d35d047af87075cc01d57fe33c33da0828fb9c744aec7a8ea0d2119d637bfde9ea4890968dde7e643835a27d3b295e71444244d0919dd40262e82b7c)
b2sums=(204c6e85b018dcb360847a370d31a1e860896c5ba36dbd3bc5c53ae6db0f0011f6009c22fecaedbb829ab6bb054a689c72d1b46bc62de8cf748165423d83804c)

#options+=(!strip) # uncomment if you want readable stack traces

Expand Down

0 comments on commit 7f2c5d6

Please sign in to comment.