From d8cafe3aefe19558987878d0624961fd8615efc1 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Sun, 28 Jul 2013 09:17:26 -0300 Subject: [PATCH] lrzip: remove the depends line; revbump --- srcpkgs/lrzip/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/lrzip/template b/srcpkgs/lrzip/template index 35f8774401..c18de00b33 100644 --- a/srcpkgs/lrzip/template +++ b/srcpkgs/lrzip/template @@ -1,7 +1,7 @@ # Template file for 'mtr' pkgname=lrzip version=0.614 -revision=1 +revision=2 distfiles="http://ck.kolivas.org/apps/lrzip/lrzip-${version}.tar.bz2" checksum="a8a99300a5250510e2e087ceb6e40a98cfedd19160fda376eca83ff3c5af269a" build_style=gnu-configure @@ -13,7 +13,6 @@ license="GPL" short_desc="Multi-threaded compression using the rzip/lzma, lzo, and zpaq algorithms" lrzip_package() { - depends="bash bzip2 zlib lzo libgcc" pkg_install() { vmove all }