summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2022-08-26 10:27:59 -0400
committervonPalitroque2022-08-26 10:27:59 -0400
commitd8692f10356390cff45192f7a627e01766f46ec4 (patch)
tree544f6a5b80b9c635236104e1ef092ff8932735c8
parent8a1b8593dcda2cd179bc7cddbe150b6049278986 (diff)
downloadaur-d8692f10356390cff45192f7a627e01766f46ec4.tar.gz
Bumped gcc version.
Bumped gcc version.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 124bb5c1d21a..dc04dae8ab33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = msp430-elf-newlib
pkgdesc = C library for bare metal systems for the msp430-elf target.
pkgver = 4.2.0.20211231
- pkgrel = 2
+ pkgrel = 3
url = https://sourceware.org/newlib/
arch = any
groups = devel
diff --git a/PKGBUILD b/PKGBUILD
index 7fe2c2924db1..df37e3e8869c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_target=msp430-elf
pkgname=${_target}-newlib
pkgver=4.2.0.20211231
-pkgrel=2
+pkgrel=3
pkgdesc="C library for bare metal systems for the ${_target} target."
arch=(any)
url="https://sourceware.org/newlib/"