bleachbit: update to 2.1.
This commit is contained in:
parent
45213d9879
commit
d8bff69354
1 changed files with 8 additions and 6 deletions
|
@ -1,16 +1,18 @@
|
|||
# Template file for 'bleachbit'
|
||||
pkgname=bleachbit
|
||||
version=2.0
|
||||
version=2.1
|
||||
revision=1
|
||||
_commit=91d7861e2607caa13c085c73626e6ca1aecb41c5
|
||||
wrksrc="${pkgname}-${_commit}"
|
||||
noarch=yes
|
||||
build_style=gnu-makefile
|
||||
make_install_args="prefix=/usr"
|
||||
hostmakedepends="python"
|
||||
depends="pygtk>=2 desktop-file-utils gtk-update-icon-cache hicolor-icon-theme"
|
||||
pycompile_dirs="/usr/share/bleachbit"
|
||||
depends="pygtk>=2 desktop-file-utils hicolor-icon-theme"
|
||||
pycompile_dirs="usr/share/bleachbit"
|
||||
short_desc="Deletes unneeded files to free disk space and maintain privacy"
|
||||
maintainer="graysky <graysky@archlinux.us>"
|
||||
license="GPL-3"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://www.bleachbit.org/"
|
||||
distfiles="https://github.com/bleachbit/bleachbit/archive/v$version.tar.gz"
|
||||
checksum=a4bb3089c2120d3e99ed19569f2de0963a6e91f9b8a018315dd22287ed282f97
|
||||
distfiles="https://github.com/bleachbit/bleachbit/archive/${_commit}.tar.gz"
|
||||
checksum=1c8d188dac6a87c1126fd1d08000288a3f335007acba5b1bfc80c97e79c73b7d
|
||||
|
|
Loading…
Reference in a new issue