diff --git a/elfutils/PKGBUILD b/elfutils/PKGBUILD index bf8a6507b0..11578c405d 100644 --- a/elfutils/PKGBUILD +++ b/elfutils/PKGBUILD @@ -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"