tig: update to 2.5.4.

This commit is contained in:
Anthony Iliopoulos 2021-06-14 11:15:34 +00:00 committed by Érico Nogueira Rolim
parent 19b9b9b5dc
commit f4fcb711f9
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'tig' # Template file for 'tig'
pkgname=tig pkgname=tig
version=2.5.3 version=2.5.4
revision=1 revision=1
wrksrc="${pkgname}-${pkgname}-${version}" wrksrc="${pkgname}-${pkgname}-${version}"
build_style=gnu-configure build_style=gnu-configure
@ -14,7 +14,7 @@ maintainer="Lugubris <lugubris@disroot.org>"
license="GPL-2.0-only" license="GPL-2.0-only"
homepage="https://jonas.github.io/tig/" homepage="https://jonas.github.io/tig/"
distfiles="https://github.com/jonas/tig/archive/tig-${version}.tar.gz" distfiles="https://github.com/jonas/tig/archive/tig-${version}.tar.gz"
checksum=c2d6219c18ea33a92ac0691bdd528fcabea8529036858ef2b17726b838614343 checksum=d65bbcada30f67b0c3632edee36086c99354617b84afbce98372c45a0fd27ca9
pre_configure() { pre_configure() {
NOCONFIGURE=1 ./autogen.sh NOCONFIGURE=1 ./autogen.sh