summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2022-10-10 18:02:23 -0400
committergraysky2022-10-10 18:02:25 -0400
commit107582c30b07826d8d2443d083d9bcf1d58df08c (patch)
tree4f4627f271b16d32ff94cffed10b246592d535fb
parente67ac8eea1140a9e7877de644bb41302d44a5082 (diff)
downloadaur-107582c30b07826d8d2443d083d9bcf1d58df08c.tar.gz
Update to 4.4.2-4
Remove gtk3 as dep
-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>