summaryrefslogtreecommitdiff
path: root/libre/unar
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-05-25 16:19:27 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-05-25 16:19:27 +0200
commita940d5362f2e0459266e277abefb4cf7326744e4 (patch)
tree291c6682c25ecc03be7ef9ba4174ffac69d434c5 /libre/unar
parente57aa6bacf83b8062b15907e7ced8e462d324f5f (diff)
unar: support any icu 51 version.
Diffstat (limited to 'libre/unar')
-rw-r--r--libre/unar/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/unar/PKGBUILD b/libre/unar/PKGBUILD
index 6aa9ae4fb..29c772c8b 100644
--- a/libre/unar/PKGBUILD
+++ b/libre/unar/PKGBUILD
@@ -4,15 +4,15 @@
pkgname=unar
pkgver=1.6
-pkgrel=1
+pkgrel=1.1
pkgdesc="An Objective-C application for uncompressing archive files"
arch=('x86_64' 'i686' 'mips64el')
url="http://unarchiver.c3.cx/"
license=('LGPL2.1')
-depends=('gnustep-base' 'openssl' 'bzip2' 'icu=51.1' 'gcc-libs' 'zlib')
+depends=('gnustep-base' 'openssl' 'bzip2' 'icu<52' 'gcc-libs' 'zlib')
makedepends=('gcc-objc')
replaces=("unarchiver")
-conflicts=("unarchiver")
+conflicts=("unarchiver" 'icu<51')
provides=("unarchiver")
source=("http://theunarchiver.googlecode.com/files/${pkgname}${pkgver}_src.zip"
"native_obj_exceptions.patch")