summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWilliam Turner2018-10-31 18:12:58 -0400
committerWilliam Turner2018-10-31 18:12:58 -0400
commit9c9adb2bf549f471c59f22331ee0f33ce478cf2d (patch)
tree6c08d2d864346a530e6a2023c8ee9587afd74146 /PKGBUILD
parent4fcda675a6d77bdf36919477f6b069b8cb01a735 (diff)
downloadaur-python-ufolib.tar.gz
Bump to 2.3.2 and fix deps issue
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c2f5ea7ae99..8f981311c67a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,16 @@
pkgbase=python-ufolib
pkgname=(python-ufolib python2-ufolib)
_pkgname=ufoLib
-pkgver=2.1.1
+pkgver=2.3.2
pkgrel=1
pkgdesc='A low-level UFO reader and writer.'
arch=('any')
url='https://github.com/unified-font-object/ufoLib'
license=('BSD')
-depends=('python' 'python-fonttools'
- 'python2' 'python2-fonttools')
makedepends=('python-pip' 'python2-pip')
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/py2.py3/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}-py2.py3-none-any.whl")
-sha256sums=('0cead288602914f6c3fcad6e7b704f2d27797658eaba8637b48cd64784e807f7')
+sha256sums=('079cfbfb0dbaf27347d8a818c494856853ee9f21e83d724cf99d572c8bdf5726')
package_python-ufolib() {
depends=('python' 'python-fonttools')