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

Antonio Rojas arojas at archlinux.org
Sat Jun 20 08:35:54 UTC 2015


    Date: Saturday, June 20, 2015 @ 10:35:54
  Author: arojas
Revision: 135636

Update to 1.8

Modified:
  bleachbit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-20 03:55:13 UTC (rev 135635)
+++ PKGBUILD	2015-06-20 08:35:54 UTC (rev 135636)
@@ -1,4 +1,5 @@
 # $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
 # Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
 # Contributor: yugrotavele <yugrotavele at archlinux dot us>
 # Contributor: Arkham <arkham at archlinux dot us>
@@ -7,17 +8,16 @@
 # Contributor: Nuno Araujo <nuno.araujo at russo79.com>
 
 pkgname=bleachbit
-pkgver=1.6
+pkgver=1.8
 pkgrel=1
 pkgdesc='Deletes unneeded files to free disk space and maintain privacy'
-arch=('any')
+arch=(any)
 url='http://bleachbit.sourceforge.net/'
-license=('GPL3')
-depends=('pygtk' 'python2' 'desktop-file-utils' 'gtk-update-icon-cache'
-         'hicolor-icon-theme')
+license=(GPL3)
+depends=(pygtk desktop-file-utils gtk-update-icon-cache hicolor-icon-theme)
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('10e12cd3896dcfee2c4e56c83850298d')
+md5sums=('433f9d655c366aac50ca2d5f9aa8b86d')
 
 package() {
     cd $pkgname-$pkgver



More information about the arch-commits mailing list