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

Eric Bélanger eric at archlinux.org
Sat Jul 16 22:47:19 UTC 2011


    Date: Saturday, July 16, 2011 @ 18:47:18
  Author: eric
Revision: 131892

upgpkg: bzr 2.3.4-1
Upstream update, Fixes for python2

Modified:
  bzr/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-07-16 20:34:22 UTC (rev 131891)
+++ PKGBUILD	2011-07-16 22:47:18 UTC (rev 131892)
@@ -3,7 +3,7 @@
 # Contributor: Hugo Doria <hugo at archlinux.org>
 
 pkgname=bzr
-pkgver=2.3.3
+pkgver=2.3.4
 pkgrel=1
 pkgdesc="A decentralized revision control system (bazaar)"
 arch=('i686' 'x86_64')
@@ -12,11 +12,13 @@
 depends=('python2')
 optdepends=('python-paramiko: for sftp support')
 source=("http://launchpad.net/${pkgname}/${pkgver%.*}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz")
-md5sums=('a8ca30af0431c691ce7e71a74497e31d')
+md5sums=('2efb1350c69abd4d5bf7437f06f1fdb9')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   sed -i 's|man/man1|share/man/man1|' setup.py
+  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
+    bzrlib/{plugins/bash_completion/bashcomp.py,tests/ssl_certs/create_ssls.py,patiencediff.py,_patiencediff_py.py}
   python2 setup.py build
 }
 




More information about the arch-commits mailing list