summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2022-12-09 21:17:19 +0300
committerCaleb Maclennan2022-12-09 21:17:19 +0300
commitcd9ab779c919e0e053aa6a93af13b8c9fd6861e8 (patch)
tree39cf3a61b1ddaca4bc8aa2f05c3a41394bf82f73
parent647c18cf115ac714a59f08e4980ffb2cec40978e (diff)
downloadaur-python-fontparts.tar.gz
upgpkg: python-fontparts 0.11.0-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 4a86b4032d6a..3149a3401fc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fontparts
pkgdesc = The replacement for RoboFab
- pkgver = 0.10.8
+ pkgver = 0.11.0
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.8.zip
- sha256sums = 2f0121bcbab1dd5bb5a2673f42b182a6d403db94dbbfd3a4e5e4d444bde1bc44
+ source = https://files.pythonhosted.org/packages/source/f/fontParts/fontParts-0.11.0.zip
+ sha256sums = 1dedc10085b1c0320cf348b19988f20079700caf5b05efea4bc3f8f935449048
pkgname = python-fontparts
diff --git a/PKGBUILD b/PKGBUILD
index 3a84ce43f26f..4a7d5343c9b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pyname=fontParts
pkgname=python-${_pyname,,}
-pkgver=0.10.8
+pkgver=0.11.0
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=('2f0121bcbab1dd5bb5a2673f42b182a6d403db94dbbfd3a4e5e4d444bde1bc44')
+sha256sums=('1dedc10085b1c0320cf348b19988f20079700caf5b05efea4bc3f8f935449048')
build() {
cd "$_archive"