From 761a23d2bbcf74d4fff709504e8a062c09b239b4 Mon Sep 17 00:00:00 2001 From: Philipp Hirsch Date: Sat, 11 Apr 2015 03:37:11 +0200 Subject: [PATCH] profile-cleaner: updated to 2.34 --- srcpkgs/profile-cleaner/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/profile-cleaner/template b/srcpkgs/profile-cleaner/template index a8c51ce7f56..0e23516a327 100644 --- a/srcpkgs/profile-cleaner/template +++ b/srcpkgs/profile-cleaner/template @@ -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 " +maintainer="Philipp Hirsch " 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 }