summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2022-09-03 23:19:38 +0300
committerCaleb Maclennan2022-09-03 23:19:38 +0300
commit647c18cf115ac714a59f08e4980ffb2cec40978e (patch)
treea73d60ab27e7493543feac02a4b4a4cc3d70bfac
parentbfc25f284029a52f035847bdc26b28a082241336 (diff)
downloadaur-647c18cf115ac714a59f08e4980ffb2cec40978e.tar.gz
upgpkg: python-fontparts 0.10.8-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 741db5754ed5..4a86b4032d6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fontparts
pkgdesc = The replacement for RoboFab
- pkgver = 0.10.7
+ pkgver = 0.10.8
pkgrel = 1
url = https://github.com/robotools/fontParts
arch = any
@@ -18,7 +18,7 @@ pkgbase = python-fontparts
depends = python-fs
depends = python-lxml
depends = python-unicodedata2
- source = https://files.pythonhosted.org/packages/source/f/fontParts/fontParts-0.10.7.zip
- sha256sums = bb484a2362cb5805062154440a4e9be72ed42a0247531d88f11e50faa90ac5c8
+ source = https://files.pythonhosted.org/packages/source/f/fontParts/fontParts-0.10.8.zip
+ sha256sums = 2f0121bcbab1dd5bb5a2673f42b182a6d403db94dbbfd3a4e5e4d444bde1bc44
pkgname = python-fontparts
diff --git a/PKGBUILD b/PKGBUILD
index 024d27a59626..3a84ce43f26f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pyname=fontParts
pkgname=python-${_pyname,,}
-pkgver=0.10.7
+pkgver=0.10.8
pkgrel=1
pkgdesc='The replacement for RoboFab'
arch=(any)
@@ -24,7 +24,7 @@ makedepends=(python-{build,installer}
python-wheel)
_archive="$_pyname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.zip")
-sha256sums=('bb484a2362cb5805062154440a4e9be72ed42a0247531d88f11e50faa90ac5c8')
+sha256sums=('2f0121bcbab1dd5bb5a2673f42b182a6d403db94dbbfd3a4e5e4d444bde1bc44')
build() {
cd "$_archive"