summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Turner2017-12-08 11:47:40 -0500
committerWilliam Turner2017-12-08 11:47:40 -0500
commit8322420ea6428cea33c8188c8ab2dcd244c7a86f (patch)
tree2a51c6a6ad5a0cbe126419696f3e3c24d8511089
parente6a8892896e4daecab68890d68f86fd5a40e187d (diff)
downloadaur-8322420ea6428cea33c8188c8ab2dcd244c7a86f.tar.gz
Update to 2.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73b063f853ef..47c85ce8e443 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-mutatormath
pkgdesc = A library for the calculation of piecewise linear interpolations in n-dimensions with any number of masters.
- pkgver = 2.0.0
- pkgrel = 2
+ pkgver = 2.1.0
+ pkgrel = 1
url = https://github.com/LettError/MutatorMath
arch = any
license = BSD
@@ -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.0.0-py2.py3-none-any.whl
- sha256sums = a29587df7c6670ba232caf4cb1b2c9bd1dd338fe6ac969d531f1bd7d6f29cce7
+ source = https://files.pythonhosted.org/packages/py2.py3/M/MutatorMath/MutatorMath-2.1.0-py2.py3-none-any.whl
+ sha256sums = 46bb5209af53ee245d0e6cb9fe47f4f5718db7c158136715cd28494b239395c5
pkgname = python-mutatormath
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 4271d7b9bf1e..cc2df40092cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgbase=python-mutatormath
pkgname=(python-mutatormath python2-mutatormath)
_pkgname=MutatorMath
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.1.0
+pkgrel=1
pkgdesc='A library for the calculation of piecewise linear interpolations in n-dimensions with any number of masters.'
arch=('any')
url='https://github.com/LettError/MutatorMath'
@@ -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=('a29587df7c6670ba232caf4cb1b2c9bd1dd338fe6ac969d531f1bd7d6f29cce7')
+sha256sums=('46bb5209af53ee245d0e6cb9fe47f4f5718db7c158136715cd28494b239395c5')
package_python-mutatormath() {
depends=('python' 'python-fonttools' 'python-ufolib' 'python-defcon' 'python-fontmath')