summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWilken Gottwalt2024-02-11 06:09:10 +0100
committerWilken Gottwalt2024-02-11 06:09:10 +0100
commit3df4e08e64c586a74686f0edb61fb065142c6ada (patch)
tree7b3cbe9cd4f7b257e7d36eb0ac0ade115d2ef5f1 /PKGBUILD
parent3459868421993c456e8fdaf90d619bedb853fc00 (diff)
downloadaur-arm-linux-gnueabihf-gcc.tar.gz
updated make dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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")