bleachbit: update to 4.6.2
This commit is contained in:
parent
adb7308d47
commit
cc142de117
|
@ -1,13 +0,0 @@
|
||||||
diff --git a/bleachbit/__init__.py b/bleachbit/__init__.py
|
|
||||||
index 3cf173bd..e9c9a27a 100644
|
|
||||||
--- a/bleachbit/__init__.py
|
|
||||||
+++ b/bleachbit/__init__.py
|
|
||||||
@@ -30,7 +30,7 @@ import sys
|
|
||||||
import platform
|
|
||||||
|
|
||||||
from bleachbit import Log
|
|
||||||
-from configparser import RawConfigParser, NoOptionError, SafeConfigParser
|
|
||||||
+from configparser import RawConfigParser, NoOptionError
|
|
||||||
|
|
||||||
APP_VERSION = "4.4.2"
|
|
||||||
APP_NAME = "BleachBit"
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'bleachbit'
|
# Template file for 'bleachbit'
|
||||||
pkgname=bleachbit
|
pkgname=bleachbit
|
||||||
version=4.4.2
|
version=4.6.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="python3 gettext desktop-file-utils"
|
hostmakedepends="python3 gettext desktop-file-utils"
|
||||||
depends="gtk+3 python3-gobject python3-scandir python3-chardet"
|
depends="gtk+3 python3-gobject python3-scandir python3-chardet"
|
||||||
|
@ -10,5 +10,5 @@ maintainer="graysky <graysky@archlinux.us>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://www.bleachbit.org/"
|
homepage="https://www.bleachbit.org/"
|
||||||
distfiles="https://github.com/bleachbit/bleachbit/archive/v${version}.tar.gz"
|
distfiles="https://github.com/bleachbit/bleachbit/archive/v${version}.tar.gz"
|
||||||
checksum=6001c864688e36bd8f950c1341923c9347c2373149a9ce98dc26c39023b51997
|
checksum=fbdf7c9f7e8aac5c8720a27c6fac934f4ea9e68f1047e772d94414a2a5e51952
|
||||||
python_version=3
|
python_version=3
|
||||||
|
|
Loading…
Reference in New Issue