From 44e9f30d6f7bad5b948790809b3241eabe26aeb6 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 27 Aug 2013 06:46:50 +0200 Subject: [PATCH] tig: update to 1.2.1. --- srcpkgs/tig/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/tig/template b/srcpkgs/tig/template index ca3307ab5ac..4b63d2c2633 100644 --- a/srcpkgs/tig/template +++ b/srcpkgs/tig/template @@ -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 " 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 } }