diff options
author | root <root@rshg054.dnsready.net> | 2012-07-11 00:01:34 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-07-11 00:01:34 +0000 |
commit | 77ccbb95513007eebb5e10afe08d486498b9885d (patch) | |
tree | 4d7f9f97c6a39d6ad50d8a929a2e2c7fd076f076 /community/lrzip/PKGBUILD | |
parent | 0615a909b089a81d068ae10517ceff31dabfece1 (diff) |
Wed Jul 11 00:01:34 UTC 2012
Diffstat (limited to 'community/lrzip/PKGBUILD')
-rw-r--r-- | community/lrzip/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/lrzip/PKGBUILD b/community/lrzip/PKGBUILD index ced3afecb..1b0f3cb5b 100644 --- a/community/lrzip/PKGBUILD +++ b/community/lrzip/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 68263 2012-03-20 22:36:38Z arodseth $ +# $Id: PKGBUILD 73561 2012-07-09 21:11:49Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: graysky <graysky AT archlinux DOT us> # Contributor: kastor@fobos.org.ar pkgname=lrzip -pkgver=0.612 -pkgrel=3 +pkgver=0.613 +pkgrel=1 pkgdesc="Multi-threaded compression using the rzip/lzma, lzo, and zpaq algorithms" url="http://lrzip.kolivas.org/" license=('GPL') @@ -18,7 +18,7 @@ then fi options=('!libtool') source=("http://ck.kolivas.org/apps/$pkgname/$pkgname-$pkgver.tar.bz2") -sha256sums=('2c309fb40766207f1deeb09e2431ae34db7e6d7a22d713c25efcc84ed8c52e97') +sha256sums=('70dc55fbc4fe3d029c8edfc20f47f02d78c9c4c473201e6ec616febe9ce6b7eb') build() { cd "$srcdir/$pkgname-$pkgver" |