From eed91d3734d9cd99aaa07dfb4723d8e4630e7979 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 17 Jul 2016 13:13:02 +0200 Subject: [PATCH] fontconfig: bump pkgrel and update url pkgrel bump for `MSYS2_FC_CONFIG_SKIP` patch to propagate into the distro. --- mingw-w64-fontconfig/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-fontconfig/PKGBUILD b/mingw-w64-fontconfig/PKGBUILD index cf12d5bdf7..982ef8bfc8 100644 --- a/mingw-w64-fontconfig/PKGBUILD +++ b/mingw-w64-fontconfig/PKGBUILD @@ -5,10 +5,10 @@ _realname=fontconfig pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=2.12.0 -pkgrel=1 +pkgrel=2 pkgdesc="A library for configuring and customizing font access (mingw-w64)" arch=('any') -url="http://www.fontconfig.org/release" +url="https://wiki.freedesktop.org/www/Software/fontconfig/" license=("custom") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config") depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"