From 337a219724445e46c8dbe245b7c409e3d0679e06 Mon Sep 17 00:00:00 2001 From: vexalous Date: Sun, 26 Apr 2026 16:29:11 -0400 Subject: [PATCH] bleachbit: update to 6.0.0 --- srcpkgs/bleachbit/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/bleachbit/template b/srcpkgs/bleachbit/template index 0c9a05b9a4b651..7e30b3fefc7095 100644 --- a/srcpkgs/bleachbit/template +++ b/srcpkgs/bleachbit/template @@ -1,14 +1,15 @@ # Template file for 'bleachbit' pkgname=bleachbit -version=5.0.0 +version=6.0.0 revision=1 build_style=gnu-makefile hostmakedepends="python3 gettext desktop-file-utils" -depends="gtk+3 python3-gobject python3-scandir python3-chardet" +depends="gtk+3 python3-gobject python3-scandir python3-chardet python3-requests python3-psutil" short_desc="Deletes unneeded files to free disk space and maintain privacy" maintainer="Orphaned " license="GPL-3.0-or-later" homepage="https://www.bleachbit.org/" +changelog="https://github.com/bleachbit/bleachbit/releases" distfiles="https://github.com/bleachbit/bleachbit/archive/v${version}.tar.gz" -checksum=e1cba661a80f34240e3c01a47edc8319c0e588e2b0bcfc3a0f4c84d3f979f813 +checksum=a3853d503a72c54f58b3237e29396ddfe29332a9a0abe77bc5cd4331eb74f3b7 python_version=3