summaryrefslogtreecommitdiff
path: root/extra/mercurial/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/mercurial/PKGBUILD')
-rw-r--r--extra/mercurial/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/mercurial/PKGBUILD b/extra/mercurial/PKGBUILD
index 5f1367ce5..d8010d675 100644
--- a/extra/mercurial/PKGBUILD
+++ b/extra/mercurial/PKGBUILD
@@ -1,20 +1,20 @@
-# $Id: PKGBUILD 131160 2011-07-11 12:44:25Z giovanni $
+# $Id: PKGBUILD 134393 2011-08-03 15:08:59Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
pkgname=mercurial
-pkgver=1.9
-pkgrel=2
+pkgver=1.9.1
+pkgrel=1
pkgdesc="A scalable distributed SCM tool"
arch=('i686' 'x86_64' 'mips64el')
-url="http://www.selenic.com/mercurial"
+url="http://mercurial.selenic.com/"
license=('GPL')
depends=('python2')
optdepends=('tk: for the hgk GUI')
backup=('etc/mercurial/hgrc')
-source=(http://www.selenic.com/mercurial/release/${pkgname}-${pkgver}.tar.gz
+source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz
mercurial.profile)
-md5sums=('d4842129fa2732eb6ed1180467bc32e2'
+md5sums=('601990cc58af8316af4e1ea63e19d1be'
'43e1d36564d4c7fbe9a091d3ea370a44')
package() {