From 352f5471b77eb20404befedbfcac1774809ccd7d Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Wed, 20 Apr 2016 14:28:47 +0000 Subject: [PATCH] remove zlib dependency from Arch MinGW package it is not in the official repos and miniz will be used when zlib is not present (or detected) on the system so there is no need to build against and depend on it. openssl is not a hard requirement either but it is nice to have so I'm gonna keep it as dependency even tough it is in AUR Signed-off-by: Ivailo Monev --- package/archlinux-mingw/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/archlinux-mingw/PKGBUILD b/package/archlinux-mingw/PKGBUILD index 1672ece9b..1b9e9c79f 100644 --- a/package/archlinux-mingw/PKGBUILD +++ b/package/archlinux-mingw/PKGBUILD @@ -8,7 +8,7 @@ pkgdesc='C++ toolkit derived from the Qt 4.8 framework (mingw-w64)' arch=('i686' 'x86_64') url='https://github.com/fluxer/katie' license=('LGPL' 'FDL' 'custom') -depends=('mingw-w64-openssl' 'mingw-w64-zlib' 'mingw-w64-crt') +depends=('mingw-w64-openssl' 'mingw-w64-crt') makedepends=('cmake' 'git' 'python' 'unifdef' 'mingw-w64-gcc') source=("git+https://github.com/fluxer/katie") sha1sums=('SKIP') -- 2.11.0