summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordoragasu2023-08-15 15:27:46 +0100
committerdoragasu2023-08-15 15:27:46 +0100
commitf510bc1b6c9517384e354e071c36a20cd2ab76ae (patch)
treee6c795a00f139104a1561137bae7f8ac376706cb
parent1e9e49ebffcb5f0d6c26abaa8a782233ba3309a8 (diff)
downloadaur-m68k-elf-newlib.tar.gz
Increase pkgrel to rebuild against gcc 13.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04a71bf19a8b..967a9deb7b17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = m68k-elf-newlib
pkgdesc = C library for bare metal systems (m68k-elf).
pkgver = 4.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://sourceware.org/newlib/
arch = any
groups = devel
license = BSD
- makedepends = m68k-elf-gcc-bootstrap
+ makedepends = m68k-elf-gcc-bootstrap>=4.3.0
depends = m68k-elf-binutils
options = !makeflags
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 0e004f78b817..20beef5643a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,14 +11,14 @@ _target_cpu=m68000
pkgname=${_target}-newlib
pkgver=4.3.0
_suffix=.20230120
-pkgrel=1
+pkgrel=2
pkgdesc="C library for bare metal systems (${_target})."
arch=(any)
url="https://sourceware.org/newlib/"
license=('BSD')
groups=(devel)
depends=("${_target}-binutils")
-makedepends=("${_target}-gcc-bootstrap")
+makedepends=("${_target}-gcc-bootstrap>=4.3.0")
options=('!makeflags' '!strip' 'staticlibs' '!libtool')
PKGEXT="pkg.tar.zst"
source=("ftp://sourceware.org/pub/newlib/newlib-${pkgver}${_suffix}.tar.gz")