summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlair Bonnett2020-11-08 11:51:25 +0100
committerBlair Bonnett2020-11-08 11:51:25 +0100
commitd905a8c466470efcc388594ed5ebc7664a0b3944 (patch)
treefd49283bb9af674cb47cd0e21cd12b0779534fae
parentf5b384c270c35ae99f26f75f23353a24e26a561e (diff)
downloadaur-d905a8c466470efcc388594ed5ebc7664a0b3944.tar.gz
Update to 2020.11.2.17.0.49
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1a5fc5c624b..e2ca3ec81a42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-numpy-quaternion
pkgdesc = Add built-in support for quaternions to NumPy
- pkgver = 2020.9.5.14.42.2
+ pkgver = 2020.11.2.17.0.49
pkgrel = 1
url = https://quaternion.readthedocs.io/
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = python-numpy-quaternion
depends = python-numpy
depends = python-scipy
optdepends = python-numba: speedup of numerical functions
- source = https://files.pythonhosted.org/packages/source/n/numpy-quaternion/numpy-quaternion-2020.9.5.14.42.2.tar.gz
- sha256sums = 071c3edb814027f529c8cd78a8bd36aa7326d42bdf1d95d82db790cb356a9fc8
+ source = https://files.pythonhosted.org/packages/source/n/numpy-quaternion/numpy-quaternion-2020.11.2.17.0.49.tar.gz
+ sha256sums = f65547201fdfa41590b72cfd6ed573e1e9201ca15f19dad429efb8e70e0a4d39
pkgname = python-numpy-quaternion
diff --git a/PKGBUILD b/PKGBUILD
index 616eee0dd067..3846884954ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Blair Bonnett <blair dot bonnett at gmail dot com>
pkgname=python-numpy-quaternion
-pkgver=2020.9.5.14.42.2
+pkgver=2020.11.2.17.0.49
pkgrel=1
pkgdesc="Add built-in support for quaternions to NumPy"
url="https://quaternion.readthedocs.io/"
@@ -17,7 +17,7 @@ source=(
"https://files.pythonhosted.org/packages/source/n/numpy-quaternion/numpy-quaternion-$pkgver.tar.gz"
)
sha256sums=(
- '071c3edb814027f529c8cd78a8bd36aa7326d42bdf1d95d82db790cb356a9fc8'
+ 'f65547201fdfa41590b72cfd6ed573e1e9201ca15f19dad429efb8e70e0a4d39'
)
build() {