[arch-commits] Commit in bleachbit/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Oct 24 06:27:54 UTC 2019
Date: Thursday, October 24, 2019 @ 06:27:53
Author: arojas
Revision: 518782
Update to 3.0
Modified:
bleachbit/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-24 03:33:21 UTC (rev 518781)
+++ PKGBUILD 2019-10-24 06:27:53 UTC (rev 518782)
@@ -7,19 +7,19 @@
# Contributor: Nuno Araujo <nuno.araujo at russo79.com>
pkgname=bleachbit
-pkgver=2.2
-pkgrel=2
+pkgver=3.0
+pkgrel=1
pkgdesc='Deletes unneeded files to free disk space and maintain privacy'
arch=(any)
url='https://www.bleachbit.org/'
license=(GPL3)
-depends=(pygtk)
+depends=(python2-gobject gtk3)
source=(https://download.bleachbit.org/$pkgname-$pkgver.tar.bz2)
-sha256sums=('0318cd1bc83655971c9ffd6bf27f4866bbe57381e92cfbcf8a2a6833075b49fa')
+sha256sums=('ed18cb522cc375589cc0c94fbfaf6d7ee6fb94a8a1261400252b1ca32b4cdaa2')
prepare() {
cd $pkgname-$pkgver
- sed -e 's|python|python2|g' -i Makefile -i bleachbit/CLI.py
+ sed -e 's|python|python2|g' -i bleachbit/CLI.py
}
package() {
More information about the arch-commits
mailing list