summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2021-04-03 04:00:19 -0400
committergraysky2021-04-03 04:00:19 -0400
commit356a891b5d3768944f07412e771946ab4866d1e7 (patch)
treea77ca71a06f0d6b150bfad44e59a149af83c9100
parentef094c4e46eab4139938489d0c29eb706ddabec7 (diff)
downloadaur-356a891b5d3768944f07412e771946ab4866d1e7.tar.gz
Update to 4.2.0-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76b522aed6f8..6e9219e43761 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
pkgbase = bleachbit-cli
pkgdesc = Deletes unneeded files to free disk space and maintain privacy. CLI version/no GUI.
- pkgver = 4.0.0
+ pkgver = 4.2.0
pkgrel = 1
url = https://www.bleachbit.org/
arch = any
license = GPL3
depends = python-gobject
- provides = bleachbit=4.0.0
+ provides = bleachbit=4.2.0
conflicts = bleachbit
- source = bleachbit-4.0.0.tar.gz::https://github.com/bleachbit/bleachbit/archive/v4.0.0.tar.gz
- sha256sums = 5f7813b1ecda32647b1a31564b66f369fbd0d50d67924f256a0d414abc07501b
+ source = bleachbit-4.2.0.tar.gz::https://github.com/bleachbit/bleachbit/archive/v4.2.0.tar.gz
+ source = maximize-infinite-loop.patch::https://github.com/bleachbit/bleachbit/commit/933ea605.patch
+ b2sums = de682ca97bbd2f784f1fae29fb86c84e3643756ec0819fbbc1c0dedabfbfc3a9f2e0526e151a94d953132176817c503381447caaabc18f7acbcca67185800675
+ b2sums = 241b397e4ea74957bb247bf21c833f8c0c8ad801b10bf7594d1e032d6b2437c58186960bacdd051cd660bfeda38ac924244fef15ada13934341c365ae54ce5f6
pkgname = bleachbit-cli
diff --git a/PKGBUILD b/PKGBUILD
index 934e08fdbdf2..31d15357eb02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=bleachbit-cli
_pkgname=bleachbit
-pkgver=4.0.0
+pkgver=4.2.0
pkgrel=1
pkgdesc='Deletes unneeded files to free disk space and maintain privacy. CLI version/no GUI.'
conflicts=($_pkgname)
@@ -17,8 +17,10 @@ arch=(any)
url='https://www.bleachbit.org/'
license=(GPL3)
depends=(python-gobject)
-source=($_pkgname-$pkgver.tar.gz::https://github.com/bleachbit/bleachbit/archive/v$pkgver.tar.gz)
-sha256sums=('5f7813b1ecda32647b1a31564b66f369fbd0d50d67924f256a0d414abc07501b')
+source=($_pkgname-$pkgver.tar.gz::https://github.com/bleachbit/bleachbit/archive/v$pkgver.tar.gz
+maximize-infinite-loop.patch::"https://github.com/bleachbit/bleachbit/commit/933ea605.patch")
+b2sums=('de682ca97bbd2f784f1fae29fb86c84e3643756ec0819fbbc1c0dedabfbfc3a9f2e0526e151a94d953132176817c503381447caaabc18f7acbcca67185800675'
+ '241b397e4ea74957bb247bf21c833f8c0c8ad801b10bf7594d1e032d6b2437c58186960bacdd051cd660bfeda38ac924244fef15ada13934341c365ae54ce5f6')
package() {
cd $_pkgname-$pkgver