* fix URL to debuginfod for archpower

This commit is contained in:
Alexander Baldeck 2024-12-12 09:12:34 +01:00
parent dccde0582b
commit af11712a03

View File

@ -11,7 +11,7 @@ pkgname=(
debuginfod
)
pkgver=0.192
pkgrel=2
pkgrel=2.1
pkgdesc="Handle ELF object files and DWARF debugging information"
arch=(x86_64 powerpc64le powerpc64 powerpc espresso riscv64)
url="https://sourceware.org/elfutils/"
@ -100,7 +100,7 @@ package_elfutils() {
make DESTDIR="$pkgdir" install -C $pkgbase
# set the default DEBUGINFOD_URLS environment variable to the distribution's debuginfod URL
echo "https://debuginfod.archlinux.org" > "$pkgdir/etc/debuginfod/archlinux.urls"
echo "https://debuginfod.archlinuxpower.org" > "$pkgdir/etc/debuginfod/archlinux.urls"
(
cd "$pkgdir"