summaryrefslogtreecommitdiffstats
path: root/abs/extra/mercurial
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2011-07-04 21:22:47 (GMT)
committerCecil <knoppmyth@gmail.com>2011-07-04 21:22:47 (GMT)
commit95d18760558dc95b6bb65bc5237167d7a859aa8e (patch)
tree241ceb00c1983afe452c71cdef4831cd580e3301 /abs/extra/mercurial
parent5c421f9edf0a2bb920ed5607d127d461c3f68dac (diff)
downloadlinhes_pkgbuild-95d18760558dc95b6bb65bc5237167d7a859aa8e.zip
linhes_pkgbuild-95d18760558dc95b6bb65bc5237167d7a859aa8e.tar.gz
linhes_pkgbuild-95d18760558dc95b6bb65bc5237167d7a859aa8e.tar.bz2
mercurial:bumped to latest
Diffstat (limited to 'abs/extra/mercurial')
-rw-r--r--abs/extra/mercurial/PKGBUILD12
-rw-r--r--abs/extra/mercurial/__changelog1
2 files changed, 7 insertions, 6 deletions
diff --git a/abs/extra/mercurial/PKGBUILD b/abs/extra/mercurial/PKGBUILD
index 0ce6012..7c146f5 100644
--- a/abs/extra/mercurial/PKGBUILD
+++ b/abs/extra/mercurial/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 97863 2010-11-02 05:48:54Z giovanni $
+# $Id: PKGBUILD 99614 2010-11-15 21:11:47Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
pkgname=mercurial
-pkgver=1.7
-pkgrel=1
+pkgver=1.7.1
+pkgrel=2
pkgdesc="A scalable distributed SCM tool"
arch=('i686' 'x86_64')
url="http://www.selenic.com/mercurial"
@@ -13,15 +13,15 @@ depends=('python2')
optdepends=('tk: for the hgk GUI')
source=(http://www.selenic.com/mercurial/release/${pkgname}-${pkgver}.tar.gz
mercurial.profile)
-md5sums=('698948ff128d265db55bee8149445556'
+md5sums=('b14caa0f9e4dd5acbf9e9a6059c37fd3'
'43e1d36564d4c7fbe9a091d3ea370a44')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
python2 setup.py install --root="${pkgdir}/" --optimize=1 || return 1
- #sed -i -e 's#env python#env python2#' \
- # "${pkgdir}"/usr/lib/python2.7/site-packages/mercurial/lsprof.py
+ sed -i -e 's#env python#env python2#' \
+ "${pkgdir}"/usr/lib/python2.6/site-packages/mercurial/lsprof.py
install -d ${pkgdir}/usr/share/man/{man1,man5}
install -m644 doc/hg.1 "${pkgdir}/usr/share/man/man1" || return 1
diff --git a/abs/extra/mercurial/__changelog b/abs/extra/mercurial/__changelog
new file mode 100644
index 0000000..e0cb121
--- /dev/null
+++ b/abs/extra/mercurial/__changelog
@@ -0,0 +1 @@
+7/4/11 - chw - change to ensure use of python 2.6 in PKGBUILD