diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-12-11 19:37:17 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-12-11 19:37:17 -0500 |
commit | e806c1772cadb3e8706088f08f40e4a883e588e6 (patch) | |
tree | 07c5462b99bb1498e7700ed3a5edf2f26cc45bd8 | |
parent | e78b667d9abc818d87d23661e6ce9c16bcc3175c (diff) | |
download | abslibre-e806c1772cadb3e8706088f08f40e4a883e588e6.tar.gz abslibre-e806c1772cadb3e8706088f08f40e4a883e588e6.tar.bz2 abslibre-e806c1772cadb3e8706088f08f40e4a883e588e6.zip |
unar-1.10.1-3: fix icu version
-rw-r--r-- | libre/unar/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/unar/PKGBUILD b/libre/unar/PKGBUILD index 82c89f8e1..ddfe3babc 100644 --- a/libre/unar/PKGBUILD +++ b/libre/unar/PKGBUILD @@ -9,7 +9,7 @@ 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=52.1' 'gcc-libs' 'zlib') +depends=('gnustep-base' 'openssl' 'bzip2' 'icu=58.2' 'gcc-libs' 'zlib') makedepends=('gcc-objc') replaces=('unarchiver' 'unrar') conflicts=('unarchiver' 'unrar') |