Merge pull request #3439 from lazka/msys2-runtime-strip
msys2-runtime: strip it
This commit is contained in:
commit
afd23f8a29
@ -4,7 +4,7 @@
|
|||||||
pkgbase=msys2-runtime
|
pkgbase=msys2-runtime
|
||||||
pkgname=('msys2-runtime' 'msys2-runtime-devel')
|
pkgname=('msys2-runtime' 'msys2-runtime-devel')
|
||||||
pkgver=3.4.3
|
pkgver=3.4.3
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc="Cygwin POSIX emulation engine"
|
pkgdesc="Cygwin POSIX emulation engine"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://www.cygwin.com/"
|
url="https://www.cygwin.com/"
|
||||||
@ -213,7 +213,6 @@ build() {
|
|||||||
|
|
||||||
package_msys2-runtime() {
|
package_msys2-runtime() {
|
||||||
pkgdesc="Posix emulation engine for Windows"
|
pkgdesc="Posix emulation engine for Windows"
|
||||||
options=('!strip')
|
|
||||||
conflicts=('catgets' 'libcatgets' 'msys2-runtime-3.4')
|
conflicts=('catgets' 'libcatgets' 'msys2-runtime-3.4')
|
||||||
replaces=('catgets' 'libcatgets' 'msys2-runtime-3.4')
|
replaces=('catgets' 'libcatgets' 'msys2-runtime-3.4')
|
||||||
|
|
||||||
@ -230,7 +229,6 @@ package_msys2-runtime() {
|
|||||||
package_msys2-runtime-devel() {
|
package_msys2-runtime-devel() {
|
||||||
pkgdesc="MSYS2 headers and libraries"
|
pkgdesc="MSYS2 headers and libraries"
|
||||||
depends=("msys2-runtime=${pkgver}")
|
depends=("msys2-runtime=${pkgver}")
|
||||||
options=('staticlibs' '!strip')
|
|
||||||
conflicts=('libcatgets-devel' 'msys2-runtime-3.4-devel')
|
conflicts=('libcatgets-devel' 'msys2-runtime-3.4-devel')
|
||||||
replaces=('libcatgets-devel' 'msys2-runtime-3.4-devel')
|
replaces=('libcatgets-devel' 'msys2-runtime-3.4-devel')
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user