* update libbytesize to 2.8-4

This commit is contained in:
Alexander Baldeck 2024-12-10 20:13:56 +01:00
parent b79e814338
commit 765ba6b9de
3 changed files with 23 additions and 1 deletions

19
libbytesize/.SRCINFO Normal file
View File

@ -0,0 +1,19 @@
pkgbase = libbytesize
pkgdesc = A tiny library providing a C "class" for working with arbitrary big sizes in bytes
pkgver = 2.8
pkgrel = 4
url = https://github.com/rhinstaller/libbytesize
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = LGPL
makedepends = python
depends = mpfr
depends = pcre2
optdepends = python-six: for bscalc command
source = libbytesize-2.8.tar.gz::https://github.com/rhinstaller/libbytesize/archive/2.8.tar.gz
sha512sums = c05c5adb0088247c91c50a9259d477f2e65b30aa8522112bb6955c7d082584e87b0167cd385c7161f2fa0c05bf9b9d870a00d5a700613db75c1d52822bca009d
pkgname = libbytesize

View File

@ -0,0 +1,3 @@
[libbytesize]
source = "git"
git = "https://github.com/rhinstaller/libbytesize.git"

View File

@ -3,7 +3,7 @@
pkgname=libbytesize
pkgver=2.8
pkgrel=3.1
pkgrel=4
pkgdesc='A tiny library providing a C "class" for working with arbitrary big sizes in bytes'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/rhinstaller/libbytesize"