summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlair Bonnett2020-12-31 17:18:02 +0100
committerBlair Bonnett2020-12-31 17:18:02 +0100
commit9e790df191b76c1fa5565081515532e44fba6a41 (patch)
tree62acf731a4dedf78e27d4255989ed9fb0a0cbfc3
parent75faa4c7ec879900e7c27f7d4e6c429e0d7e8be6 (diff)
downloadaur-9e790df191b76c1fa5565081515532e44fba6a41.tar.gz
Update to 0.2.4.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a078789286e..2f5e9759f83d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-quaternionic
pkgdesc = Interpret NumPy arrays as quaternionic arrays with Numba acceleration
- pkgver = 0.2.2
+ pkgver = 0.2.4
pkgrel = 1
url = https://quaternionic.readthedocs.io
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-quaternionic
depends = python-numba
depends = python-numpy
depends = python-scipy
- source = https://files.pythonhosted.org/packages/source/q/quaternionic/quaternionic-0.2.2.tar.gz
- sha256sums = 5a76fb6b975dc7d0875768e98784e81fbbb07cf6271affc019d198c5a868bc4e
+ source = https://files.pythonhosted.org/packages/source/q/quaternionic/quaternionic-0.2.4.tar.gz
+ sha256sums = 5daebc0935a9a04f34f09b8840c561c76e8a357753e7052eb7624d518c747fbd
pkgname = python-quaternionic
diff --git a/PKGBUILD b/PKGBUILD
index 8e659496de21..ebd86cb7251f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Blair Bonnett <blair dot bonnett at gmail dot com>
pkgname=python-quaternionic
-pkgver=0.2.2
+pkgver=0.2.4
pkgrel=1
pkgdesc="Interpret NumPy arrays as quaternionic arrays with Numba acceleration"
url="https://quaternionic.readthedocs.io"
@@ -15,7 +15,7 @@ source=(
"https://files.pythonhosted.org/packages/source/q/quaternionic/quaternionic-$pkgver.tar.gz"
)
sha256sums=(
- '5a76fb6b975dc7d0875768e98784e81fbbb07cf6271affc019d198c5a868bc4e'
+ '5daebc0935a9a04f34f09b8840c561c76e8a357753e7052eb7624d518c747fbd'
)
build() {