summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-12-01 21:34:50 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-12-01 21:34:50 -0500
commit45a8611b97f97a6bf8adab7a675c1ddb8fd26eb2 (patch)
tree4eb2830b3cf8223657974a3e3989dc478cb79adc /libre
parente084e0f5f9f68239815da85648f63ecfd32eb5fb (diff)
unar-1.10.1-2: icu 58.1 rebuild
Diffstat (limited to 'libre')
-rw-r--r--libre/unar/PKGBUILD4
-rw-r--r--libre/unar/libz.patch13
2 files changed, 2 insertions, 15 deletions
diff --git a/libre/unar/PKGBUILD b/libre/unar/PKGBUILD
index 7adbef867..c6f91f4de 100644
--- a/libre/unar/PKGBUILD
+++ b/libre/unar/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=unar
pkgver=1.10.1
-pkgrel=1
+pkgrel=2
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=57.1' 'gcc-libs' 'zlib')
+depends=('gnustep-base' 'openssl' 'bzip2' 'icu=58.1' 'gcc-libs' 'zlib')
makedepends=('gcc-objc')
replaces=('unarchiver' 'unrar')
conflicts=('unarchiver' 'unrar')
diff --git a/libre/unar/libz.patch b/libre/unar/libz.patch
deleted file mode 100644
index acba51463..000000000
--- a/libre/unar/libz.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -Naur The Unarchiver/XADMaster/Makefile.linux The Unarchiver_patched/XADMaster/Makefile.linux
---- The Unarchiver/XADMaster/Makefile.linux 2011-04-27 03:32:21.000000000 +0200
-+++ The Unarchiver_patched/XADMaster/Makefile.linux 2011-12-22 10:56:13.749166606 +0100
-@@ -51,7 +51,8 @@
- -licuuc \
- -lobjc \
- -lstdc++ \
-- -lm
-+ -lm \
-+ -lz
-
- LDFLAGS = -Wl,--whole-archive \
- -fexceptions \