[arch-commits] Commit in bzr/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Thu Jan 6 11:44:03 UTC 2011


    Date: Thursday, January 6, 2011 @ 06:44:02
  Author: ibiru
Revision: 105097

upgpkg: bzr 2.2.2-1
update to 2.2.2

Modified:
  bzr/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-06 09:31:43 UTC (rev 105096)
+++ PKGBUILD	2011-01-06 11:44:02 UTC (rev 105097)
@@ -1,18 +1,19 @@
 # $Id$
-# Maintainer: Hugo Doria <hugo at archlinux.org>
+# Maintainer :
+# Contributor: Hugo Doria <hugo at archlinux.org>
 
 pkgname=bzr
-pkgver=2.1.2
-pkgrel=2
+pkgver=2.2.2
+pkgrel=1
 pkgdesc="A decentralized revision control system (bazaar)"
 arch=('i686' 'x86_64')
 url="http://www.bazaar-vcs.org"
 license=('GPL')
 depends=('python2')
-source=(http://launchpad.net/bzr/2.1/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz
+source=(http://launchpad.net/bzr/2.2/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz
         unittest-compat.patch
         python2.7-compat.patch)
-md5sums=('834d18558b7f3e0f36e3933f8a177506'
+md5sums=('d1bfa2fd1aad282c423c78d62ebacb21'
          '34f84b51d8d2c3240f367f2e5d310f5a'
          '0f0d8e0d31032cde59565b6c74a37e41')
 
@@ -27,7 +28,6 @@
 
   # bash-completion
   install -D -m644 contrib/bash/bzr ${pkgdir}/etc/bash_completion.d/bzr
-  install -D -m644 contrib/bash/bzr.simple \
-		   ${pkgdir}/etc/bash_completion.d/bzr.simple
+  install -D -m644 contrib/bash/bzrbashprompt.sh \
+		   ${pkgdir}/etc/bash_completion.d/bzrbashprompt.sh
 }
-




More information about the arch-commits mailing list