[update] pkgconf -> 2.3.0
This commit is contained in:
parent
cc8d77d8e0
commit
6516b2d2f4
22
devel/pkgconf/.PKGINFO
Normal file
22
devel/pkgconf/.PKGINFO
Normal file
@ -0,0 +1,22 @@
|
||||
# Generated by makepkg 7.0.0
|
||||
# using fakeroot version 1.36
|
||||
pkgname = pkgconf
|
||||
pkgbase = pkgconf
|
||||
xdata = pkgtype=pkg
|
||||
pkgver = 2.3.0-1
|
||||
pkgdesc = Package compiler and linker metadata toolkit
|
||||
url = https://gitea.treehouse.systems/ariadne/pkgconf
|
||||
builddate = 1734133949
|
||||
packager = Tuxcore <dev@tuxcore.org>
|
||||
size = 169012
|
||||
arch = x86_64
|
||||
license = ISC
|
||||
replaces = pkg-config
|
||||
conflict = pkg-config
|
||||
provides = libpkgconf.so=5-64
|
||||
provides = pkg-config
|
||||
provides = pkgconfig
|
||||
depend = glibc
|
||||
depend = sh
|
||||
makedepend = git
|
||||
makedepend = meson
|
@ -1,6 +1,6 @@
|
||||
# Packager = Developer <dev@tuxcore.org>
|
||||
# Packager = Tuxcore <dev@tuxcore.org>
|
||||
pkgname=pkgconf
|
||||
pkgver=2.1.1
|
||||
pkgver=2.3.0
|
||||
pkgrel=1
|
||||
pkgdesc="Package compiler and linker metadata toolkit"
|
||||
url="https://gitea.treehouse.systems/ariadne/pkgconf"
|
||||
@ -21,20 +21,14 @@ provides=(
|
||||
)
|
||||
conflicts=(pkg-config)
|
||||
replaces=(pkg-config)
|
||||
_commit=b6e04e2d47b4ca093632b9efde6303a137ea0634 # tags/pkgconf-2.1.1
|
||||
source=(
|
||||
"git+$url#commit=$_commit"
|
||||
"git+$url#tag=pkgconf-$pkgver"
|
||||
{x86_64,i686}-pc-linux-gnu.personality
|
||||
)
|
||||
b2sums=('SKIP'
|
||||
b2sums=('d117cb9c246a870faf4702db2ef0df6558e411c9605a7f63b560bd11af4fc05b4f88b942c37e7aeac792abebb0db35f4200b6f98df39cda5b49952821e27315b'
|
||||
'c04583e19149c1035cb7777a59f0fbc4988b672d8e45105e33def3d0f9054464e33a400a3e7c7e8b99b334e4fe06aaa9d7e34662e806096d4374bd6b12d803db'
|
||||
'94c8fd12b5f33611fd6dbeae03b20e72bcf2937e764766e2633b2fd4c14925860d57eee234016c81b0563a47b112ac9ef4a8b3bb9fa3fc0dd266f355bc156c58')
|
||||
|
||||
pkgver() {
|
||||
cd pkgconf
|
||||
git describe --tags | sed 's/^pkgconf-//;s/[^-]*-g/r&/;s/-/+/g'
|
||||
}
|
||||
|
||||
prepare() {
|
||||
cd pkgconf
|
||||
}
|
||||
|
@ -1 +0,0 @@
|
||||
2.1.1 1
|
Loading…
x
Reference in New Issue
Block a user