summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 724dc4790d0e..6eab6473d12e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = arm-linux-gnueabihf-gcc
pkgdesc = The GNU Compiler Collection
pkgver = 13.2.0
- pkgrel = 9
+ pkgrel = 10
url = https://gcc.gnu.org
arch = x86_64
license = GPL
license = LGPL
license = FDL
license = custom
- makedepends = binutils
- makedepends = gcc
+ makedepends = base-devel
makedepends = glibc
makedepends = libelf
makedepends = python
diff --git a/PKGBUILD b/PKGBUILD
index 6b7ada0f20a7..f4970435a716 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,13 +14,13 @@ _gmpver=6.3.0
_islver=0.26
_mpcver=1.3.1
_mpfrver=4.2.1
-pkgrel=9
+pkgrel=10
pkgdesc="The GNU Compiler Collection"
arch=(x86_64)
license=(GPL LGPL FDL custom)
url='https://gcc.gnu.org'
depends=("${_target}-binutils>=2.40" "${_target}-glibc>=2.38" elfutils zlib zstd)
-makedepends=(binutils gcc glibc libelf python zlib zstd)
+makedepends=(base-devel glibc libelf python zlib zstd)
options=(!emptydirs !distcc !strip lto)
conflicts=("${_target}-gcc-stage1" "${_target}-gcc-stage2")
replaces=("${_target}-gcc-stage1" "${_target}-gcc-stage2")