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