gitui: update to 0.25.1
Switch to oniguruma regex engine.
This commit is contained in:
parent
bc14469cc8
commit
e6eec8b132
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'gitui'
|
# Template file for 'gitui'
|
||||||
pkgname=gitui
|
pkgname=gitui
|
||||||
version=0.24.3
|
version=0.25.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
make_check_args="-- --skip components::textinput::tests::test_visualize_newline"
|
configure_args="--no-default-features --features ghemoji,regex-onig,trace-libgit,vendor-openssl"
|
||||||
hostmakedepends="pkg-config python3"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libxcb-devel libgit2-devel"
|
makedepends="libgit2-devel oniguruma-devel"
|
||||||
short_desc="Blazing fast terminal-ui for git"
|
short_desc="Blazing fast terminal-ui for git"
|
||||||
maintainer="cinerea0 <cinerea0@protonmail.com>"
|
maintainer="cinerea0 <cinerea0@protonmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/extrawurst/gitui"
|
homepage="https://github.com/extrawurst/gitui"
|
||||||
changelog="https://github.com/extrawurst/gitui/raw/master/CHANGELOG.md"
|
changelog="https://github.com/extrawurst/gitui/raw/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/extrawurst/gitui/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/extrawurst/gitui/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=a5fc6b52a4db0037c3351b9743af49c8bb9ccff4dda5bdb064bab9e59f68fde2
|
checksum=78d31ba66de1521477aef1642c798a385106ff4858f59e79775ba08a694d0ae4
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
|
|
Loading…
Reference in New Issue