pkg-config: only depends on libiconv

It has its own internal glib and doesn't use the system one
This commit is contained in:
Christoph Reiter
2020-10-16 17:58:17 +02:00
parent a5634a1fab
commit 07f73e1dff

View File

@@ -2,13 +2,13 @@
pkgname=pkg-config
pkgver=0.29.2
pkgrel=2
pkgrel=3
pkgdesc="A system for managing library compile/link flags"
arch=('i686' 'x86_64')
url="https://www.freedesktop.org/wiki/Software/pkg-config/"
license=('GPL')
groups=('base-devel')
depends=('glib2')
depends=('libiconv')
source=(https://pkgconfig.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz
glib-cygwin.patch
pkg-config-0.28-msys2.patch