summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Schneider2023-03-05 13:03:37 +0100
committerViktor Schneider2023-03-05 13:03:37 +0100
commitcda234735cce05098adda4f329b536a9a1de2b32 (patch)
tree6cdb1f51bb9de658d4789c2e8162ac4bdfac3196
parentf9aa12f83c41dff03a03188aba92ee4b0f4a240d (diff)
downloadaur-cda234735cce05098adda4f329b536a9a1de2b32.tar.gz
update gcc dependency version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1d16763dea1..5a7ffb57898c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 6055c9649df8..87c1e39c3882 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')