libinih: Update to 57

This commit is contained in:
Christoph Reiter 2024-01-20 12:26:41 +01:00
parent bd45430314
commit f0b9283125

View File

@ -2,15 +2,15 @@
pkgbase=libinih
pkgname=(libinih libinih-devel)
pkgver=56
pkgrel=2
pkgver=57
pkgrel=1
pkgdesc='A simple .INI file parser written in C'
license=('spdx:BSD-3-Clause')
url='https://github.com/benhoyt/inih'
arch=('i686' 'x86_64')
makedepends=('gcc' 'pkgconf' 'python' 'meson' 'ninja')
source=(https://github.com/benhoyt/inih/archive/refs/tags/r${pkgver}.tar.gz)
sha256sums=('4f2ba6bd122d30281a8c7a4d5723b7af90b56aa828c0e88256d7fceda03a491a')
sha256sums=('f03f98ca35c3adb56b2358573c8d3eda319ccd5287243d691e724b7eafa970b3')
build() {
mkdir "${srcdir}"/build && cd "${srcdir}"/build