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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Thu Jul 4 20:28:19 UTC 2013


    Date: Thursday, July 4, 2013 @ 22:28:19
  Author: bpiotrowski
Revision: 93505

upgpkg: bleachbit 0.9.6-1

- upstream release

Modified:
  bleachbit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-04 20:10:31 UTC (rev 93504)
+++ PKGBUILD	2013-07-04 20:28:19 UTC (rev 93505)
@@ -7,7 +7,7 @@
 # Contributor: Nuno Araujo <nuno.araujo at russo79.com>
 
 pkgname=bleachbit
-pkgver=0.9.5
+pkgver=0.9.6
 pkgrel=1
 pkgdesc='Deletes unneeded files to free disk space and maintain privacy'
 arch=('any')
@@ -17,14 +17,14 @@
          'hicolor-icon-theme')
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('a635f6eba762f91d8897ce9e8d5b6232')
+md5sums=('f4e47d0f0fdc47ea2b2286feeaeec2b3')
 
 package() {
     cd $srcdir/$pkgname-$pkgver
 
     for file in $(find . -name '*.py' -print); do
-        sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-        sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+        sed -i -e 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' \
+               -e 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
     done
     sed -i 's/python/python2/g' Makefile
 




More information about the arch-commits mailing list