summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2021-08-10 20:58:43 +0300
committerCaleb Maclennan2021-08-10 20:58:43 +0300
commitbc8cbddb2be05545c978ad69dcce2968c5b61c91 (patch)
tree25cc5a4d12b1d6bb1ff802d5398a39b1bf75bfb4
parentd32f954fdbf07ebeb69e47ae78f0260851d917c9 (diff)
downloadaur-bc8cbddb2be05545c978ad69dcce2968c5b61c91.tar.gz
upgpkg: python-defcon 0.9.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 722a094a9451..ef7801796364 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-defcon
pkgdesc = A set of UFO based objects for use in font editing applications
- pkgver = 0.8.1
- pkgrel = 3
+ pkgver = 0.9.0
+ pkgrel = 1
url = https://github.com/robotools/defcon
arch = any
license = MIT
@@ -13,7 +13,7 @@ pkgbase = python-defcon
depends = python-unicodedata2
optdepends = python-fontpens
optdepends = python-lxml: enables faster UFO parsing
- source = https://files.pythonhosted.org/packages/source/d/defcon/defcon-0.8.1.zip
- sha256sums = 410adb6bd18996054ad82b0654aea2bc0a334a9ff7007fe983ec6f3f39f449ea
+ source = https://files.pythonhosted.org/packages/source/d/defcon/defcon-0.9.0.zip
+ sha256sums = 140f51da51e9630a9fa11dfd34376c4e29785fdb0bddc2e371df5b36bec17b76
pkgname = python-defcon
diff --git a/PKGBUILD b/PKGBUILD
index 69d13647c37c..1be69922cf59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=python-defcon
_pyname=${pkgname#python-}
-pkgver=0.8.1
-pkgrel=3
+pkgver=0.9.0
+pkgrel=1
pkgdesc='A set of UFO based objects for use in font editing applications'
arch=(any)
url="https://github.com/robotools/$_pyname"
@@ -20,7 +20,7 @@ optdepends=(python-fontpens
'python-lxml: enables faster UFO parsing')
_archive="$_pyname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.zip")
-sha256sums=('410adb6bd18996054ad82b0654aea2bc0a334a9ff7007fe983ec6f3f39f449ea')
+sha256sums=('140f51da51e9630a9fa11dfd34376c4e29785fdb0bddc2e371df5b36bec17b76')
build() {
cd "$_archive"