aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.eu>2021-01-29 23:47:34 +0100
committerLeo <thinkabit.ukim@gmail.com>2021-02-03 01:27:23 +0000
commitd25fb98665a5ab48b99034c0faa058b711000244 (patch)
treed459bcf010bd977334d3a9a5a9a8baee665abf5c
parent41663c234d8501335d30838084b5b47d64775b87 (diff)
downloadaports-d25fb98665a5ab48b99034c0faa058b711000244.tar.gz
aports-d25fb98665a5ab48b99034c0faa058b711000244.tar.bz2
aports-d25fb98665a5ab48b99034c0faa058b711000244.tar.xz
main/elfutils: rebuild against musl-obstack 1.2.2
-rw-r--r--main/elfutils/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/elfutils/APKBUILD b/main/elfutils/APKBUILD
index d12227da306..aad47bcb615 100644
--- a/main/elfutils/APKBUILD
+++ b/main/elfutils/APKBUILD
@@ -1,11 +1,11 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=elfutils
pkgver=0.182
-pkgrel=0
+pkgrel=1
pkgdesc="Utilities and DSOs to handle ELF files and DWARF data"
url="http://elfutils.org/"
arch="all"
-license="GPL-3.0-or-later and (GPL-2.0-or-later or LGPL-3.0-or-later)"
+license="GPL-3.0-or-later AND (GPL-2.0-or-later OR LGPL-3.0-or-later)"
makedepends="bison flex-dev zlib-dev bzip2-dev xz-dev argp-standalone
bsd-compat-headers autoconf automake libtool fts-dev musl-obstack-dev
linux-headers"