diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-07-04 15:31:41 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-07-04 15:31:41 -0300 |
commit | 4e3e2f9e625584fee1cdb96fcec3a49f0cacdc8b (patch) | |
tree | 671e3e120a47e02d837e20d9759de78b9a7b4f07 /extra/mercurial | |
parent | 1f31420f313381bbb03fdc934348f5606134191c (diff) | |
parent | 298f654d4656dcc1e8d78c37dd77ae2ebfc1bf5f (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/freevo/PKGBUILD
core/openldap/PKGBUILD
extra/xf86-video-fbdev/PKGBUILD
staging/glibc/PKGBUILD
staging/glibc/glibc-2.15-revert-c5a0802a.patch
Diffstat (limited to 'extra/mercurial')
-rw-r--r-- | extra/mercurial/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/mercurial/PKGBUILD b/extra/mercurial/PKGBUILD index ff7843613..01d7ff165 100644 --- a/extra/mercurial/PKGBUILD +++ b/extra/mercurial/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 160652 2012-06-03 08:11:02Z giovanni $ +# $Id: PKGBUILD 162864 2012-07-02 14:49:26Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Douglas Soares de Andrade <douglas@archlinux.org> pkgname=mercurial -pkgver=2.2.2 +pkgver=2.2.3 pkgrel=1 pkgdesc="A scalable distributed SCM tool" arch=('i686' 'x86_64' 'mips64el') @@ -14,7 +14,7 @@ optdepends=('tk: for the hgk GUI') backup=('etc/mercurial/hgrc') source=("http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz" 'mercurial.profile') -md5sums=('9f59b5d71969cbb2671702cd2a7a5a11' +md5sums=('f4c70af3892d964b83b2718bde44c2f8' '43e1d36564d4c7fbe9a091d3ea370a44') package() { |