* update gflags to 2.2.2-5.1

This commit is contained in:
Alexander Baldeck 2024-10-18 10:34:57 +02:00
parent 627efd89e7
commit a1a7a0fbbd
2 changed files with 20 additions and 1 deletions

19
gflags/.SRCINFO Normal file
View File

@ -0,0 +1,19 @@
pkgbase = gflags
pkgdesc = C++ Library for commandline flag processing
pkgver = 2.2.2
pkgrel = 5.1
url = https://github.com/schuhschuh/gflags
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = BSD
makedepends = cmake
depends = gcc-libs
options = !lto
options = staticlibs
source = gflags-2.2.2.tar.gz::https://github.com/schuhschuh/gflags/archive/v2.2.2.tar.gz
sha512sums = 98c4703aab24e81fe551f7831ab797fb73d0f7dfc516addb34b9ff6d0914e5fd398207889b1ae555bac039537b1d4677067dae403b64903577078d99c1bdb447
pkgname = gflags

View File

@ -7,7 +7,7 @@
pkgname=gflags
pkgver=2.2.2
pkgrel=5
pkgrel=5.1
pkgdesc='C++ Library for commandline flag processing'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://github.com/schuhschuh/gflags'