* update libunwind to 1.8.1-2

This commit is contained in:
Alexander Baldeck 2024-04-12 21:23:59 +02:00
parent da20f277b1
commit 26f8e80e50

View File

@ -7,7 +7,7 @@
pkgname=libunwind
pkgver=1.8.1
pkgrel=1
pkgrel=2
pkgdesc="Determine and manipulate the call-chain of a program"
url="https://www.nongnu.org/libunwind/"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -56,6 +56,7 @@ check() {
package() {
cd libunwind-$pkgver
make DESTDIR="$pkgdir" install
rm -r "$pkgdir"/usr/libexec
}
# vim:set sw=2 sts=-1 et: