summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2022-01-14 14:09:13 +0300
committerCaleb Maclennan2022-01-14 14:09:13 +0300
commit73c2ca40cdbf8347330c9935e1d197871d8be3bd (patch)
treef5d57e4b8bc0de48771819e40fa86dc6aa8d45a5 /PKGBUILD
parent96d1cd5d4aaea62e9234dab4dfcd0f73244dffc9 (diff)
downloadaur-73c2ca40cdbf8347330c9935e1d197871d8be3bd.tar.gz
upgpkg: python-fontmake 3.1.2-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 beeaef2ee141..486b3e32e307 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-fontmake
_pyname=${pkgname#python-}
-pkgver=3.1.1
+pkgver=3.1.2
pkgrel=1
pkgdesc='Compile fonts from sources (UFO, Glyphs) to binary (OpenType, TrueType)'
arch=(any)
@@ -30,7 +30,7 @@ optdepends=(python-mutatormath
python-skia-pathops)
_archive="$_pyname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.zip")
-sha256sums=('179585fbcbe52f1341d93c85982d70d0f7807ec7af0e46d6430c6535cc0f5e2e')
+sha256sums=('69851d47c034def5b30353c755f87ffa921e49a8e5188864561ad0dca60b901d')
build() {
cd "$_archive"