mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libbytesize: update to 2.1
This commit is contained in:
parent
a0295eeff6
commit
1e2fd6a7c9
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'libbytesize'
|
# Template file for 'libbytesize'
|
||||||
pkgname=libbytesize
|
pkgname=libbytesize
|
||||||
version=1.4
|
version=2.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="python3"
|
hostmakedepends="python3"
|
||||||
makedepends="mpfr-devel pcre-devel"
|
makedepends="mpfr-devel pcre2-devel"
|
||||||
checkdepends="python3-six python-six"
|
checkdepends="python3-six python-six"
|
||||||
short_desc="A library for operations with sizes in bytes"
|
short_desc="Library for operations with sizes in bytes"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
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"
|
||||||
changelog="https://raw.githubusercontent.com/storaged-project/libbytesize/master/NEWS.rst"
|
changelog="https://raw.githubusercontent.com/storaged-project/libbytesize/master/NEWS.rst"
|
||||||
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=bb4ddc577cf2881834089c2c8d698a73c3f124990937afc2a15d421b2cfd782d
|
checksum=acc7d40237573adb958039bd9254155a41e57c363fce492f9e8768b42e4bffae
|
||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
# Disable test that depends on unpackaged pocketlint
|
# Disable test that depends on unpackaged pocketlint
|
||||||
|
|
Loading…
Add table
Reference in a new issue