From 39e662ccfbe62ae77d458159d192816171a22f43 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 22 Mar 2012 00:01:28 +0000 Subject: Thu Mar 22 00:01:28 UTC 2012 --- community/lrzip/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'community/lrzip') diff --git a/community/lrzip/PKGBUILD b/community/lrzip/PKGBUILD index b6674b0e1..ced3afecb 100644 --- a/community/lrzip/PKGBUILD +++ b/community/lrzip/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 68229 2012-03-19 18:33:11Z arodseth $ +# $Id: PKGBUILD 68263 2012-03-20 22:36:38Z arodseth $ # Maintainer: Alexander Rødseth # Contributor: graysky # Contributor: kastor@fobos.org.ar pkgname=lrzip pkgver=0.612 -pkgrel=2 +pkgrel=3 pkgdesc="Multi-threaded compression using the rzip/lzma, lzo, and zpaq algorithms" url="http://lrzip.kolivas.org/" license=('GPL') -arch=('i686' 'x86_64') +arch=('x86_64' 'i686') depends=('lzo2' 'bzip2' 'zlib' 'bash' 'gcc-libs') if [ "$CARCH" != "x86_64" ] then - depends+=('nasm') + makedepends+=('nasm') _flag="--enable-asm" fi options=('!libtool') -- cgit v1.2.3-54-g00ecf