libbytesize: update to 2.4.
This commit is contained in:
parent
6979fd1771
commit
544a43d566
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libbytesize'
|
# Template file for 'libbytesize'
|
||||||
pkgname=libbytesize
|
pkgname=libbytesize
|
||||||
version=2.3
|
version=2.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="gettext python3"
|
hostmakedepends="gettext python3"
|
||||||
|
@ -12,7 +12,7 @@ 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=3c74113fc8cd1a2fbd8870fa0ed7cef2ef24d60ef91e7145fbc041f9aa144479
|
checksum=25ccb5762bb8c860b63ed1d40e0c5564e3e0084693fbe6554467a8ca1c1d8c7f
|
||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
# Disable test that depends on unpackaged pocketlint
|
# Disable test that depends on unpackaged pocketlint
|
||||||
|
@ -32,7 +32,6 @@ libbytesize-devel_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
libbytesize-python3_package() {
|
libbytesize-python3_package() {
|
||||||
archs=noarch
|
|
||||||
depends="python3-six ${sourcepkg}>=${version}_${revision}"
|
depends="python3-six ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - Python3 bindings"
|
short_desc+=" - Python3 bindings"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue