summaryrefslogtreecommitdiff
path: root/extra/bzr
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-03-16 21:10:42 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-03-16 21:10:42 -0300
commit846ec2ab218d28aa24dee75503909f9337d67e46 (patch)
tree012f9c67757ff9638b3b27cfb7a8c8c6c44a92cf /extra/bzr
parentf24ad15758f8eebcc46cb0c210f888491869d3f0 (diff)
parent9a940818cc3edb82afac4d73a6474e6e3374f987 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/chmsee/PKGBUILD extra/kdepim/PKGBUILD gnome-unstable/gnome-color-manager/PKGBUILD gnome-unstable/seahorse/PKGBUILD libre/pacman/PKGBUILD testing/libreoffice/PKGBUILD testing/util-linux/PKGBUILD testing/xf86-input-synaptics/PKGBUILD
Diffstat (limited to 'extra/bzr')
-rw-r--r--extra/bzr/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/bzr/PKGBUILD b/extra/bzr/PKGBUILD
index d68c778a5..8fb18e305 100644
--- a/extra/bzr/PKGBUILD
+++ b/extra/bzr/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 141925 2011-11-03 07:48:25Z andrea $
+# $Id: PKGBUILD 153560 2012-03-16 02:18:57Z eric $
# Maintainer :
# Contributor: Hugo Doria <hugo@archlinux.org>
pkgname=bzr
-pkgver=2.4.2
+pkgver=2.5.0
pkgrel=1
pkgdesc="A decentralized revision control system (bazaar)"
arch=('i686' 'x86_64' 'mips64el')
@@ -12,8 +12,8 @@ license=('GPL')
depends=('python2')
optdepends=('python-paramiko: for sftp support')
source=("http://launchpad.net/${pkgname}/${pkgver%.*}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz"{,.sig})
-md5sums=('cfc06fddd348445c65a247c0b33a05db'
- '90294e34a45df20b16be47a32c800c89')
+md5sums=('44eb47b77995098a28f017e2daa606b6'
+ 'b0d4a26a3dde94f30e142868b896fed5')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"