summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2021-07-02 06:10:42 -0400
committergraysky2021-07-02 06:10:42 -0400
commit2989c94a64925888831b12d9d1aea0d2460af0f7 (patch)
tree7bb0da1d6aa7959b1ea266538ba9263a60ac8d05
parent356a891b5d3768944f07412e771946ab4866d1e7 (diff)
downloadaur-2989c94a64925888831b12d9d1aea0d2460af0f7.tar.gz
Update to 4.4.0-1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e9219e43761..98a9c1d204a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,14 @@
pkgbase = bleachbit-cli
pkgdesc = Deletes unneeded files to free disk space and maintain privacy. CLI version/no GUI.
- pkgver = 4.2.0
+ pkgver = 4.4.0
pkgrel = 1
url = https://www.bleachbit.org/
arch = any
license = GPL3
depends = python-gobject
- provides = bleachbit=4.2.0
+ provides = bleachbit=4.4.0
conflicts = bleachbit
- 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
+ source = bleachbit-4.4.0.tar.gz::https://github.com/bleachbit/bleachbit/archive/v4.4.0.tar.gz
+ b2sums = 1a3012ab0f69604170155d9b02ab37535c67a4212f146599e61a1eafc499e87733871f53587f4b04dbac2b9d8c83308bc09390f30c8ed7bdb0cbc8f9941580b1
pkgname = bleachbit-cli
-
diff --git a/PKGBUILD b/PKGBUILD
index 31d15357eb02..80cc0a0bb9e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=bleachbit-cli
_pkgname=bleachbit
-pkgver=4.2.0
+pkgver=4.4.0
pkgrel=1
pkgdesc='Deletes unneeded files to free disk space and maintain privacy. CLI version/no GUI.'
conflicts=($_pkgname)
@@ -17,10 +17,8 @@ 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
-maximize-infinite-loop.patch::"https://github.com/bleachbit/bleachbit/commit/933ea605.patch")
-b2sums=('de682ca97bbd2f784f1fae29fb86c84e3643756ec0819fbbc1c0dedabfbfc3a9f2e0526e151a94d953132176817c503381447caaabc18f7acbcca67185800675'
- '241b397e4ea74957bb247bf21c833f8c0c8ad801b10bf7594d1e032d6b2437c58186960bacdd051cd660bfeda38ac924244fef15ada13934341c365ae54ce5f6')
+source=($_pkgname-$pkgver.tar.gz::https://github.com/bleachbit/bleachbit/archive/v$pkgver.tar.gz)
+b2sums=('1a3012ab0f69604170155d9b02ab37535c67a4212f146599e61a1eafc499e87733871f53587f4b04dbac2b9d8c83308bc09390f30c8ed7bdb0cbc8f9941580b1')
package() {
cd $_pkgname-$pkgver