summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2021-03-25 12:56:28 -0400
committerGuillaume Horel2021-03-25 12:56:28 -0400
commitbf8278b4d0c98739936e810864981cb53b65e521 (patch)
treef33422c19e9e26ea7cc4687deaf79eb6105e8e8b /PKGBUILD
parent90ccde7fd495b95e7ac9950292a450cb410864af (diff)
downloadaur-bf8278b4d0c98739936e810864981cb53b65e521.tar.gz
bump to 2.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f2e57a75189..9ec1a0c93827 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname='python-fontmake'
_pkgname='fontmake'
-pkgver='2.3.1'
+pkgver='2.4.0'
pkgrel=1
pkgdesc="Compile fonts from sources (UFO, Glyphs) to binary (OpenType, TrueType)"
url="https://github.com/googlefonts/fontmake"
@@ -12,7 +12,7 @@ optdepends=()
license=('Apache')
arch=('any')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.zip")
-sha256sums=('02c34081f7e8a98f777d5f9e96b8c80270cc9d2b83ed558df4f5dcbc80dec8e8')
+sha256sums=('2c14d12e56e7f8dee186c451239a82b55ddffec9931c0d1b09fdd6c1fb81ee23')
package() {
cd "${_pkgname}-${pkgver}"