Date: Wednesday, February 10, 2021 @ 19:43:54
Author: dvzrv
Revision: 407815
upgpkg: elfutils 0.183-2: Rebuild to remove sodeps.
It appears sodeps between split packages can not be introduced,
without first introducing the .so provides (or not at all).
Remove libasm.so, libdebuginfod.so, libdw.so and libelf.so from depends of the
elfutils package.
Modified:
elfutils/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-10 19:33:52 UTC (rev 407814)
+++ PKGBUILD 2021-02-10 19:43:54 UTC (rev 407815)
@@ -6,7 +6,7 @@
pkgbase=elfutils
pkgname=('elfutils' 'libelf')
pkgver=0.183
-pkgrel=1
+pkgrel=2
pkgdesc='Handle ELF object files and DWARF debugging information'
arch=('x86_64')
url="https://sourceware.org/elfutils/"
@@ -59,8 +59,7 @@
package_elfutils() {
pkgdesc+=" (utilities)"
depends=('gcc-libs' 'glibc' 'libarchive.so' "libelf=${pkgver}-${pkgrel}"
- 'libasm.so' 'libdebuginfod.so' 'libdw.so' 'libelf.so' 'libmicrohttpd.so'
- 'sqlite')
+ 'libmicrohttpd.so' 'sqlite')
cd "$pkgbase-$pkgver"
make DESTDIR="$pkgdir" install