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

Antonio Rojas arojas at archlinux.org
Sun Apr 19 17:26:21 UTC 2020


    Date: Sunday, April 19, 2020 @ 17:26:16
  Author: arojas
Revision: 616533

Update to 4.0.0

Modified:
  bleachbit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-19 17:23:13 UTC (rev 616532)
+++ PKGBUILD	2020-04-19 17:26:16 UTC (rev 616533)
@@ -7,21 +7,16 @@
 # Contributor: Nuno Araujo <nuno.araujo at russo79.com>
 
 pkgname=bleachbit
-pkgver=3.2.0
+pkgver=4.0.0
 pkgrel=1
 pkgdesc='Deletes unneeded files to free disk space and maintain privacy'
 arch=(any)
 url='https://www.bleachbit.org/'
 license=(GPL3)
-depends=(python2-gobject python2-scandir gtk3)
+depends=(python-gobject python-scandir gtk3)
 source=(https://download.bleachbit.org/$pkgname-$pkgver.tar.bz2)
-sha256sums=('a1acb2200642f980cde4e7a57abdcb6fff60e0bfb7fd5939073e47178fbd5feb')
+sha256sums=('34dedf9d1f7545bcf039c309f9a8e2b06b71d2a44d27fcf675abd194a981c3b6')
 
-prepare() {
-  cd $pkgname-$pkgver
-  sed -e 's|python|python2|g' -i bleachbit/CLI.py
-}
-
 package() {
   cd $pkgname-$pkgver
 



More information about the arch-commits mailing list