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

Laurent Carlier lcarlier at nymeria.archlinux.org
Tue Apr 16 17:55:08 UTC 2013


    Date: Tuesday, April 16, 2013 @ 19:55:08
  Author: lcarlier
Revision: 88360

upgpkg: lib32-elfutils 0.155-2

Add missing dependency on elfutils

Modified:
  lib32-elfutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-16 17:48:07 UTC (rev 88359)
+++ PKGBUILD	2013-04-16 17:55:08 UTC (rev 88360)
@@ -5,12 +5,12 @@
 _pkgbasename=elfutils
 pkgname=lib32-elfutils
 pkgver=0.155
-pkgrel=1
+pkgrel=2
 pkgdesc="Collection of libraries for working with ELF object files and DWARF debugging information (32-bit)"
 arch=('x86_64')
 url="https://fedorahosted.org/elfutils/"
 license=('LGPL3' 'GPL' 'GPL3')
-depends=('lib32-bzip2' 'lib32-zlib')
+depends=('lib32-bzip2' 'lib32-zlib' 'elfutils')
 makedepends=('gcc-multilib')
 options=('!makeflags')
 source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2




More information about the arch-commits mailing list