summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2021-01-07 09:44:02 -0500
committerGuillaume Horel2021-01-07 09:44:02 -0500
commit87e694c119bf0026a27fc62a2364e4ed75c5be65 (patch)
tree3a242671b96454583a3522438c6796a557e3c9f0
parent12f57913579d543ea1f57246cce70f57208d8b49 (diff)
downloadaur-87e694c119bf0026a27fc62a2364e4ed75c5be65.tar.gz
bump to 0.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a76451615ea7..908aeff49fa2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-ufolib2
pkgdesc = A UFO font library
- pkgver = 0.10.1
+ pkgver = 0.11.0
pkgrel = 1
url = https://github.com/fonttols/ufoLib2
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-ufolib2
makedepends = python-setuptools
depends = python-attrs
depends = python-fonttools
- source = https://pypi.org/packages/source/u/ufoLib2/ufoLib2-0.10.1.zip
- sha256sums = 47cce22f08902af0e65120621fa9a6311fe25a8f0f5c3de32808da9af736e3a4
+ source = https://pypi.org/packages/source/u/ufoLib2/ufoLib2-0.11.0.zip
+ sha256sums = 1ac5f0c3b7277f2814b2d34f68bf0d23de1abacb67cf94a269fea89a4aa0de19
pkgname = python-ufolib2
diff --git a/PKGBUILD b/PKGBUILD
index 41d4168d1358..bd292ae7b513 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=python-ufolib2
_pkgname=ufoLib2
-pkgver=0.10.1
+pkgver=0.11.0
pkgrel=1
pkgdesc='A UFO font library'
url='https://github.com/fonttols/ufoLib2'
@@ -12,7 +12,7 @@ optdepends=()
license=('Apache')
arch=('any')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.zip")
-sha256sums=('47cce22f08902af0e65120621fa9a6311fe25a8f0f5c3de32808da9af736e3a4')
+sha256sums=('1ac5f0c3b7277f2814b2d34f68bf0d23de1abacb67cf94a269fea89a4aa0de19')
package() {
cd "${_pkgname}-${pkgver}"