diff --git a/srcpkgs/tig/template b/srcpkgs/tig/template index b3b25d78af..ca3307ab5a 100644 --- a/srcpkgs/tig/template +++ b/srcpkgs/tig/template @@ -1,6 +1,6 @@ # Template file for 'tig' pkgname=tig -version=1.1 +version=1.2 revision=1 build_style=gnu-configure make_install_args="install-doc-man" @@ -10,7 +10,7 @@ maintainer="Juan RP " license="GPL-2" homepage="http://jonas.nitro.dk/tig/" distfiles="http://jonas.nitro.dk/tig/releases/tig-${version}.tar.gz" -checksum=cb8972ba2fe5015f66f064f9ef63c471b86e5d3f06a6d7719cd6753c29c2c0a2 +checksum=9bf8a8b83761634d8431cb38ef5a133371a5e09460750706e6de3813f06242a4 long_desc=" Tig is a git repository browser that additionally can act as a pager for output from various git commands. @@ -28,7 +28,7 @@ post_install() { } tig_package() { - depends="tig" + depends="git" pkg_install() { vmove usr }