From 765ba6b9de0d82553adf77dc91723b68eedf5240 Mon Sep 17 00:00:00 2001 From: kth5 Date: Tue, 10 Dec 2024 20:13:56 +0100 Subject: [PATCH] * update libbytesize to 2.8-4 --- libbytesize/.SRCINFO | 19 +++++++++++++++++++ libbytesize/.nvchecker.toml | 3 +++ libbytesize/PKGBUILD | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 libbytesize/.SRCINFO create mode 100644 libbytesize/.nvchecker.toml diff --git a/libbytesize/.SRCINFO b/libbytesize/.SRCINFO new file mode 100644 index 0000000000..3f5103b2f3 --- /dev/null +++ b/libbytesize/.SRCINFO @@ -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 diff --git a/libbytesize/.nvchecker.toml b/libbytesize/.nvchecker.toml new file mode 100644 index 0000000000..ee5d153475 --- /dev/null +++ b/libbytesize/.nvchecker.toml @@ -0,0 +1,3 @@ +[libbytesize] +source = "git" +git = "https://github.com/rhinstaller/libbytesize.git" diff --git a/libbytesize/PKGBUILD b/libbytesize/PKGBUILD index 99f4032d48..8e1a980cb7 100644 --- a/libbytesize/PKGBUILD +++ b/libbytesize/PKGBUILD @@ -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"