* update pkgconf to 2.1.1-1

This commit is contained in:
Alexander Baldeck 2024-04-09 19:40:48 +02:00
parent d234782967
commit 25c69873af

View File

@ -6,12 +6,12 @@
# Contributor: Bartlomiej Piotrowski <nospam@bpiotrowski.pl>
pkgname=pkgconf
pkgver=2.1.0
pkgrel=2
_commit=61d39ad899867713e73752cf23c40f0275bf71c3 # tags/pkgconf-2.1.0
pkgver=2.1.1
pkgrel=1
_commit=b6e04e2d47b4ca093632b9efde6303a137ea0634 # tags/pkgconf-2.1.1
pkgdesc="Package compiler and linker metadata toolkit"
url="https://gitea.treehouse.systems/ariadne/pkgconf"
license=(custom:ISC)
license=(ISC)
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
depends=(
glibc
@ -49,11 +49,6 @@ pkgver() {
prepare() {
cd pkgconf
# Fix --modversion (broke WebKitGTK build)
# https://github.com/pkgconf/pkgconf/issues/317
# https://github.com/pkgconf/pkgconf/issues/332
git revert -n 97d907ba93b7e4eef67e4c0a80939421ad3183f0
}
build() {