summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Turner2018-08-28 17:23:49 -0400
committerWilliam Turner2018-08-28 17:23:49 -0400
commit3f23340646860919645aa997e5b2de72c51b9ad2 (patch)
tree845a6f4434513904bf301b7ec970d050aef9efcd
parent8322420ea6428cea33c8188c8ab2dcd244c7a86f (diff)
downloadaur-3f23340646860919645aa997e5b2de72c51b9ad2.tar.gz
Bump to 2.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47c85ce8e443..c9a9afc35f9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-mutatormath
pkgdesc = A library for the calculation of piecewise linear interpolations in n-dimensions with any number of masters.
- pkgver = 2.1.0
+ pkgver = 2.1.1
pkgrel = 1
url = https://github.com/LettError/MutatorMath
arch = any
@@ -18,8 +18,8 @@ pkgbase = python-mutatormath
depends = python2-defcon
depends = python2-fontmath
options = !emptydirs
- source = https://files.pythonhosted.org/packages/py2.py3/M/MutatorMath/MutatorMath-2.1.0-py2.py3-none-any.whl
- sha256sums = 46bb5209af53ee245d0e6cb9fe47f4f5718db7c158136715cd28494b239395c5
+ source = https://files.pythonhosted.org/packages/py2.py3/M/MutatorMath/MutatorMath-2.1.1-py2.py3-none-any.whl
+ sha256sums = e6da8ae2a7008085ee0bac6d62737d37b90ce4a883d89a0f3d5c19dd350b0538
pkgname = python-mutatormath
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index cc2df40092cd..037f056fda4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-mutatormath
pkgname=(python-mutatormath python2-mutatormath)
_pkgname=MutatorMath
-pkgver=2.1.0
+pkgver=2.1.1
pkgrel=1
pkgdesc='A library for the calculation of piecewise linear interpolations in n-dimensions with any number of masters.'
arch=('any')
@@ -13,7 +13,7 @@ depends=('python' 'python-fonttools' 'python-ufolib' 'python-defcon' 'python-fon
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=('46bb5209af53ee245d0e6cb9fe47f4f5718db7c158136715cd28494b239395c5')
+sha256sums=('e6da8ae2a7008085ee0bac6d62737d37b90ce4a883d89a0f3d5c19dd350b0538')
package_python-mutatormath() {
depends=('python' 'python-fonttools' 'python-ufolib' 'python-defcon' 'python-fontmath')