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:
parent
98fcdb5574
commit
b3c1faddab
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user