* update libbytesize to 2.5-1

This commit is contained in:
Alexander Baldeck 2021-03-02 18:59:22 +01:00
parent 2e75748dbc
commit f49431bbe7

View File

@ -2,8 +2,8 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname=libbytesize
pkgver=2.4
pkgrel=4
pkgver=2.5
pkgrel=1
pkgdesc='A tiny library providing a C "class" for working with arbitrary big sizes in bytes'
arch=(x86_64 powerpc64le powerpc)
url="https://github.com/rhinstaller/libbytesize"
@ -12,7 +12,7 @@ depends=('mpfr' 'pcre2')
makedepends=('python')
optdepends=('python: for bscalc command')
source=("$pkgname-$pkgver.tar.gz::https://github.com/rhinstaller/libbytesize/archive/$pkgver.tar.gz")
sha512sums=('5192e3bad346758b4f66ae2c40170a2be792c78287f9784ec4a7c4419f1754098ef6fa463d568cb5e028a60945f85cbee8ef80af590a1d36c7cbe82a6f20fbab')
sha512sums=('3ce78c39fa400de1083eac8fb7b528b5febf4b55aa9e86ac56a1828d4f90c490590074070f8e17d3b584271877d2b4022065f08a4566428c9c960524f444d33c')
build() {
cd "$srcdir"/$pkgname-$pkgver