Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / python-fonttools
Commits: 04249866 by Caleb Maclennan at 2024-12-11T11:05:39+03:00 upgpkg: 4.55.3-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-fonttools pkgdesc = A library to manipulate font files from Python - pkgver = 4.55.2 - pkgrel = 2 + pkgver = 4.55.3 + pkgrel = 1 url = https://github.com/fonttools/fonttools arch = x86_64 license = MIT @@ -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.2/fonttools-4.55.2.tar.gz - sha256sums = 978500a811978c5ee32201c23b052e41453c072606362cfa3dab71ef9de8029e + source = https://github.com/fonttools/fonttools/archive/4.55.3/fonttools-4.55.3.tar.gz + sha256sums = c8c250586066a66ea8a26cc4b06bce5ec6fb9b2bf4afd7aff9d509ed7bfd5fcd pkgname = python-fonttools ===================================== PKGBUILD ===================================== @@ -5,8 +5,8 @@ pkgname=python-fonttools _pyname=${pkgname#python-} -pkgver=4.55.2 -pkgrel=2 +pkgver=4.55.3 +pkgrel=1 pkgdesc='A library to manipulate font files from Python' url="https://github.com/fonttools/$_pyname" license=(MIT) @@ -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=('978500a811978c5ee32201c23b052e41453c072606362cfa3dab71ef9de8029e') +sha256sums=('c8c250586066a66ea8a26cc4b06bce5ec6fb9b2bf4afd7aff9d509ed7bfd5fcd') build() { cd "$_archive" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-fonttools/-/commit/04249866a011662e475a3c63c6a901fea4464b65 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-fonttools/-/commit/04249866a011662e475a3c63c6a901fea4464b65 You're receiving this email because of your account on gitlab.archlinux.org.