diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2017-05-01 17:14:19 +0200 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2017-05-01 17:49:14 +0200 |
commit | 769e42cbc38459dc3a4928f4f700f32c15cbd36d (patch) | |
tree | 506b9e17b1b42f612f37d09b3a538880322976a1 /libre | |
parent | 1493eb80b87de9a45a9f8864f375f7dd6eb10129 (diff) | |
download | abslibre-769e42cbc38459dc3a4928f4f700f32c15cbd36d.tar.gz abslibre-769e42cbc38459dc3a4928f4f700f32c15cbd36d.tar.bz2 abslibre-769e42cbc38459dc3a4928f4f700f32c15cbd36d.zip |
updated unar dependencies
Diffstat (limited to 'libre')
-rw-r--r-- | libre/unar/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/unar/PKGBUILD b/libre/unar/PKGBUILD index ddfe3babc..12d99474e 100644 --- a/libre/unar/PKGBUILD +++ b/libre/unar/PKGBUILD @@ -4,12 +4,12 @@ pkgname=unar pkgver=1.10.1 -pkgrel=3 +pkgrel=4 pkgdesc="An Objective-C application for uncompressing archive files" arch=('x86_64' 'i686' 'armv7h') url="http://unarchiver.c3.cx/" license=('LGPL2.1') -depends=('gnustep-base' 'openssl' 'bzip2' 'icu=58.2' 'gcc-libs' 'zlib') +depends=('gnustep-base' 'openssl' 'bzip2' 'icu=59.1' 'gcc-libs' 'zlib') makedepends=('gcc-objc') replaces=('unarchiver' 'unrar') conflicts=('unarchiver' 'unrar') |