summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2022-05-10 17:41:28 +0300
committerCaleb Maclennan2022-05-10 17:41:28 +0300
commitd7348ccc5ad492e0581d1baff1140b50371d1d0f (patch)
treef938fd74ebdd516f766efd3e7522f6715af65a46
parentf794a56c35b37fa95c6aa9f4a5ecef3a11662fbe (diff)
downloadaur-d7348ccc5ad492e0581d1baff1140b50371d1d0f.tar.gz
upgpkg: python-fontparts 0.10.5-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 0bbdabf71feb..8606823e61e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fontparts
pkgdesc = The replacement for RoboFab
- pkgver = 0.10.4
+ pkgver = 0.10.5
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.4.zip
- sha256sums = 909e358f4a9fe33fc486dcbf639a4be66292779894d95e11d7b06883f02884c5
+ source = https://files.pythonhosted.org/packages/source/f/fontParts/fontParts-0.10.5.zip
+ sha256sums = 56b88661ca5ddae543317785dc35c628231143da538c392b50eb766125207793
pkgname = python-fontparts
diff --git a/PKGBUILD b/PKGBUILD
index cc05f039a0d9..fc52d70004d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pyname=fontParts
pkgname=python-${_pyname,,}
-pkgver=0.10.4
+pkgver=0.10.5
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=('909e358f4a9fe33fc486dcbf639a4be66292779894d95e11d7b06883f02884c5')
+sha256sums=('56b88661ca5ddae543317785dc35c628231143da538c392b50eb766125207793')
build() {
cd "$_archive"