summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVyacheslav Razykov2021-10-13 02:51:39 +0300
committerVyacheslav Razykov2021-10-13 02:51:39 +0300
commitae2f222880ff3bf89ec77616bcc4b6978abb278c (patch)
tree5430236d0a5ceb320e365dbc27411f991071ca77
parent625402eb1165351101d232e09ccee37935bc3f37 (diff)
downloadaur-ae2f222880ff3bf89ec77616bcc4b6978abb278c.tar.gz
Update to 11.2.0-3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cae53b6cbb7..7783220e0135 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = arm-linux-gnueabihf-gcc-stage2
pkgdesc = The GNU Compiler Collection. Stage 2 for toolchain building (arm-linux-gnueabihf)
pkgver = 11.2.0
- pkgrel = 2
+ pkgrel = 3
url = https://gcc.gnu.org
arch = i686
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = arm-linux-gnueabihf-gcc-stage2
license = FDL
license = custom
depends = arm-linux-gnueabihf-binutils>=2.37-1
- depends = arm-linux-gnueabihf-glibc-headers>=2.33-3
+ depends = arm-linux-gnueabihf-glibc-headers>=2.33-4
depends = libmpc
depends = zlib
provides = arm-linux-gnueabihf-gcc-stage1=11.2.0
diff --git a/PKGBUILD b/PKGBUILD
index 2b24dc243b0b..aff8235ee9f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,12 +10,12 @@ pkgname=${_target}-gcc-stage2
pkgver=11.2.0
_majorver=${pkgver%%.*}
_islver=0.24
-pkgrel=2
+pkgrel=3
pkgdesc="The GNU Compiler Collection. Stage 2 for toolchain building (${_target})"
arch=(i686 x86_64)
license=(GPL LGPL FDL custom)
url='https://gcc.gnu.org'
-depends=("${_target}-binutils>=2.37-1" "${_target}-glibc-headers>=2.33-3" libmpc zlib)
+depends=("${_target}-binutils>=2.37-1" "${_target}-glibc-headers>=2.33-4" libmpc zlib)
options=(!emptydirs !distcc !strip)
conflicts=("${_target}-gcc-stage1")
replaces=("${_target}-gcc-stage1")