Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / riscv64-elf-newlib
Commits: e93c51d9 by Christian Heusel at 2024-09-30T14:22:40+02:00 upgpkg: 4.4.0.20231231-2: Rebuild packages to fix conflict\n\nfixes https://gitlab.archlinux.org/archlinux/packaging/packages/riscv64-elf-newlib/-/issues/1\nfixes https://gitlab.archlinux.org/archlinux/packaging/packages/arm-none-eabi-newlib/-/issues/1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = riscv64-elf-newlib pkgdesc = A C standard library implementation intended for use on embedded systems (RISCV64 bare metal) pkgver = 4.4.0.20231231 - pkgrel = 1 + pkgrel = 2 url = https://www.sourceware.org/newlib/ arch = any license = BSD ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _target=riscv64-elf 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 (RISCV64 bare metal)' arch=(any) @@ -74,5 +74,8 @@ 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" } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/riscv64-elf-newlib/-/commit/e93c51d934980947687adc5621f9964f37e00def -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/riscv64-elf-newlib/-/commit/e93c51d934980947687adc5621f9964f37e00def You're receiving this email because of your account on gitlab.archlinux.org.
