George Hu pushed to branch main at Arch Linux / Packaging / Packages /
libbytesize
Commits:
a5f9dc8d by George Hu at 2026-01-11T15:39:54+08:00
upgpkg: 2.12-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libbytesize
pkgdesc = A tiny library providing a C "class" for working with
arbitrary big sizes in bytes
- pkgver = 2.11
- pkgrel = 2
+ pkgver = 2.12
+ pkgrel = 1
url = https://github.com/storaged-project/libbytesize
arch = x86_64
license = LGPL-2.1-or-later
@@ -9,7 +9,7 @@ pkgbase = libbytesize
depends = mpfr
depends = pcre2
depends = python
- source =
libbytesize-2.11.tar.gz::https://github.com/rhinstaller/libbytesize/archive/2.11.tar.gz
- sha512sums =
57f6515b25e22819339dccbb23b1f9863592c5d82f20decaae1178d2fc5c56f46367cf4ea2efca7e41eefd8ea33df1a1b1001e254eda6209751518a3120db9f5
+ source =
libbytesize-2.12.tar.gz::https://github.com/rhinstaller/libbytesize/archive/2.12.tar.gz
+ sha512sums =
2742e9ad9377295fce298a2b70a1a6b9859f36fea3b9ac74d2281b359a1419917c04e001bda1d999aa4f993733bb4d6f0e2a2c7ed3b0b89080140df7ee96fc6c
pkgname = libbytesize
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=libbytesize
-pkgver=2.11
-pkgrel=2
+pkgver=2.12
+pkgrel=1
pkgdesc='A tiny library providing a C "class" for working with arbitrary big
sizes in bytes'
arch=('x86_64')
url="https://github.com/storaged-project/libbytesize"
@@ -10,7 +10,7 @@ license=('LGPL-2.1-or-later')
depends=('mpfr' 'pcre2' 'python')
checkdepends=('python-polib')
source=("$pkgname-$pkgver.tar.gz::https://github.com/rhinstaller/libbytesize/archive/$pkgver.tar.gz")
-sha512sums=('57f6515b25e22819339dccbb23b1f9863592c5d82f20decaae1178d2fc5c56f46367cf4ea2efca7e41eefd8ea33df1a1b1001e254eda6209751518a3120db9f5')
+sha512sums=('2742e9ad9377295fce298a2b70a1a6b9859f36fea3b9ac74d2281b359a1419917c04e001bda1d999aa4f993733bb4d6f0e2a2c7ed3b0b89080140df7ee96fc6c')
build() {
cd "$srcdir"/$pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libbytesize/-/commit/a5f9dc8dace72860adcb507d40e93eb27817f77e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libbytesize/-/commit/a5f9dc8dace72860adcb507d40e93eb27817f77e
You're receiving this email because of your account on gitlab.archlinux.org.