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

David Runge dvzrv at archlinux.org
Thu Feb 11 12:13:41 UTC 2021


    Date: Thursday, February 11, 2021 @ 12:13:40
  Author: dvzrv
Revision: 855853

upgpkg: lib32-libelf 0.183-2: Rebuild to remove soprovides.

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

Modified:
  lib32-libelf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-11 12:05:50 UTC (rev 855852)
+++ PKGBUILD	2021-02-11 12:13:40 UTC (rev 855853)
@@ -5,7 +5,7 @@
 _name=elfutils
 pkgname=lib32-libelf
 pkgver=0.183
-pkgrel=1
+pkgrel=2
 pkgdesc="Handle ELF object files and DWARF debugging information (libraries) (32-bit)"
 arch=('x86_64')
 url="https://sourceware.org/elfutils/"
@@ -12,7 +12,7 @@
 license=('LGPL3' 'GPL3')
 depends=('lib32-curl' 'lib32-bzip2' 'lib32-gcc-libs' 'lib32-xz' 'lib32-zlib'
 'lib32-zstd' "libelf=${pkgver}")
-provides=('libasm.so' 'libdebuginfod.so' 'libdw.so' 'libelf.so')
+# NOTE: the shared objects can not be added to provides as they are not versioned
 source=("https://sourceware.org/elfutils/ftp/${pkgver}/elfutils-${pkgver}.tar.bz2"{,.sig})
 options=('staticlibs')
 sha512sums=('bdafdd738a33cebe4f87849e5e6f1133881e77ef71b27faa0f0234ff80e9674f506957898326c2a55fd8438cbd189f7930597d0b4b9ca6c77921cc0cbd83b6b7'



More information about the arch-commits mailing list