From 80ef2235787d57d89e15fd4a90cf0b3c03e8a391 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Fri, 27 Dec 2019 20:01:06 +0100 Subject: [PATCH] graphite2: Build with Python 3 --- mingw-w64-graphite2/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-graphite2/PKGBUILD b/mingw-w64-graphite2/PKGBUILD index e4c913cdde..0bd7cc43c8 100644 --- a/mingw-w64-graphite2/PKGBUILD +++ b/mingw-w64-graphite2/PKGBUILD @@ -4,14 +4,14 @@ _realname=graphite2 pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=1.3.13 -pkgrel=1 +pkgrel=2 pkgdesc="Font rendering capabilities for complex non-Roman writing systems (mingw-w64)" arch=('any') url="https://github.com/silnrsi/graphite" license=('LGPL2.1+') depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs") makedepends=("${MINGW_PACKAGE_PREFIX}-cmake" - "${MINGW_PACKAGE_PREFIX}-python2") + "${MINGW_PACKAGE_PREFIX}-python") options=('strip' 'staticlibs') source=("https://github.com/silnrsi/graphite/releases/download/${pkgver}/${_realname}-${pkgver}.tgz" "001-graphite2-1.3.12-win64.patch"