mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-02-03 07:47:23 +08:00
add libelf version as dep
This commit is contained in:
parent
d91eee861e
commit
9d20d97d57
@ -3,12 +3,12 @@
|
|||||||
_pkgbasename=elfutils
|
_pkgbasename=elfutils
|
||||||
pkgname=lib32-libelf
|
pkgname=lib32-libelf
|
||||||
pkgver=0.175
|
pkgver=0.175
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Libraries to handle ELF object files and DWARF debugging information (32-bit)"
|
pkgdesc="Libraries to handle ELF object files and DWARF debugging information (32-bit)"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://sourceware.org/elfutils/"
|
url="https://sourceware.org/elfutils/"
|
||||||
license=('LGPL3' 'GPL' 'GPL3')
|
license=('LGPL3' 'GPL' 'GPL3')
|
||||||
depends=('lib32-bzip2' 'lib32-zlib' 'libelf')
|
depends=('lib32-bzip2' 'lib32-zlib' "libelf=$pkgver")
|
||||||
makedepends=('gcc-multilib')
|
makedepends=('gcc-multilib')
|
||||||
provides=('lib32-elfutils')
|
provides=('lib32-elfutils')
|
||||||
conflicts=('lib32-elfutils')
|
conflicts=('lib32-elfutils')
|
||||||
|
Loading…
Reference in New Issue
Block a user