tig: update to 1.2.1.

This commit is contained in:
Juan RP 2013-08-27 06:46:50 +02:00
parent 7861949927
commit 44e9f30d6f
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'tig'
pkgname=tig
version=1.2
version=1.2.1
revision=1
build_style=gnu-configure
make_install_args="install-doc-man"
@ -10,7 +10,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=9bf8a8b83761634d8431cb38ef5a133371a5e09460750706e6de3813f06242a4
checksum=c4a1ad58b704e0d5f54f351592410c8680ac09e461952f86fae017e373330321
long_desc="
Tig is a git repository browser that additionally can act as a pager for
output from various git commands.
@ -30,6 +30,6 @@ post_install() {
tig_package() {
depends="git"
pkg_install() {
vmove usr
vmove all
}
}