summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26ff206e95b3..982051f2857e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = bleachbit-cli
pkgdesc = Deletes unneeded files to free disk space and maintain privacy. CLI version/no GUI.
pkgver = 4.4.2
- pkgrel = 3
+ pkgrel = 4
url = https://www.bleachbit.org/
arch = any
license = GPL3
makedepends = auth-tarball-from-git
depends = python-gobject
- depends = gtk3
provides = bleachbit=4.4.2
conflicts = bleachbit
source = bleachbit-4.4.2.tar.gz::https://github.com/bleachbit/bleachbit/archive/refs/tags/v4.4.2.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 29e1f1428b8f..12726d9001c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,14 @@
pkgname=bleachbit-cli
_pkgname=bleachbit
pkgver=4.4.2
-pkgrel=3
+pkgrel=4
pkgdesc='Deletes unneeded files to free disk space and maintain privacy. CLI version/no GUI.'
conflicts=($_pkgname)
provides=("bleachbit=${pkgver}")
arch=(any)
url='https://www.bleachbit.org/'
license=(GPL3)
-depends=(python-gobject gtk3)
+depends=(python-gobject)
makedepends=(auth-tarball-from-git)
source=($_pkgname-$pkgver.tar.gz::https://github.com/bleachbit/bleachbit/archive/refs/tags/v$pkgver.tar.gz
az0.pgp) # Andrew Ziem <ahz001@gmail.com>