repgrep: update to 0.16.1 (#24197)

This commit is contained in:
Maksim Bondarenkov 2025-05-06 23:36:48 +03:00 committed by GitHub
parent cec0608c8f
commit d117da7167
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
_realname=repgrep
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.16.0
pkgver=0.16.1
pkgrel=1
pkgdesc="An interactive replacer for ripgrep that makes it easy to find and replace across files on the command line (mingw-w64)"
arch=('any')
@ -19,7 +19,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-rust"
options=('!strip')
source=("https://github.com/acheronfail/repgrep/archive/${pkgver}/${_realname}-${pkgver}.tar.gz"
"asciidoctor-use-full-path.patch")
sha256sums=('f7393ff98fa61d4de016670b6c5a69fff5a93f9430655f47a8eb5125d16d7fc2'
sha256sums=('4c948dab58ad38c497502782d34821aceedd6670e407ec2c0f4a5a7ba6e78cc0'
'045bcd49c03ad51c7cb6dbbb8a120daf9e1a63acf8a85ececf4cd671d2031c07')
prepare() {
@ -29,6 +29,7 @@ prepare() {
local _asciidoctor="$(cygpath -am ${MINGW_PREFIX}/bin/asciidoctor)"
sed -i "s|\"ASCIIDOCTOR\"|\"${_asciidoctor}\"|g" build.rs
rm rust-toolchain.toml
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
}