From 7bacc46395e8b7510fb79fff21f7b40bb3824fa1 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 22 Feb 2022 02:07:55 +0100 Subject: [PATCH] tig: update to 2.5.5. Adopted. --- srcpkgs/tig/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/tig/template b/srcpkgs/tig/template index 51343653d90..e9d1a56a7fb 100644 --- a/srcpkgs/tig/template +++ b/srcpkgs/tig/template @@ -1,25 +1,26 @@ # Template file for 'tig' pkgname=tig -version=2.5.4 +version=2.5.5 revision=1 wrksrc="${pkgname}-${pkgname}-${version}" build_style=gnu-configure make_install_args="install-doc-man" hostmakedepends="xmlto asciidoc automake autoconf pkg-config" -makedepends="ncurses-devel" +makedepends="ncurses-devel pcre2-devel" depends="git" conf_files="/etc/tigrc" short_desc="Text-mode interface for Git" -maintainer="Orphaned " +maintainer="Leah Neukirchen " license="GPL-2.0-only" homepage="https://jonas.github.io/tig/" +changelog="https://github.com/jonas/tig/blob/master/NEWS.adoc" distfiles="https://github.com/jonas/tig/archive/tig-${version}.tar.gz" -checksum=d65bbcada30f67b0c3632edee36086c99354617b84afbce98372c45a0fd27ca9 +checksum=eac8ea96aabe1583ba04fbc6e02a8b725d4093ae1939f19a426a301602ffe4b7 pre_configure() { NOCONFIGURE=1 ./autogen.sh } post_install() { - vinstall contrib/tig-completion.bash 644 usr/share/bash-completion/completions tig + vcompletion contrib/tig-completion.bash bash }