diff options
author | Viktor Schneider | 2023-03-05 13:03:37 +0100 |
---|---|---|
committer | Viktor Schneider | 2023-03-05 13:03:37 +0100 |
commit | cda234735cce05098adda4f329b536a9a1de2b32 (patch) | |
tree | 6cdb1f51bb9de658d4789c2e8162ac4bdfac3196 | |
parent | f9aa12f83c41dff03a03188aba92ee4b0f4a240d (diff) | |
download | aur-cda234735cce05098adda4f329b536a9a1de2b32.tar.gz |
update gcc dependency version
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -9,8 +9,8 @@ pkgbase = msp430-elf-libstdc++ license = LGPL depends = msp430-elf-newlib depends = msp430-elf-binutils - depends = msp430-elf-gcc>=11.0.0 - depends = msp430-elf-gcc<12.0.0 + depends = msp430-elf-gcc>=12.0.0 + depends = msp430-elf-gcc<13.0.0 depends = libmpc depends = elfutils depends = zlib @@ -9,7 +9,7 @@ pkgdesc="The GNU C++ Standard Library for the ${_target} target." arch=(i686 x86_64) license=('GPL' 'LGPL') url="http://gcc.gnu.org" -depends=("${_target}-newlib" "${_target}-binutils" "${_target}-gcc>=11.0.0" "${_target}-gcc<12.0.0" "libmpc" "elfutils" "zlib") +depends=("${_target}-newlib" "${_target}-binutils" "${_target}-gcc>=12.0.0" "${_target}-gcc<13.0.0" "libmpc" "elfutils" "zlib") options=('staticlibs' '!buildflags' '!libtool' '!emptydirs' 'zipman' 'docs' '!strip') source=(https://ftpmirror.gnu.org/gcc/gcc-${pkgver}/gcc-${pkgver}.tar.xz) sha256sums=('e549cf9cf3594a00e27b6589d4322d70e0720cdd213f39beb4181e06926230ff') |