summaryrefslogtreecommitdiff
path: root/libre/unar
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-05-28 17:31:38 -0600
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-05-28 17:31:38 -0600
commitef823d9ecf2e85c3915f307a9916d2e095923f5a (patch)
tree4c07e93746dd3987c66d8c085dc8014268159833 /libre/unar
parent03121eb4568287e76a54d318073dd263ef298738 (diff)
parentbeb8b1041efbb1bce8e7c2e0aa734d3170eee21e (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
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..8fe6b165c 100644
--- a/libre/unar/PKGBUILD
+++ b/libre/unar/PKGBUILD
@@ -4,15 +4,15 @@
pkgname=unar
pkgver=1.6
-pkgrel=1
+pkgrel=2
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' '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")