summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2023-06-12 22:32:40 +0300
committerCaleb Maclennan2023-06-12 22:32:40 +0300
commitf17931a80eb1f8b1e2ed7ca8a46244b19b1a9613 (patch)
tree6524924115f1e718e82e00545b6aa457b7d3f3bb /PKGBUILD
parentd0c6d025e3bfb2f300b59b4b4e418e79cb88d97d (diff)
downloadaur-f17931a80eb1f8b1e2ed7ca8a46244b19b1a9613.tar.gz
upgpkg: python-fontmake 3.6.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 248cb542e564..a05489b2b242 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=python-fontmake
_pyname=${pkgname#python-}
-pkgver=3.5.1
-pkgrel=2
+pkgver=3.6.0
+pkgrel=1
pkgdesc='Compile fonts from sources (UFO, Glyphs) to binary (OpenType, TrueType)'
arch=(any)
url="https://github.com/googlefonts/$_pyname"
@@ -32,7 +32,7 @@ optdepends=(python-mutatormath
python-skia-pathops)
_archive="$_pyname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.zip")
-sha256sums=('9e3240acdabb9e1768ab44a2dfe4540c4f95252c2e52f93e7bb59eb8d6a5b8ad')
+sha256sums=('9098efcd802b7cd3eb3f55ded02b6b8bc7ccdab37555513d12efb04cfad191d7')
build() {
cd "$_archive"