Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

_pkgbase=elfutils
pkgname=(libelf elfutils)
pkgver=0.194
pkgrel=2
pkgver=0.195
pkgrel=1
pkgdesc="libelf is a free ELF object file access library"
arch=(x86_64 aarch64 riscv64 loongarch64)
url="https://sourceware.org/elfutils/"
Expand All @@ -14,7 +14,7 @@ options=(staticlibs)
# 0001: Should be upstreamed, define missing macros and functions for musl
source=(https://sourceware.org/$_pkgbase/ftp/$pkgver/$_pkgbase-$pkgver.tar.bz2
0001-define-musl-missing-stuff.patch)
sha256sums=('09e2ff033d39baa8b388a2d7fbc5390bfde99ae3b7c67c7daaf7433fbcf0f01e'
sha256sums=('37629fdf7f1f3dc2818e138fca2b8094177d6c2d0f701d3bb650a561218dc026'
'c92ade324270f3f34fe4978cd55dbfcdc867cf8421d23edc23c78414b5b1ebb3')
prepare() {
_patch_ $_pkgbase-$pkgver
Expand Down