diff options
author | root <root@rshg054.dnsready.net> | 2011-10-13 23:14:39 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-13 23:14:39 +0000 |
commit | e426a2696568231fa5a863cb80f4db9088193732 (patch) | |
tree | c964dfb9fc97fe532c2decc05254875f32db580c /libre | |
parent | b79408ae7429f4e5c99582cb55127b6e86b7fdac (diff) |
Thu Oct 13 23:14:38 UTC 2011
Diffstat (limited to 'libre')
-rw-r--r-- | libre/unarchiver/PKGBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/libre/unarchiver/PKGBUILD b/libre/unarchiver/PKGBUILD index b319676c4..0d597d96f 100644 --- a/libre/unarchiver/PKGBUILD +++ b/libre/unarchiver/PKGBUILD @@ -1,17 +1,15 @@ # Maintainer: Cedric Girard <girard.cedric@gmail.com> pkgname=unarchiver pkgver=2.7.1 -pkgrel=2 +pkgrel=3 pkgdesc="An Objective-C application for uncompressing archive files" arch=('x86_64' 'i686') url="http://wakaba.c3.cx/s/apps/unarchiver.html" license=('LGPL2.1') -depends=('gnustep-base' 'openssl' 'bzip2' 'icu' 'gcc-libs' 'zlib') +depends=('gnustep-base>=1.23.0-1.1' 'openssl' 'bzip2' 'icu' 'gcc-libs' 'zlib') +conflicts=('gnustep-base>=1.24') makedepends=('gcc-objc') source=(http://theunarchiver.googlecode.com/files/TheUnarchiver"$pkgver"_src.zip) -replaces=('unrar') -conflicts=('unrar') -provides=('unrar') build() { cd "$srcdir/The Unarchiver/XADMaster" |