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

David Runge dvzrv at archlinux.org
Wed May 26 19:02:33 UTC 2021


    Date: Wednesday, May 26, 2021 @ 19:02:33
  Author: dvzrv
Revision: 946861

upgpkg: lib32-libelf 0.185-1: Upgrade to 0.185.

Modified:
  lib32-libelf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-26 19:02:31 UTC (rev 946860)
+++ PKGBUILD	2021-05-26 19:02:33 UTC (rev 946861)
@@ -4,7 +4,7 @@
 
 _name=elfutils
 pkgname=lib32-libelf
-pkgver=0.184
+pkgver=0.185
 pkgrel=1
 pkgdesc="Handle ELF object files and DWARF debugging information (libraries) (32-bit)"
 arch=('x86_64')
@@ -15,9 +15,9 @@
 # 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=('5920c354edd6b28bb7e713d674bf6f2221e8ee91b90d582de39b1f45446aea1e7e3d4b6671024c391675b5e7530fe952c1320d730bb625c02d4c647ceb938bc8'
+sha512sums=('34de0de1355b11740e036e0fc64f2fc063587c8eb121b19216ee5548d3f0f268d8fc3995176c47190466b9d881007cfa11a9d01e9a50e38af6119492bf8bb47f'
             'SKIP')
-b2sums=('8e45aa603a039fb128b96a1ffee4a0137fd1808d7087a2ddc8682a9bec1d65a56e6e6ad1419ac5e9f4490cc258c8ac0ee3e49775aab278efb1889bdceaf842bf'
+b2sums=('57cfa7e4060975c4bf6170dbd354687a19a92f7069c060db1ac2fa4da5a9d34e8bddd07c7ce376b5c28b5670ad5b8c1df795164cbcfb600a44cf1db60c20c4af'
         'SKIP')
 validpgpkeys=(
   '47CC0331081B8BC6D0FD4DA08370665B57816A6A' # Mark J. Wielaard <mark at klomp.org>
@@ -48,6 +48,6 @@
   cd "${_name}-${pkgver}"
 
   make DESTDIR="${pkgdir}" install
-  # remove anything that would conflict with elfutils
+  # remove anything that would conflict with elfutils and debuginfod
   rm -rf "${pkgdir}/"{etc,usr/{bin,include,share}}
 }



More information about the arch-commits mailing list