summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2022-12-08 22:55:39 +0300
committerCaleb Maclennan2022-12-08 22:55:39 +0300
commitfc1f36f0e5ebd589b258a82cf0d5db3cfd734fdf (patch)
treeb64b5cf07ed6c1bece0254b801743b3fdf32a18d /PKGBUILD
parent47aeca46819654b0ea514e113c554e02c0ae0990 (diff)
downloadaur-fc1f36f0e5ebd589b258a82cf0d5db3cfd734fdf.tar.gz
upgpkg: python-fontmake 3.5.1-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index febfec48b331..96329b4da671 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-fontmake
_pyname=${pkgname#python-}
-pkgver=3.5.0
+pkgver=3.5.1
pkgrel=1
pkgdesc='Compile fonts from sources (UFO, Glyphs) to binary (OpenType, TrueType)'
arch=(any)
@@ -33,7 +33,7 @@ optdepends=(python-mutatormath
python-skia-pathops)
_archive="$_pyname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.zip")
-sha256sums=('baf4f198beeb68b82f9b308f5029b331d35ffd008055b7fdb9b30c515808759b')
+sha256sums=('9e3240acdabb9e1768ab44a2dfe4540c4f95252c2e52f93e7bb59eb8d6a5b8ad')
build() {
cd "$_archive"