* update libconfig to 1.7.3-3

This commit is contained in:
Alexander Baldeck 2024-08-24 07:59:15 +02:00
parent 7e3ed2c57a
commit fcd08200b5
3 changed files with 24 additions and 2 deletions

17
libconfig/.SRCINFO Normal file
View File

@ -0,0 +1,17 @@
pkgbase = libconfig
pkgdesc = C/C++ Configuration File Library
pkgver = 1.7.3
pkgrel = 3
url = https://github.com/hyperrealm/libconfig
arch = x86_64
license = LGPL-2.1-only
makedepends = texinfo
depends = gcc-libs
depends = glibc
provides = libconfig++.so
provides = libconfig.so
source = https://github.com/hyperrealm/libconfig/archive/v1.7.3/libconfig-v1.7.3.tar.gz
sha512sums = 3749bf9eb29bab0f6b14f4fc759f0c419ed27a843842aaabed1ec1fbe0faa8c93322ff875ca1291d69cb28a39ece86d512aec42c2140d566c38c56dc616734f4
b2sums = 94301be4d6e472fc9daeac7a04074855737ddda94bb5748cd0087fafe192cf674ea1c020808ebf855372188b6b27a57ed185323fa26988bb1fccde0566617cba
pkgname = libconfig

View File

@ -0,0 +1,4 @@
[libconfig]
source = "git"
git = "https://github.com/hyperrealm/libconfig.git"
prefix = "v"

View File

@ -1,5 +1,6 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: David Runge <dvzrv@archlinux.org>
# Maintainer: Robin Candau <antiz@archlinux.org>
# Contributor: Ray Rashif <schiv@archlinux.org>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Roman Kyrylych <roman@archlinux.org>
@ -7,11 +8,11 @@
pkgname=libconfig
pkgver=1.7.3
pkgrel=2
pkgrel=3
pkgdesc="C/C++ Configuration File Library"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/hyperrealm/libconfig"
license=(LGPL2.1)
license=(LGPL-2.1-only)
depends=(
gcc-libs
glibc