diff options
author | root <root@rshg054.dnsready.net> | 2012-03-22 00:01:28 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-22 00:01:28 +0000 |
commit | 39e662ccfbe62ae77d458159d192816171a22f43 (patch) | |
tree | 2484a55934cd77dd33597ab2f214de5b7326cf69 /community/lrzip | |
parent | a3108a9a809c496e1f6a0e9caf0acebac3889bfb (diff) |
Thu Mar 22 00:01:28 UTC 2012
Diffstat (limited to 'community/lrzip')
-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 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 <rodseth@gmail.com> # Contributor: graysky <graysky AT archlinux DOT us> # 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') |