summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1e6cdd8f6dd..baf2529c6af8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = mingw-w64-graphite
license = GPL
license = custom
makedepends = mingw-w64-cmake
- makedepends = python2
+ makedepends = python
depends = mingw-w64-crt
options = !strip
options = staticlibs
@@ -21,4 +21,3 @@ pkgbase = mingw-w64-graphite
sha256sums = c139e0bed6e45f333fbdc136a5013395fe22ca5381eac2294958bc85ea1b69fd
pkgname = mingw-w64-graphite
-
diff --git a/PKGBUILD b/PKGBUILD
index e98bdf10d801..4a06b1748b79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@ _architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-graphite
pkgver=1.3.14
-pkgrel=1
+pkgrel=2
pkgdesc="Reimplementation of the SIL Graphite text processing engine (mingw-w64)"
arch=('any')
url="https://github.com/silnrsi/graphite"
license=('LGPL' 'GPL' 'custom')
depends=('mingw-w64-crt')
makedepends=('mingw-w64-cmake'
- 'python2')
+ 'python')
options=('!strip' 'staticlibs' '!buildflags')
source=("https://github.com/silnrsi/graphite/releases/download/${pkgver}/graphite2-${pkgver}.tgz"
"002-graphite2-1.2.1-pkgconfig.patch"