mercurial: update to 2.0.2.
This commit is contained in:
parent
5e5a362fa7
commit
d5534c9d8e
|
@ -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 <xtraeme@gmail.com>"
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue