summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2021-12-28 21:07:28 +0300
committerCaleb Maclennan2021-12-28 21:07:28 +0300
commit875b67d6ce23cd2bf58686167662d788d94e9f13 (patch)
tree38618aad1c55907526696a13c2c7517802f6f760
parent2762bb9b0b4ba93309db5b03b2b5bfa0f9f723ab (diff)
downloadaur-875b67d6ce23cd2bf58686167662d788d94e9f13.tar.gz
upgpkg: python-fontparts 0.10.0-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f92ba570955c..9f57df05bb31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-fontparts
pkgdesc = The replacement for RoboFab
- pkgver = 0.9.11
- pkgrel = 3
+ pkgver = 0.10.0
+ pkgrel = 1
url = https://github.com/robotools/fontParts
arch = any
license = MIT
@@ -15,7 +15,7 @@ pkgbase = python-fontparts
depends = python-fs
depends = python-lxml
depends = python-unicodedata2
- source = https://files.pythonhosted.org/packages/source/f/fontParts/fontParts-0.9.11.zip
- sha256sums = 558a5f681fcf7ca0bb5a1c68917b5d9b61c77d517833a01ea1667773d13f4012
+ source = https://files.pythonhosted.org/packages/source/f/fontParts/fontParts-0.10.0.zip
+ sha256sums = 882d0b2498db155adb1d77e5ce79574a045b6af3eafb5bfba74ba8b9736953b6
pkgname = python-fontparts
diff --git a/PKGBUILD b/PKGBUILD
index e94fd1af14ef..b8c0744f6187 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pyname=fontParts
pkgname=python-${_pyname,,}
-pkgver=0.9.11
-pkgrel=3
+pkgver=0.10.0
+pkgrel=1
pkgdesc='The replacement for RoboFab'
arch=(any)
url="https://github.com/robotools/${_pyname}"
@@ -22,7 +22,7 @@ depends=(python
makedepends=(python-setuptools-scm)
_archive="$_pyname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.zip")
-sha256sums=('558a5f681fcf7ca0bb5a1c68917b5d9b61c77d517833a01ea1667773d13f4012')
+sha256sums=('882d0b2498db155adb1d77e5ce79574a045b6af3eafb5bfba74ba8b9736953b6')
build() {
cd "$_archive"