summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2019-08-20 11:47:28 -0400
committervonPalitroque2019-08-20 11:47:28 -0400
commit6d99c845d0f68398430761670ad4c55e98bf50eb (patch)
tree5ccb2de92eaee98f5a2d418690b287f4c18c286d
parent5aacfcc33dc5140d4fe0e0e0c15ddfbd16ba690e (diff)
downloadaur-6d99c845d0f68398430761670ad4c55e98bf50eb.tar.gz
Bump pkgrel for new gcc.
Bump pkgrel for new gcc.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08ab60f2ab04..f56b07a5fea8 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 = 3.1.0
- pkgrel = 2
+ pkgrel = 4
url = https://sourceware.org/newlib/
arch = any
groups = devel
diff --git a/PKGBUILD b/PKGBUILD
index 7eb6b1f8b649..a983c749b772 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_target=msp430-elf
pkgname=${_target}-newlib
pkgver=3.1.0
-pkgrel=2
+pkgrel=4
pkgdesc="C library for bare metal systems for the ${_target} target."
arch=(any)
url="https://sourceware.org/newlib/"