[arch-commits] Commit in bleachbit/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Jan 12 19:21:17 UTC 2020
Date: Sunday, January 12, 2020 @ 19:21:17
Author: arojas
Revision: 552254
Add python2-scandir dependency (FS#65121)
Modified:
bleachbit/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-01-12 17:51:54 UTC (rev 552253)
+++ PKGBUILD 2020-01-12 19:21:17 UTC (rev 552254)
@@ -8,12 +8,12 @@
pkgname=bleachbit
pkgver=3.0
-pkgrel=1
+pkgrel=2
pkgdesc='Deletes unneeded files to free disk space and maintain privacy'
arch=(any)
url='https://www.bleachbit.org/'
license=(GPL3)
-depends=(python2-gobject gtk3)
+depends=(python2-gobject python2-scandir gtk3)
source=(https://download.bleachbit.org/$pkgname-$pkgver.tar.bz2)
sha256sums=('ed18cb522cc375589cc0c94fbfaf6d7ee6fb94a8a1261400252b1ca32b4cdaa2')
More information about the arch-commits
mailing list