summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlair Bonnett2020-05-02 10:39:01 +0200
committerBlair Bonnett2020-05-02 10:39:01 +0200
commitc66aaa088b93ab9c16fbb11727d4deb0227b893a (patch)
treeaed2eb60d7be7254fe1b8bc333acd3ce711324bb
parentca809e3b097de2fad9994de8ccbcace402f05368 (diff)
downloadaur-c66aaa088b93ab9c16fbb11727d4deb0227b893a.tar.gz
Update to 2020.5.1.9.54.41
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7af5dd50e740..6844fe747196 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-numpy-quaternion
pkgdesc = Add built-in support for quaternions to NumPy
- pkgver = 2020.4.29.8.34.20
+ pkgver = 2020.5.1.9.54.41
pkgrel = 1
url = https://quaternion.readthedocs.io/
arch = x86_64
@@ -10,8 +10,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.4.29.8.34.20.tar.gz
- sha256sums = bbe5448ccd7b166fee9c37141d3e56822f3f5b423963f349071a53d0a25bd51d
+ source = https://files.pythonhosted.org/packages/source/n/numpy-quaternion/numpy-quaternion-2020.5.1.9.54.41.tar.gz
+ sha256sums = ccb9187da093c5d230e5d3a9a417c22878da4696ed7c38d75ec04b8d5b0d9250
pkgname = python-numpy-quaternion
diff --git a/PKGBUILD b/PKGBUILD
index cfac768f9cc2..808cb25e44dc 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.4.29.8.34.20
+pkgver=2020.5.1.9.54.41
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=(
- 'bbe5448ccd7b166fee9c37141d3e56822f3f5b423963f349071a53d0a25bd51d'
+ 'ccb9187da093c5d230e5d3a9a417c22878da4696ed7c38d75ec04b8d5b0d9250'
)
build() {