mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
libblockdev: update to 2.21.
This commit is contained in:
parent
7de2000143
commit
cfa72eb2a4
1 changed files with 4 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'libblockdev'
|
# Template file for 'libblockdev'
|
||||||
pkgname=libblockdev
|
pkgname=libblockdev
|
||||||
version=2.20
|
version=2.21
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config python3"
|
hostmakedepends="pkgconf python3"
|
||||||
makedepends="cryptsetup-devel device-mapper-devel dmraid-devel libbytesize-devel
|
makedepends="cryptsetup-devel device-mapper-devel dmraid-devel libbytesize-devel
|
||||||
libglib-devel libkmod-devel libparted-devel nss-devel
|
libglib-devel libkmod-devel libparted-devel nss-devel
|
||||||
volume_key-devel libyaml-devel"
|
volume_key-devel libyaml-devel"
|
||||||
short_desc="A library for manipulating block devices"
|
short_desc="Library for manipulating block devices"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/storaged-project/libblockdev"
|
homepage="https://github.com/storaged-project/libblockdev"
|
||||||
changelog="https://raw.githubusercontent.com/storaged-project/libblockdev/master/NEWS.rst"
|
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"
|
distfiles="https://github.com/storaged-project/libblockdev/releases/download/${version}-1/libblockdev-${version}.tar.gz"
|
||||||
checksum=f87873aefebbd43976b73b823cd6e53f15e4e364611bd288b2886c2fcbb45a24
|
checksum=317225f0d6cbc99d90481b0f8a30be8c325f5b5aebe82f9adf409214081de10a
|
||||||
conf_files="/etc/libblockdev/conf.d/10-lvm-dbus.cfg
|
conf_files="/etc/libblockdev/conf.d/10-lvm-dbus.cfg
|
||||||
/etc/libblockdev/conf.d/00-default.cfg"
|
/etc/libblockdev/conf.d/00-default.cfg"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue