summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgraysky2020-01-23 15:20:11 -0500
committergraysky2020-01-23 15:20:11 -0500
commitf4ad1af0a3320508e8829929c3e6140a504ad94e (patch)
tree1c560e94c6023c123ae845e91b7b2b61db29a0ff /PKGBUILD
parentd9e81b0dc98248f219ceb97c0c4fdf7eb6f0c1a3 (diff)
downloadaur-f4ad1af0a3320508e8829929c3e6140a504ad94e.tar.gz
Update to 3.1.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 4 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0977df40ba50..417ab91b37ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
pkgname=bleachbit-cli
_pkgname=bleachbit
-pkgver=3.0
-pkgrel=2
+pkgver=3.1.0
+pkgrel=1
pkgdesc='Deletes unneeded files to free disk space and maintain privacy. CLI version/no GUI.'
conflicts=($_pkgname)
provides=("bleachbit=${pkgver}")
@@ -17,17 +17,12 @@ arch=(any)
url='https://www.bleachbit.org/'
license=(GPL3)
depends=(python2-gobject)
-source=(https://download.bleachbit.org/$_pkgname-$pkgver.tar.bz2
-fix.patch::https://github.com/bleachbit/bleachbit/commit/3e3e49d323a228b857307d914fbb90180b4fbb93.patch)
-sha256sums=('ed18cb522cc375589cc0c94fbfaf6d7ee6fb94a8a1261400252b1ca32b4cdaa2'
- '3565aa5a626b65cf568dd097e23466aede8de8a4a826d928fcf82144c7359260')
+source=($_pkgname-$pkgver.tar.gz::https://github.com/bleachbit/bleachbit/archive/v$pkgver.tar.gz)
+sha256sums=('dba0263e948f19747b7344e34a94bb8670a4bb8cd70724caa6f17c5f23cec099')
prepare() {
cd $_pkgname-$pkgver
- # https://github.com/bleachbit/bleachbit/issues/685
- patch -Np1 -i ../fix.patch
-
sed -e 's|python|python2|g' -i bleachbit/CLI.py
}