summaryrefslogtreecommitdiff
path: root/community/lrzip/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lrzip/PKGBUILD')
-rw-r--r--community/lrzip/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/lrzip/PKGBUILD b/community/lrzip/PKGBUILD
index f3d56e6fb..ccb26e23c 100644
--- a/community/lrzip/PKGBUILD
+++ b/community/lrzip/PKGBUILD
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD 73744 2012-07-15 12:25:29Z arodseth $
+# $Id: PKGBUILD 96603 2013-09-02 09:08:52Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: graysky <graysky AT archlinux DOT us>
# Contributor: kastor@fobos.org.ar
pkgname=lrzip
-pkgver=0.614
+pkgver=0.615
pkgrel=1
-pkgdesc="Multi-threaded compression using the rzip/lzma, lzo, and zpaq algorithms"
-url="http://lrzip.kolivas.org/"
+pkgdesc='Multi-threaded compression using the rzip/lzma, lzo, and zpaq algorithms'
+url='http://lrzip.kolivas.org/'
license=('GPL')
arch=('x86_64' 'i686')
depends=('lzo2' 'bzip2' 'zlib' 'bash' 'gcc-libs')
@@ -18,7 +18,7 @@ then
fi
options=('!libtool')
source=("http://ck.kolivas.org/apps/$pkgname/$pkgname-$pkgver.tar.bz2")
-sha256sums=('65024d69d1773f3ccf84508a481d7de128c03d1cf9750b5803aead4a24522763')
+sha256sums=('c419662bf840bea2e4bd5ebef2585849ee1c85cec370fda423907e4514ee427d')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -38,7 +38,7 @@ check() {
package() {
cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install-strip
+ make DESTDIR="$pkgdir" install-strip
}
# vim:set ts=2 sw=2 et: