# Maintainer: Antonio Rojas # Contributor: Bartłomiej Piotrowski # Contributor: yugrotavele # Contributor: Arkham # Contributor: Christoph Zeiler # Contributor: Arnaud Durand # Contributor: Nuno Araujo pkgname=bleachbit pkgver=4.4.2 pkgrel=4 pkgdesc='Deletes unneeded files to free disk space and maintain privacy' arch=(any) url='https://www.bleachbit.org/' license=(GPL3) depends=(python-gobject gtk3) makedepends=(git) source=(git+https://github.com/bleachbit/bleachbit.git#tag=v${pkgver}?signed) validpgpkeys=(A9E582E4054A159315EDC943D6D447B02B4D4C9D) # Andrew Ziem sha256sums=('SKIP') package() { cd $pkgname make prefix=/usr DESTDIR="$pkgdir" install }