tig: update to 2.0.3.
This commit is contained in:
parent
0dea50ba71
commit
eb428ec5ab
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'tig'
|
||||
pkgname=tig
|
||||
version=2.0.2
|
||||
version=2.0.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
make_install_args="install-doc-man"
|
||||
hostmakedepends="xmlto asciidoc"
|
||||
makedepends="ncurses-devel git"
|
||||
makedepends="ncurses-devel"
|
||||
depends="git"
|
||||
conf_files="/etc/tigrc"
|
||||
short_desc="Text-mode interface for Git"
|
||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="GPL-2"
|
||||
homepage="http://jonas.nitro.dk/tig/"
|
||||
distfiles="http://jonas.nitro.dk/tig/releases/tig-${version}.tar.gz"
|
||||
checksum=b91cf0b3d044f643a1032c3a7c7cd855685bb8ead5f71f4703eb0c19238e273e
|
||||
checksum=faac0fd80cb771cf34ae0aa9b2fedba1cc0f8aa70731d400661660c8d48f96c4
|
||||
|
||||
post_install() {
|
||||
vinstall contrib/tig-completion.bash 644 usr/share/bash-completion/completions tig
|
||||
|
|
Loading…
Reference in New Issue