summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2022-07-08 13:44:19 -0400
committervonPalitroque2022-07-08 13:44:19 -0400
commit8a1b8593dcda2cd179bc7cddbe150b6049278986 (patch)
tree836562a8782beb3eedd1076fc4ec8697f30ff901
parentd548e64b8bd9811971e5e839b8b07b7a4b067dee (diff)
downloadaur-8a1b8593dcda2cd179bc7cddbe150b6049278986.tar.gz
Bump for new gcc version.
Bump for new gcc version.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 560ff7053383..124bb5c1d21a 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 = 1
+ pkgrel = 2
url = https://sourceware.org/newlib/
arch = any
groups = devel
diff --git a/PKGBUILD b/PKGBUILD
index 290238cd83b6..7fe2c2924db1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_target=msp430-elf
pkgname=${_target}-newlib
pkgver=4.2.0.20211231
-pkgrel=1
+pkgrel=2
pkgdesc="C library for bare metal systems for the ${_target} target."
arch=(any)
url="https://sourceware.org/newlib/"