* update pkgconf to 2.1.0-2

This commit is contained in:
Alexander Baldeck 2023-12-18 10:48:00 +01:00
parent 465d053e34
commit c8f682e5f4

View File

@ -6,8 +6,9 @@
# Contributor: Bartlomiej Piotrowski <nospam@bpiotrowski.pl>
pkgname=pkgconf
pkgver=2.0.3
pkgrel=1
pkgver=2.1.0
pkgrel=2
_commit=61d39ad899867713e73752cf23c40f0275bf71c3 # tags/pkgconf-2.1.0
pkgdesc="Package compiler and linker metadata toolkit"
url="https://gitea.treehouse.systems/ariadne/pkgconf"
license=(custom:ISC)
@ -27,7 +28,6 @@ provides=(
)
conflicts=(pkg-config)
replaces=(pkg-config)
_commit=a6fb59a0ed86cfe302a2916cf93e9b032b95c8c5 # tags/pkgconf-2.0.3
source=("git+$url#commit=$_commit"
i686-pc-linux-gnu.personality
powerpc64{,le}-unknown-linux-gnu.personality
@ -49,6 +49,11 @@ 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() {