libbytesize: update to 2.3.

This commit is contained in:
skmpz 2020-07-25 21:21:13 +04:00 committed by Andrew J. Hesford
parent 16f11ccc5b
commit 8e4a708a28

View file

@ -1,18 +1,18 @@
# Template file for 'libbytesize' # Template file for 'libbytesize'
pkgname=libbytesize pkgname=libbytesize
version=2.2 version=2.3
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="gettext python3" hostmakedepends="gettext python3"
makedepends="mpfr-devel pcre2-devel" makedepends="mpfr-devel pcre2-devel"
checkdepends="python3-six" checkdepends="python3-six"
short_desc="Library for operations with sizes in bytes" short_desc="Library for operations with sizes in bytes"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="skmpz <dem.procopiou@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"
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=b93c54b502880c095c9f5767a42464853e2687db2e5e3084908a615bafe73baa checksum=3c74113fc8cd1a2fbd8870fa0ed7cef2ef24d60ef91e7145fbc041f9aa144479
pre_check() { pre_check() {
# Disable test that depends on unpackaged pocketlint # Disable test that depends on unpackaged pocketlint