tig: update to 1.2.
This commit is contained in:
parent
a7e3b5a1c8
commit
88884d19b4
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'tig'
|
# Template file for 'tig'
|
||||||
pkgname=tig
|
pkgname=tig
|
||||||
version=1.1
|
version=1.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_install_args="install-doc-man"
|
make_install_args="install-doc-man"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://jonas.nitro.dk/tig/"
|
homepage="http://jonas.nitro.dk/tig/"
|
||||||
distfiles="http://jonas.nitro.dk/tig/releases/tig-${version}.tar.gz"
|
distfiles="http://jonas.nitro.dk/tig/releases/tig-${version}.tar.gz"
|
||||||
checksum=cb8972ba2fe5015f66f064f9ef63c471b86e5d3f06a6d7719cd6753c29c2c0a2
|
checksum=9bf8a8b83761634d8431cb38ef5a133371a5e09460750706e6de3813f06242a4
|
||||||
long_desc="
|
long_desc="
|
||||||
Tig is a git repository browser that additionally can act as a pager for
|
Tig is a git repository browser that additionally can act as a pager for
|
||||||
output from various git commands.
|
output from various git commands.
|
||||||
|
@ -28,7 +28,7 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
tig_package() {
|
tig_package() {
|
||||||
depends="tig"
|
depends="git"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove usr
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue