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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sun Nov 17 12:54:26 UTC 2013


    Date: Sunday, November 17, 2013 @ 13:54:25
  Author: bpiotrowski
Revision: 101109

upgpkg: bleachbit 1.0-1

- new upstream release

Modified:
  bleachbit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-17 12:54:24 UTC (rev 101108)
+++ PKGBUILD	2013-11-17 12:54:25 UTC (rev 101109)
@@ -7,7 +7,7 @@
 # Contributor: Nuno Araujo <nuno.araujo at russo79.com>
 
 pkgname=bleachbit
-pkgver=0.9.6
+pkgver=1.0
 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=('f4e47d0f0fdc47ea2b2286feeaeec2b3')
+md5sums=('2a7a4c587cf88050cc20fbb30bb64813')
 
 package() {
-    cd $srcdir/$pkgname-$pkgver
+    cd $pkgname-$pkgver
 
     for file in $(find . -name '*.py' -print); do
         sed -i -e 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' \
-               -e 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+               -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