From d5534c9d8e9e0477a5e960f337e138f38204115e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 10 Jan 2012 09:48:11 +0100 Subject: [PATCH] mercurial: update to 2.0.2. --- srcpkgs/mercurial/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template index 6c72f79b182..02d706754df 100644 --- a/srcpkgs/mercurial/template +++ b/srcpkgs/mercurial/template @@ -1,14 +1,13 @@ # Template file for 'mercurial' pkgname=mercurial -version=1.9.3 +version=2.0.2 homepage="http://mercurial.selenic.com" distfiles="$homepage/release/$pkgname-$version.tar.gz" build_style=python-module -revision=1 short_desc="Fast, lightweight source control management system" maintainer="Juan RP " license="GPL-2" -checksum=53d8390379b81371f60729decd15f0961777b52ed7514d29c66c1873b918d685 +checksum=ca8b8fb93f2e3e8c3cdf2f81d87e92592f5f20c5bfcaaeb6a75550d4a69572c9 long_desc=" Mercurial is a fast, lightweight Source Control Management system designed for efficient handling of very large distributed projects. @@ -54,8 +53,7 @@ pycompile_module="$pkgname hgext" Add_dependency build gettext Add_dependency build python-devel -post_install() -{ +post_install() { install -d ${DESTDIR}/usr/share/man/man1 install -d ${DESTDIR}/usr/share/man/man5 install -m 644 doc/*.1 ${DESTDIR}/usr/share/man/man1