libblockdev: update to 2.25.
Also add makedepends to devel package, because it may use the headers of some of them (like device-mapper-devel).
This commit is contained in:
parent
8967edea4c
commit
0842bc01a6
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libblockdev'
|
||||
pkgname=libblockdev
|
||||
version=2.24
|
||||
revision=2
|
||||
version=2.25
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config python3"
|
||||
makedepends="cryptsetup-devel device-mapper-devel dmraid-devel libbytesize-devel
|
||||
|
@ -13,7 +13,7 @@ license="LGPL-2.1-or-later"
|
|||
homepage="https://github.com/storaged-project/libblockdev"
|
||||
changelog="https://raw.githubusercontent.com/storaged-project/libblockdev/master/NEWS.rst"
|
||||
distfiles="https://github.com/storaged-project/libblockdev/releases/download/${version}-1/libblockdev-${version}.tar.gz"
|
||||
checksum=dc207c70dbef52c818a8abbcb6b8e298a6b63c0b78a5e1f2773b5f7b89300773
|
||||
checksum=555aa42a2db39649ad83253bdc902ab5bd63d39c123e0c8055c4de7fe7571668
|
||||
conf_files="/etc/libblockdev/conf.d/10-lvm-dbus.cfg
|
||||
/etc/libblockdev/conf.d/00-default.cfg"
|
||||
|
||||
|
@ -28,7 +28,7 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
esac
|
||||
|
||||
libblockdev-devel_package() {
|
||||
depends="libblockdev-${version}_${revision} glib-devel"
|
||||
depends="libblockdev>=${version}_${revision} ${makedepends}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in a new issue