Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
bleachbit
Commits:
9a6206ca by Antonio Rojas at 2024-10-07T18:30:43+02:00
upgpkg: 4.6.2-1: Update to 4.6.2
- - - - -
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 = 4.6.1
+ pkgver = 4.6.2
pkgrel = 1
url = https://www.bleachbit.org/
arch = any
@@ -9,8 +9,8 @@ pkgbase = bleachbit
depends = gtk3
depends = python
depends = python-gobject
- source =
git+https://github.com/bleachbit/bleachbit.git#tag=v4.6.1?signed
+ source =
git+https://github.com/bleachbit/bleachbit.git#tag=v4.6.2?signed
validpgpkeys = A9E582E4054A159315EDC943D6D447B02B4D4C9D
- sha256sums =
e95eef4829a5b25c43d5926c283f6f3bda4977c5587236f4925050e132c85673
+ sha256sums =
5185820f38f258db4c64983b54cfef22193a5625e3f54fdeda130d4de33b1653
pkgname = bleachbit
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
# Contributor: Nuno Araujo <nuno.araujo at russo79.com>
pkgname=bleachbit
-pkgver=4.6.1
+pkgver=4.6.2
pkgrel=1
pkgdesc='Deletes unneeded files to free disk space and maintain privacy'
arch=(any)
@@ -19,7 +19,7 @@ depends=(gtk3
makedepends=(git)
source=(git+https://github.com/bleachbit/bleachbit.git#tag=v${pkgver}?signed)
validpgpkeys=(A9E582E4054A159315EDC943D6D447B02B4D4C9D) # Andrew Ziem
<[email protected]>
-sha256sums=('e95eef4829a5b25c43d5926c283f6f3bda4977c5587236f4925050e132c85673')
+sha256sums=('5185820f38f258db4c64983b54cfef22193a5625e3f54fdeda130d4de33b1653')
package() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bleachbit/-/commit/9a6206ca35f646721b88197db2cf7068962e37b7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bleachbit/-/commit/9a6206ca35f646721b88197db2cf7068962e37b7
You're receiving this email because of your account on gitlab.archlinux.org.