* update libbytesize to 2.4-4

This commit is contained in:
Alexander Baldeck 2021-01-30 00:18:24 +01:00
parent d72f99660e
commit 1138e3f157

View File

@ -3,12 +3,14 @@
pkgname=libbytesize
pkgver=2.4
pkgrel=3
pkgrel=4
pkgdesc='A tiny library providing a C "class" for working with arbitrary big sizes in bytes'
arch=( x86_64 powerpc64le powerpc )
arch=(x86_64 powerpc64le powerpc)
url="https://github.com/rhinstaller/libbytesize"
license=('LGPL')
depends=('mpfr' 'pcre2' 'python')
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')