summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthegala2020-01-21 14:46:49 +0100
committerthegala2020-01-21 14:47:32 +0100
commit8fc7ea1c9fa65ad555ae41993e2f549eaff3b4b6 (patch)
tree7cf89126bebc9e49b15fc1d96a9cf0393f818423
parent4fd71baef3ebdb17bbde8053384f956e611c29dd (diff)
downloadaur-8fc7ea1c9fa65ad555ae41993e2f549eaff3b4b6.tar.gz
Update dependencies.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a644eda54ec..4db998695ec6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_pkgname=bleachbit
pkgname=bleachbit-py3-git
pkgver=r4914.13ee23b7
-pkgrel=1
+pkgrel=2
pkgdesc='Deletes unneeded files to free disk space and maintain privacy. Python 3 version.'
url='https://www.bleachbit.org/'
license=('GPL3')
source=("${_pkgname}::git+https://github.com/bleachbit/bleachbit.git")
sha256sums=('SKIP')
arch=('any')
-depends=('pygtk' 'python-gobject' 'gtk3')
+depends=('python-gobject' 'gtk3')
makedepends=('git')
conflicts=('bleachbit')
provides=('bleachbit')