Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-fonttools
Commits:
f139281f by Caleb Maclennan at 2025-01-23T16:01:41+03:00
upgpkg: 4.55.5-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-fonttools
pkgdesc = A library to manipulate font files from Python
- pkgver = 4.55.4
+ pkgver = 4.55.5
pkgrel = 1
url = https://github.com/fonttools/fonttools
arch = x86_64
@@ -27,7 +27,7 @@ pkgbase = python-fonttools
optdepends = python-uharfbuzz: to use the Harfbuzz Repacker for packing
GSUB/GPOS tables
optdepends = python-unicodedata2: for displaying the Unicode character
names when dumping the cmap table with ttx
optdepends = python-zopfli: faster backend fom WOFF 1.0 web fonts
compression
- source =
https://github.com/fonttools/fonttools/archive/4.55.4/fonttools-4.55.4.tar.gz
- sha256sums =
984858a2009af451a820e75acc3d68d91729916bd004b439d0a24cff129ec61c
+ source =
https://github.com/fonttools/fonttools/archive/4.55.5/fonttools-4.55.5.tar.gz
+ sha256sums =
b892e6efe34c03d47e907b8f9535964b0cf5180147f201785561651d7a471ff8
pkgname = python-fonttools
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=python-fonttools
_pyname=${pkgname#python-}
-pkgver=4.55.4
+pkgver=4.55.5
pkgrel=1
pkgdesc='A library to manipulate font files from Python'
url="https://github.com/fonttools/$_pyname"
@@ -34,7 +34,7 @@ optdepends=('python-brotli: to compress/decompress WOFF 2.0
web fonts'
'python-zopfli: faster backend fom WOFF 1.0 web fonts compression')
_archive="$_pyname-$pkgver"
source=("$url/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('984858a2009af451a820e75acc3d68d91729916bd004b439d0a24cff129ec61c')
+sha256sums=('b892e6efe34c03d47e907b8f9535964b0cf5180147f201785561651d7a471ff8')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fonttools/-/commit/f139281f788beea015f65c0f7220ad5960322fba
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fonttools/-/commit/f139281f788beea015f65c0f7220ad5960322fba
You're receiving this email because of your account on gitlab.archlinux.org.