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

Eric Bélanger eric at nymeria.archlinux.org
Thu Jun 12 02:01:06 UTC 2014


    Date: Thursday, June 12, 2014 @ 04:01:06
  Author: eric
Revision: 113047

upgpkg: bleachbit 1.2-1

Upstream update

Modified:
  bleachbit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-11 23:49:50 UTC (rev 113046)
+++ PKGBUILD	2014-06-12 02:01:06 UTC (rev 113047)
@@ -7,7 +7,7 @@
 # Contributor: Nuno Araujo <nuno.araujo at russo79.com>
 
 pkgname=bleachbit
-pkgver=1.0
+pkgver=1.2
 pkgrel=1
 pkgdesc='Deletes unneeded files to free disk space and maintain privacy'
 arch=('any')
@@ -17,7 +17,7 @@
          'hicolor-icon-theme')
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('2a7a4c587cf88050cc20fbb30bb64813')
+md5sums=('a4832f2333b76e5647337b8ac2a387a7')
 
 package() {
     cd $pkgname-$pkgver
@@ -28,5 +28,5 @@
     done
     sed -i 's/python/python2/g' Makefile
 
-    make prefix=/usr DESTDIR=$pkgdir PYTHON=python2 install
+    make prefix=/usr DESTDIR="$pkgdir" PYTHON=python2 install
 }




More information about the arch-commits mailing list