Merge pull request #1317 from hanspolo/profile-cleaner

profile-cleaner: updated to 2.34
This commit is contained in:
bougyman 2015-04-14 10:34:34 -05:00
commit 5961faa1fc

View file

@ -1,17 +1,17 @@
# Template file for 'profile-cleaner'
pkgname=profile-cleaner
version=2.33
version=2.34
revision=1
noarch="yes"
build_style=gnu-makefile
short_desc="Reduces profile size by cleaning their sqlite databases"
depends="sqlite bc parallel findutils"
maintainer="graysky <graysky AT archlinux DOT us>"
maintainer="Philipp Hirsch <itself@hanspolo.net>"
license="MIT"
homepage="https://github.com/graysky2/profile-cleaner"
distfiles="http://repo-ck.com/source/$pkgname/$pkgname-$version.tar.xz"
checksum=63cd1783e09a3f47154f163713d86435c6e8478ea9b661261bb2426f426ccb8c
checksum=840001094760e69c891f2ccc82605b8caca4e637e794552149b25930c64de42d
post_install() {
vinstall LICENSE 644 usr/share/licenses/$pkgname
vlicense LICENSE
}