summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVyacheslav Razykov2021-04-04 04:14:33 +0300
committerVyacheslav Razykov2021-04-04 04:14:33 +0300
commit5bfb0eb46a962e84d122a24bed4fba33ea7826b0 (patch)
treeafd5175a94b71bf4311252252c511b890b1b6089
parent4fd189a7b799ee17eaa04ae399673f0704f1903e (diff)
downloadaur-5bfb0eb46a962e84d122a24bed4fba33ea7826b0.tar.gz
Update to 10.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 b6a3c8f2f3ef..bbc0b6479991 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = arm-linux-gnueabihf-gcc-stage1
pkgdesc = The GNU Compiler Collection. Stage 1 for toolchain building (arm-linux-gnueabihf)
pkgver = 10.2.0
- pkgrel = 1
+ pkgrel = 3
url = https://gcc.gnu.org
arch = i686
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = arm-linux-gnueabihf-gcc-stage1
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 = libmpc
depends = zlib
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 2d3f38b27c52..e01e34168434 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,12 +10,12 @@ pkgname=${_target}-gcc-stage1
pkgver=10.2.0
_majorver=${pkgver%%.*}
_islver=0.21
-pkgrel=1
+pkgrel=3
pkgdesc="The GNU Compiler Collection. Stage 1 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" libmpc zlib)
+depends=("${_target}-binutils>=2.36.1-1" libmpc zlib)
options=(!emptydirs !distcc !strip)
source=(https://sourceware.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.xz{,.sig}
http://isl.gforge.inria.fr/isl-${_islver}.tar.xz