summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b760f5b7435..26ff206e95b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = bleachbit-cli
pkgdesc = Deletes unneeded files to free disk space and maintain privacy. CLI version/no GUI.
pkgver = 4.4.2
- pkgrel = 2
+ pkgrel = 3
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 0d49ffb711ea..29e1f1428b8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,14 @@
pkgname=bleachbit-cli
_pkgname=bleachbit
pkgver=4.4.2
-pkgrel=2
+pkgrel=3
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)
+depends=(python-gobject gtk3)
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>