lrzip: remove the depends line; revbump

This commit is contained in:
wertyi48 2013-07-28 09:17:26 -03:00
parent a58c4bf617
commit d8cafe3aef

View file

@ -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
}