msys2-runtime: don't compress man pages to avoid a file conflict

See https://github.com/msys2/MSYS2-packages/pull/2687#issuecomment-965714874
This commit is contained in:
Christoph Reiter 2021-11-11 09:20:35 +01:00
parent 98fcdb5574
commit b3c1faddab

View File

@ -4,7 +4,7 @@
pkgbase=msys2-runtime
pkgname=('msys2-runtime' 'msys2-runtime-devel')
pkgver=3.3.2
pkgrel=1
pkgrel=2
pkgdesc="Cygwin POSIX emulation engine"
arch=('i686' 'x86_64')
url="https://www.cygwin.com/"
@ -21,7 +21,8 @@ makedepends=('cocom'
'gettext-devel'
'libiconv-devel'
'diffutils')
# options=('debug' '!strip')
# re zipman: https://github.com/msys2/MSYS2-packages/pull/2687#issuecomment-965714874
options=('!zipman')
source=('msys2-runtime'::git://sourceware.org/git/newlib-cygwin.git#tag=cygwin-${pkgver//./_}-release
0001-Add-MSYS2-triplet.patch
0002-Fix-msys-library-name-in-import-libraries.patch