* update libbytesize to 2.8-4
This commit is contained in:
parent
b79e814338
commit
765ba6b9de
19
libbytesize/.SRCINFO
Normal file
19
libbytesize/.SRCINFO
Normal 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
|
3
libbytesize/.nvchecker.toml
Normal file
3
libbytesize/.nvchecker.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[libbytesize]
|
||||
source = "git"
|
||||
git = "https://github.com/rhinstaller/libbytesize.git"
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user