mercurial: update to 2.2.3.
This commit is contained in:
parent
1c074d2222
commit
377d878482
1 changed files with 6 additions and 8 deletions
|
@ -1,15 +1,16 @@
|
|||
# Template file for 'mercurial'
|
||||
pkgname=mercurial
|
||||
version=2.1.2
|
||||
homepage="http://mercurial.selenic.com"
|
||||
distfiles="$homepage/release/$pkgname-$version.tar.gz"
|
||||
version=2.2.3
|
||||
revision=1
|
||||
build_style=python-module
|
||||
makedepends="python-devel"
|
||||
revision=1
|
||||
pycompile_module="$pkgname hgext"
|
||||
short_desc="Fast, lightweight source control management system"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
checksum=914d4889e195687209e070c0c33cf3ae7b78d6c6c92fa7d6ccc718aa96959886
|
||||
homepage="http://mercurial.selenic.com"
|
||||
distfiles="$homepage/release/$pkgname-$version.tar.gz"
|
||||
checksum=7c61e38585ba252b31f75df6006bdcf1ff11030321f9fc628f0e1c61929d677b
|
||||
long_desc="
|
||||
Mercurial is a fast, lightweight Source Control Management system
|
||||
designed for efficient handling of very large distributed projects.
|
||||
|
@ -50,9 +51,6 @@ long_desc="
|
|||
* Source code available under the GPL license
|
||||
* Actively community supported and developed"
|
||||
|
||||
pycompile_module="$pkgname hgext"
|
||||
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/share/man/man1
|
||||
vmkdir usr/share/man/man5
|
||||
|
|
Loading…
Reference in a new issue