summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgraysky2020-06-17 15:35:45 -0400
committergraysky2020-06-17 15:35:45 -0400
commitef094c4e46eab4139938489d0c29eb706ddabec7 (patch)
tree3c72bc9c826e309da5864d50af6967045b5d3426 /PKGBUILD
parent14676addf342610167c91f1f67f845b03680ab10 (diff)
downloadaur-ef094c4e46eab4139938489d0c29eb706ddabec7.tar.gz
Update to 4.0.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 3 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 454cecc74a95..934e08fdbdf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=bleachbit-cli
_pkgname=bleachbit
-pkgver=3.2.0
+pkgver=4.0.0
pkgrel=1
pkgdesc='Deletes unneeded files to free disk space and maintain privacy. CLI version/no GUI.'
conflicts=($_pkgname)
@@ -16,15 +16,9 @@ provides=("bleachbit=${pkgver}")
arch=(any)
url='https://www.bleachbit.org/'
license=(GPL3)
-depends=(python2-gobject python2-scandir)
+depends=(python-gobject)
source=($_pkgname-$pkgver.tar.gz::https://github.com/bleachbit/bleachbit/archive/v$pkgver.tar.gz)
-sha256sums=('c0e25253781d768da4eacf56739bf547dc59f2fe212f44e464f4fcc1bc855e44')
-
-prepare() {
- cd $_pkgname-$pkgver
-
- sed -e 's|python|python2|g' -i bleachbit/CLI.py
-}
+sha256sums=('5f7813b1ecda32647b1a31564b66f369fbd0d50d67924f256a0d414abc07501b')
package() {
cd $_pkgname-$pkgver