[arch-commits] Commit in mercurial/trunk (PKGBUILD)
Giovanni Scafora
giovanni at archlinux.org
Wed Dec 2 15:29:33 UTC 2009
Date: Wednesday, December 2, 2009 @ 10:29:32
Author: giovanni
Revision: 60251
upgpkg: mercurial 1.4.1-1
upstream release
Modified:
mercurial/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-12-02 15:28:25 UTC (rev 60250)
+++ PKGBUILD 2009-12-02 15:29:32 UTC (rev 60251)
@@ -3,8 +3,8 @@
# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
pkgname=mercurial
-pkgver=1.4
-pkgrel=2
+pkgver=1.4.1
+pkgrel=1
pkgdesc="A scalable distributed SCM tool"
arch=('i686' 'x86_64')
url="http://www.selenic.com/mercurial"
@@ -12,7 +12,7 @@
depends=('python>=2.6')
optdepends=('tk: for the hgk GUI')
source=(http://www.selenic.com/mercurial/release/${pkgname}-${pkgver}.tar.gz)
-md5sums=('951ebd4a8153eaa3c56fc0ce2575ab70')
+md5sums=('eacffecad59ec145e61a1edf332b3f1f')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
More information about the arch-commits
mailing list