summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgraysky2018-03-01 17:49:43 -0500
committergraysky2018-03-01 17:49:43 -0500
commit2a307aeb2ae8560244cb88cb5e7a8a4d0a3bf296 (patch)
tree8060a2d7f980b0dd724555257851c48a5e5914ea /PKGBUILD
parentaf80dc1d7d22fbb64169e9b9621bb6fe01d2c807 (diff)
downloadaur-2a307aeb2ae8560244cb88cb5e7a8a4d0a3bf296.tar.gz
Update to 2.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6a6a75e7459..2caa7eeaf376 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=bleachbit-cli
_pkgname=bleachbit
-pkgver=1.12
+pkgver=2.0
pkgrel=1
pkgdesc='Deletes unneeded files to free disk space and maintain privacy. CLI version/no GUI.'
arch=('any')
@@ -17,8 +17,8 @@ conflicts=('bleachbit')
license=('GPL3')
depends=('python2' 'desktop-file-utils')
provides=("bleachbit=${pkgver}")
-source=(http://downloads.sourceforge.net/$_pkgname/$_pkgname-$pkgver.tar.bz2)
-sha256sums=('55188debde6ccb9d83ebf5bb9f8c821c616fa0dfe309779d3d87059c04b1a8f4')
+source=(https://download.bleachbit.org/$_pkgname-$pkgver.tar.bz2)
+sha256sums=('e9b7bec39574af68e64bf1a0fa70cbebc421a18978fa83974878044bfa47495f')
#prepare() {
# cd "$_pkgname-$pkgver"