[arch-commits] Commit in mercurial/trunk (PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Sat Oct 2 21:01:08 UTC 2010


    Date: Saturday, October 2, 2010 @ 17:01:08
  Author: giovanni
Revision: 93004

upgpkg: mercurial 1.6.4-1
upstream release

Modified:
  mercurial/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-02 20:52:25 UTC (rev 93003)
+++ PKGBUILD	2010-10-02 21:01:08 UTC (rev 93004)
@@ -3,8 +3,8 @@
 # Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
 
 pkgname=mercurial
-pkgver=1.6.3
-pkgrel=2
+pkgver=1.6.4
+pkgrel=1
 pkgdesc="A scalable distributed SCM tool"
 arch=('i686' 'x86_64')
 url="http://www.selenic.com/mercurial"
@@ -13,15 +13,15 @@
 optdepends=('tk: for the hgk GUI')
 source=(http://www.selenic.com/mercurial/release/${pkgname}-${pkgver}.tar.gz
         mercurial.profile)
-md5sums=('fcd61edc488d1b9aa831dde6f14d9a13'
+md5sums=('657dd6aff80aa9a3b187652a635544d0'
          '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/{simplemerge,lsprof}.py
+#  sed -i -e 's#env python#env python2#' \
+#    "${pkgdir}"/usr/lib/python2.7/site-packages/mercurial/{simplemerge,lsprof}.py
 
   install -d ${pkgdir}/usr/share/man/{man1,man5}
   install -m644 doc/hg.1 "${pkgdir}/usr/share/man/man1" || return 1




More information about the arch-commits mailing list