summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2021-05-17 11:29:06 -0400
committervonPalitroque2021-05-17 11:29:06 -0400
commit8c115982eceba0e8c7784bb12326e5b521038632 (patch)
treebe4617cbc1ca91b0446747c404edba3004f8874e
parent4d6607a6170d8439a2620cbb5b6ffba2223b445d (diff)
downloadaur-8c115982eceba0e8c7784bb12326e5b521038632.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 cbe0d275a453..d8450b85a48e 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.1.0
- pkgrel = 2
+ pkgrel = 3
url = https://sourceware.org/newlib/
arch = any
groups = devel
diff --git a/PKGBUILD b/PKGBUILD
index d089bbf25f51..2c286d241169 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_target=msp430-elf
pkgname=${_target}-newlib
pkgver=4.1.0
-pkgrel=2
+pkgrel=3
pkgdesc="C library for bare metal systems for the ${_target} target."
arch=(any)
url="https://sourceware.org/newlib/"