* update iniparser to 4.2.4-1

This commit is contained in:
Alexander Baldeck 2024-08-20 16:52:55 +02:00
parent 81b1ac4e5b
commit 70fa02b1a2
3 changed files with 23 additions and 3 deletions

16
iniparser/.SRCINFO Normal file
View File

@ -0,0 +1,16 @@
pkgbase = iniparser
pkgdesc = A free stand-alone ini file parsing library written in portable ANSI C
pkgver = 4.2.4
pkgrel = 1
url = https://github.com/ndevilla/iniparser
arch = x86_64
license = MIT
makedepends = cmake
makedepends = doxygen
depends = glibc
provides = libiniparser.so
source = iniparser-4.2.4.tar.gz::https://github.com/ndevilla/iniparser/archive/v4.2.4.tar.gz
md5sums = 2b4b70171712895cb5afdf1247a8889f
sha256sums = c05bb41df87f31a029516943ebb7f38ca1f0e38ff36f3836f1163a9a529857df
pkgname = iniparser

View File

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

View File

@ -4,7 +4,7 @@
# Contributor: Roman Kyrylych <Roman.Kyrylych@gmail.com>
pkgname=iniparser
pkgver=4.2.2
pkgver=4.2.4
pkgrel=1
pkgdesc='A free stand-alone ini file parsing library written in portable ANSI C'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -14,8 +14,8 @@ depends=('glibc')
provides=('libiniparser.so')
makedepends=('cmake' 'doxygen')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ndevilla/iniparser/archive/v${pkgver}.tar.gz")
md5sums=('ece6c4f410e6eb3c0b20797c309eea68')
sha256sums=('82983d9712e321494ee67e1d90963545b6788c198611dab094804a7b7414b233')
md5sums=('2b4b70171712895cb5afdf1247a8889f')
sha256sums=('c05bb41df87f31a029516943ebb7f38ca1f0e38ff36f3836f1163a9a529857df')
build() {
mkdir build