[arch-commits] Commit in elfutils/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Thu Feb 11 12:10:56 UTC 2021


    Date: Thursday, February 11, 2021 @ 12:10:56
  Author: dvzrv
Revision: 407831

upgpkg: elfutils 0.183-3: Rebuild to remove soprovides.

The soprovides for libelf do not work, as the shared objects are not versioned.

Modified:
  elfutils/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-11 11:24:39 UTC (rev 407830)
+++ PKGBUILD	2021-02-11 12:10:56 UTC (rev 407831)
@@ -6,7 +6,7 @@
 pkgbase=elfutils
 pkgname=('elfutils' 'libelf')
 pkgver=0.183
-pkgrel=2
+pkgrel=3
 pkgdesc='Handle ELF object files and DWARF debugging information'
 arch=('x86_64')
 url="https://sourceware.org/elfutils/"
@@ -48,7 +48,7 @@
 package_libelf() {
   pkgdesc+=" (libraries)"
   depends=('gcc-libs' 'libbz2.so' 'libcurl.so' 'xz' 'zlib' 'zstd')
-  provides=('libasm.so' 'libdebuginfod.so' 'libdw.so' 'libelf.so')
+  # NOTE: the shared objects can not be added to provides as they are not versioned
 
   cd "$pkgbase-$pkgver"
   make DESTDIR="$pkgdir" install



More information about the arch-commits mailing list