Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / bleachbit
Commits: 70178def by Antonio Rojas at 2025-01-29T08:56:38+01:00 Add missing python-psutil dependency Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/bleachbit/-/issues/1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = bleachbit pkgdesc = Deletes unneeded files to free disk space and maintain privacy pkgver = 4.6.2 - pkgrel = 2 + pkgrel = 3 url = https://www.bleachbit.org/ arch = any license = GPL3 @@ -9,6 +9,7 @@ pkgbase = bleachbit depends = gtk3 depends = python depends = python-gobject + depends = python-psutil source = git+https://github.com/bleachbit/bleachbit.git#tag=v4.6.2?signed validpgpkeys = A9E582E4054A159315EDC943D6D447B02B4D4C9D sha256sums = 5185820f38f258db4c64983b54cfef22193a5625e3f54fdeda130d4de33b1653 ===================================== PKGBUILD ===================================== @@ -8,14 +8,15 @@ pkgname=bleachbit pkgver=4.6.2 -pkgrel=2 +pkgrel=3 pkgdesc='Deletes unneeded files to free disk space and maintain privacy' arch=(any) url='https://www.bleachbit.org/' license=(GPL3) depends=(gtk3 python - python-gobject) + python-gobject + python-psutil) makedepends=(git) source=(git+https://github.com/bleachbit/bleachbit.git#tag=v${pkgver}?signed) validpgpkeys=(A9E582E4054A159315EDC943D6D447B02B4D4C9D) # Andrew Ziem <[email protected]> View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/bleachbit/-/commit/70178def2b0475a866928e488620f46271b42878 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/bleachbit/-/commit/70178def2b0475a866928e488620f46271b42878 You're receiving this email because of your account on gitlab.archlinux.org.
