diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-14 19:38:27 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-14 19:38:27 (GMT) |
commit | 52a9a30f35e41baef42a04d7f492edf0958ca226 (patch) | |
tree | abd4e79ea367afc1a08ab00fcb61d55cc53acdff /abs/extra-testing/mercurial | |
parent | 75a974500de1bb4b0bb84b726a9d7075d07e18b7 (diff) | |
download | linhes_pkgbuild-52a9a30f35e41baef42a04d7f492edf0958ca226.zip linhes_pkgbuild-52a9a30f35e41baef42a04d7f492edf0958ca226.tar.gz linhes_pkgbuild-52a9a30f35e41baef42a04d7f492edf0958ca226.tar.bz2 |
Updating mecurial.
Needed for new python.
Diffstat (limited to 'abs/extra-testing/mercurial')
-rw-r--r-- | abs/extra-testing/mercurial/ChangeLog | 4 | ||||
-rw-r--r-- | abs/extra-testing/mercurial/PKGBUILD | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/abs/extra-testing/mercurial/ChangeLog b/abs/extra-testing/mercurial/ChangeLog index fa0df00..cea6101 100644 --- a/abs/extra-testing/mercurial/ChangeLog +++ b/abs/extra-testing/mercurial/ChangeLog @@ -1,4 +1,8 @@ +2009-03-05 Douglas Soares de Andrade <douglas@archlinux.org> + + * Updated for i686: 1.2 + 2009-01-03 Douglas Soares de Andrade <douglas@archlinux.org> * Updated for i686: 1.1.2 diff --git a/abs/extra-testing/mercurial/PKGBUILD b/abs/extra-testing/mercurial/PKGBUILD index 74de74a..08d38e3 100644 --- a/abs/extra-testing/mercurial/PKGBUILD +++ b/abs/extra-testing/mercurial/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 23135 2009-01-03 12:10:17Z douglas $ +# $Id: PKGBUILD 29080 2009-03-05 10:10:06Z douglas $ # Contributor: Jeff Mickey <jeff@archlinux.org> # Contributor: Giovanni Scafora <linuxmania@gmail.com> # Contributor: David 'SleepyDog' <goodluv@gmail.com> # Maintainer: Douglas Soares de Andrade <douglas@archlinux.org> pkgname=mercurial -pkgver=1.1.2 +pkgver=1.2 pkgrel=1 pkgdesc="A scalable distributed SCM tool" url="http://www.selenic.com/mercurial" license=("GPL") -depends=('python>=2.5') +depends=('python>=2.6') source=(http://www.selenic.com/mercurial/release/$pkgname-$pkgver.tar.gz) arch=('i686' 'x86_64') @@ -32,4 +32,4 @@ build() { # install -d $startdir/pkg/usr/share/vim/plugin # install -m644 contrib/vim/{hg-menu.vim,hgcommand.vim,patchreview.vim} $startdir/pkg/usr/share/vim/plugin } -md5sums=('4fd3b9a2e5dcd025840c3849b136bec8') +md5sums=('ac9d16b078f99f7a89d6865421570f05') |