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