diff options
Diffstat (limited to 'community/lrzip/PKGBUILD')
-rw-r--r-- | community/lrzip/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/lrzip/PKGBUILD b/community/lrzip/PKGBUILD index 1b0f3cb5b..f3d56e6fb 100644 --- a/community/lrzip/PKGBUILD +++ b/community/lrzip/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 73561 2012-07-09 21:11:49Z arodseth $ +# $Id: PKGBUILD 73744 2012-07-15 12:25:29Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: graysky <graysky AT archlinux DOT us> # Contributor: kastor@fobos.org.ar pkgname=lrzip -pkgver=0.613 +pkgver=0.614 pkgrel=1 pkgdesc="Multi-threaded compression using the rzip/lzma, lzo, and zpaq algorithms" url="http://lrzip.kolivas.org/" @@ -18,7 +18,7 @@ then fi options=('!libtool') source=("http://ck.kolivas.org/apps/$pkgname/$pkgname-$pkgver.tar.bz2") -sha256sums=('70dc55fbc4fe3d029c8edfc20f47f02d78c9c4c473201e6ec616febe9ce6b7eb') +sha256sums=('65024d69d1773f3ccf84508a481d7de128c03d1cf9750b5803aead4a24522763') build() { cd "$srcdir/$pkgname-$pkgver" |