mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 11:33:49 +02:00
libbytesize: update to 1.3.
Closes #13643. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
20ac348d73
commit
ea2da79a38
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'libbytesize'
|
# Template file for 'libbytesize'
|
||||||
pkgname=libbytesize
|
pkgname=libbytesize
|
||||||
version=1.2
|
version=1.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="python3"
|
hostmakedepends="python3"
|
||||||
makedepends="pcre-devel gmp-devel mpfr-devel"
|
makedepends="mpfr-devel pcre-devel"
|
||||||
short_desc="A library for operations with sizes in bytes"
|
short_desc="A library for operations with sizes in bytes"
|
||||||
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/libbytesize"
|
homepage="https://github.com/storaged-project/libbytesize"
|
||||||
distfiles="https://github.com/storaged-project/libbytesize/releases/download/${version}/libbytesize-${version}.tar.gz"
|
distfiles="https://github.com/storaged-project/libbytesize/releases/download/${version}/libbytesize-${version}.tar.gz"
|
||||||
checksum=65656ed62080d73d0f21d9647cee20533377bee150e91807fd54c502f3e1108f
|
checksum=d1991726a67ee44e4c9b3deaba5bbacd5392d3364439efce08060abc45edf5d0
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# broken, one depends on systemd
|
# broken, one depends on systemd
|
||||||
|
|
Loading…
Add table
Reference in a new issue