Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
bleachbit
Commits:
62e4382e by Antonio Rojas at 2025-08-23T17:58:51+02:00
upgpkg: 5.0.1-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = bleachbit
pkgdesc = Deletes unneeded files to free disk space and maintain privacy
- pkgver = 5.0.0
+ pkgver = 5.0.1
pkgrel = 1
url = https://www.bleachbit.org/
arch = any
@@ -10,8 +10,8 @@ pkgbase = bleachbit
depends = python
depends = python-gobject
depends = python-psutil
- source =
git+https://github.com/bleachbit/bleachbit.git#tag=v5.0.0?signed
+ source =
git+https://github.com/bleachbit/bleachbit.git#tag=v5.0.1?signed
validpgpkeys = A9E582E4054A159315EDC943D6D447B02B4D4C9D
- sha256sums =
64bdd50935d341aaa12c07cbf546ce530f4f5c20ca8e48bc0c7a8ad91986d05b
+ sha256sums =
94c61ca5fbfe509c273e1ff964a1cc8c7725a94216b8de9c6462d59f09269a18
pkgname = bleachbit
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
# Contributor: Nuno Araujo <nuno.araujo at russo79.com>
pkgname=bleachbit
-pkgver=5.0.0
+pkgver=5.0.1
pkgrel=1
pkgdesc='Deletes unneeded files to free disk space and maintain privacy'
arch=(any)
@@ -20,7 +20,7 @@ depends=(gtk3
makedepends=(git)
source=(git+https://github.com/bleachbit/bleachbit.git#tag=v${pkgver}?signed)
validpgpkeys=(A9E582E4054A159315EDC943D6D447B02B4D4C9D) # Andrew Ziem
<[email protected]>
-sha256sums=('64bdd50935d341aaa12c07cbf546ce530f4f5c20ca8e48bc0c7a8ad91986d05b')
+sha256sums=('94c61ca5fbfe509c273e1ff964a1cc8c7725a94216b8de9c6462d59f09269a18')
package() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bleachbit/-/commit/62e4382e0f76b47994fa806c22d0a93325d7ea27
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bleachbit/-/commit/62e4382e0f76b47994fa806c22d0a93325d7ea27
You're receiving this email because of your account on gitlab.archlinux.org.