summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVyacheslav Razykov2021-04-04 04:16:12 +0300
committerVyacheslav Razykov2021-04-04 04:22:26 +0300
commit39fc86e3e849e91ed071e6ed05b13fac8a498b73 (patch)
tree792aadec4f8a96b19e6eccf26b7a40d295e303cf
parent31cfc9a66a481cc3f7bf0eaa99d44f54c0186864 (diff)
downloadaur-39fc86e3e849e91ed071e6ed05b13fac8a498b73.tar.gz
Update to 10.2.0-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eabf7adff3c0..3f9b2c9a27b3 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 = 10.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://gcc.gnu.org
arch = i686
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = arm-linux-gnueabihf-gcc-stage2
license = LGPL
license = FDL
license = custom
- depends = arm-linux-gnueabihf-binutils>=2.35.1-1
+ depends = arm-linux-gnueabihf-binutils>=2.36.1-1
depends = arm-linux-gnueabihf-glibc-headers>=2.32-1
depends = libmpc
depends = zlib
diff --git a/PKGBUILD b/PKGBUILD
index a3b76dd1f469..5546ab83e181 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,12 +10,12 @@ pkgname=${_target}-gcc-stage2
pkgver=10.2.0
_majorver=${pkgver%%.*}
_islver=0.21
-pkgrel=1
+pkgrel=2
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.35.1-1" "${_target}-glibc-headers>=2.32-1" libmpc zlib)
+depends=("${_target}-binutils>=2.36.1-1" "${_target}-glibc-headers>=2.33-1" libmpc zlib)
options=(!emptydirs !distcc !strip)
conflicts=("${_target}-gcc-stage1")
replaces=("${_target}-gcc-stage1")