summaryrefslogtreecommitdiff
path: root/libre/unar/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/unar/PKGBUILD')
-rw-r--r--libre/unar/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/unar/PKGBUILD b/libre/unar/PKGBUILD
index a07c57234..c7b60ba9e 100644
--- a/libre/unar/PKGBUILD
+++ b/libre/unar/PKGBUILD
@@ -4,15 +4,15 @@
pkgname=unar
pkgver=1.8
-pkgrel=2
+pkgrel=3
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' 'gcc-libs' 'zlib')
+depends=('gnustep-base' 'openssl' 'bzip2' 'icu>=52.1' 'icu<52.2' 'gcc-libs' 'zlib')
makedepends=('gcc-objc')
replaces=('unarchiver' 'unrar')
-conflicts=('unarchiver' 'unrar' 'icu<51')
+conflicts=('unarchiver' 'unrar')
provides=('unarchiver' 'unrar')
source=("http://theunarchiver.googlecode.com/files/${pkgname}${pkgver}_src.zip"
"native_obj_exceptions.patch")