Skip to content

Commit

Permalink
version 0.19.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasili Novikov (replace "vvv" with "v" in email) committed Oct 4, 2023
1 parent f146b04 commit 08ecca2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = rua
pkgdesc = AUR helper in Rust providing control, review, patch application and safe build options
pkgver = 0.19.7
pkgrel = 2
pkgver = 0.19.8
pkgrel = 1
url = https://github.com/vn971/rua
arch = x86_64
arch = i686
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.7.tar.gz::https://github.com/vn971/rua/archive/v0.19.7.tar.gz
b2sums = 204c6e85b018dcb360847a370d31a1e860896c5ba36dbd3bc5c53ae6db0f0011f6009c22fecaedbb829ab6bb054a689c72d1b46bc62de8cf748165423d83804c
source = rua-0.19.8.tar.gz::https://github.com/vn971/rua/archive/v0.19.8.tar.gz
b2sums = bc3f5c75f6953a01b30403924a4af57502b2be19a28d7b17f5453ee7de47ff4e58b492cf0ae03c5cd99547524a8715498f46378b3e7236f6fd6ffcb71e4eb387

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

b2sums=(204c6e85b018dcb360847a370d31a1e860896c5ba36dbd3bc5c53ae6db0f0011f6009c22fecaedbb829ab6bb054a689c72d1b46bc62de8cf748165423d83804c)
b2sums=(bc3f5c75f6953a01b30403924a4af57502b2be19a28d7b17f5453ee7de47ff4e58b492cf0ae03c5cd99547524a8715498f46378b3e7236f6fd6ffcb71e4eb387)

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

Expand Down

0 comments on commit 08ecca2

Please sign in to comment.