summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2018-10-11 23:48:02 +0200
committerMichel Zou2018-10-11 23:48:02 +0200
commit0bf88920fb5e33e9ccf63eb80a1810b7c7b9a6a8 (patch)
tree359dc93748bb2d91422e444c9b35741139488723 /PKGBUILD
parentc3732ae536cae13288305f92913d50fc01ffd069 (diff)
downloadaur-mingw-w64-pkg-config.tar.gz
PKG_CONFIG_PATH_CUSTOM
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a3b292930cd..660dc2885281 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-pkg-config
pkgver=2
-pkgrel=3
+pkgrel=4
pkgdesc='Support pkg-config script (does not depend on any particular version of pkg-config). Useful for pkg-config powered cross-compiling with mingw-w64, see http://tinyurl.com/pkg-config-cross for more info'
arch=('any')
url='http://pkg-config.freedesktop.org/'
@@ -8,7 +8,7 @@ license=('zlib')
depends=('pkg-config' 'mingw-w64-crt')
source=('mingw-pkgconfig.sh')
install='mingw-w64-pkg-config.install'
-md5sums=('ac8ea293618b2b94d7db14b52db5cf72')
+md5sums=('SKIP')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"