Skip to content
Snippets Groups Projects
Verified Commit adc1edae authored by Christian Heusel's avatar Christian Heusel :rocket:
Browse files

upgpkg: 4.4.0.20231231-2: Rebuild packages to fix conflict\n\nfixes...

upgpkg: 4.4.0.20231231-2: Rebuild packages to fix conflict\n\nfixes riscv64-elf-newlib#1\nfixes #1
parent d0c84e38
No related branches found
Tags 4.4.0.20231231-2
No related merge requests found
pkgbase = arm-none-eabi-newlib
pkgdesc = A C standard library implementation intended for use on embedded systems (ARM bare metal)
pkgver = 4.4.0.20231231
pkgrel = 1
pkgrel = 2
url = https://www.sourceware.org/newlib/
arch = any
license = BSD
......
......@@ -3,7 +3,7 @@
_target=arm-none-eabi
pkgname=$_target-newlib
pkgver=4.4.0.20231231
pkgrel=1
pkgrel=2
_upstream_ver=$pkgver
pkgdesc='A C standard library implementation intended for use on embedded systems (ARM bare metal)'
arch=(any)
......@@ -65,4 +65,7 @@ package() {
install -d "$pkgdir"/usr/share/licenses/$pkgname/
install -m644 -t "$pkgdir"/usr/share/licenses/$pkgname/ "$srcdir"/newlib-$_upstream_ver/COPYING*
# https://gitlab.archlinux.org/archlinux/packaging/packages/riscv64-elf-newlib/-/issues/1
rm "${pkgdir}/usr/share/info/porting.info"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment