mercurial: update to 2.6.

This commit is contained in:
Juan RP 2013-05-03 20:13:30 +02:00
parent 58279bc75c
commit b785f4e9e8

View file

@ -1,6 +1,6 @@
# Template file for 'mercurial' # Template file for 'mercurial'
pkgname=mercurial pkgname=mercurial
version=2.5.2 version=2.6
revision=1 revision=1
build_style=python-module build_style=python-module
makedepends="python-devel" makedepends="python-devel"
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2" license="GPL-2"
homepage="http://mercurial.selenic.com" homepage="http://mercurial.selenic.com"
distfiles="${homepage}/release/${pkgname}-${version}.tar.gz" distfiles="${homepage}/release/${pkgname}-${version}.tar.gz"
checksum=cf6d4a7bb70d6b7318905ad7e4db8a2b42be26556b28c82f9bd960299ddad34e checksum=5da022bd8114c498fbeb249f7f670a1b3e381e57225419b50f941b65444da1c1
post_install() { post_install() {
vmkdir usr/share/man/man1 vmkdir usr/share/man/man1
@ -21,6 +21,6 @@ post_install() {
mercurial_package() { mercurial_package() {
pycompile_module="mercurial hgext" pycompile_module="mercurial hgext"
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }