Peter Jung pushed to branch main at Arch Linux / Packaging / Packages /
mingw-w64-gcc
Commits:
cfb56270 by Peter Jung at 2024-12-15T19:06:33+01:00
upgpkg: 14.2.0-3, remove !strip
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-gcc
pkgdesc = Cross GCC for the MinGW-w64 cross-compiler
pkgver = 14.2.0
- pkgrel = 2
+ pkgrel = 3
url = https://gcc.gnu.org
arch = x86_64
groups = mingw-w64-toolchain
@@ -23,7 +23,6 @@ pkgbase = mingw-w64-gcc
depends = python
depends = zlib
depends = zstd
- options = !strip
options = staticlibs
options = !emptydirs
options = !buildflags
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=mingw-w64-gcc
pkgver=14.2.0
-pkgrel=2
+pkgrel=3
pkgdesc="Cross GCC for the MinGW-w64 cross-compiler"
arch=('x86_64')
url="https://gcc.gnu.org"
@@ -27,7 +27,7 @@ depends=(
)
# gcc-d doesn't build as of 13.1.0
makedepends=('gcc-ada')
-options=('!strip' 'staticlibs' '!emptydirs' '!buildflags')
+options=('staticlibs' '!emptydirs' '!buildflags')
source=(https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig})
validpgpkeys=(D3A93CAD751C2AF4F8C7AD516C35B99309B5FA62 # Jakub Jelinek
<[email protected]>
13975A70E63C361C73AE69EF6EEB81F8981C74C7) #
[email protected]
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mingw-w64-gcc/-/commit/cfb562703cb3367ab0cf3f8087199f45555d41e8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mingw-w64-gcc/-/commit/cfb562703cb3367ab0cf3f8087199f45555d41e8
You're receiving this email because of your account on gitlab.archlinux.org.