summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authora8212023-05-09 19:26:21 +0200
committera8212023-05-09 19:26:21 +0200
commite7f2f7b78f4c5892b2f6d092cb1b002f56db830c (patch)
tree57406737675d7de69b9987fd34932bede53da7af
parent56be3d1c6b9a38ce6001de7ce715fd64f7e0f61f (diff)
downloadaur-e7f2f7b78f4c5892b2f6d092cb1b002f56db830c.tar.gz
Version 0.9.22
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 281fc55fd5ae..1a3c45a85f00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-numpy-groupies
pkgdesc = Optimised tools for group-indexing operations for python numpy
- pkgver = 0.9.20
+ pkgver = 0.9.22
pkgrel = 2
url = https://github.com/ml31415/numpy-groupies
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-numpy-groupies
depends = python-numpy
optdepends = python-numba: for numba backend
optdepends = python-pandas: for pandas backend
- source = python-numpy-groupies-0.9.20.tar.gz::https://github.com/ml31415/numpy-groupies/archive/refs/tags/v0.9.20.tar.gz
- sha256sums = 1c651930de328e88c7cd0685df96a1d8314ec0c9444816f8fbfe6689275e8fd3
+ source = python-numpy-groupies-0.9.22.tar.gz::https://github.com/ml31415/numpy-groupies/archive/refs/tags/v0.9.22.tar.gz
+ sha256sums = ca02e859fc5e13a9be722aca4dd83dc29f30786cae935917fca1d39673ede37c
pkgname = python-numpy-groupies
diff --git a/PKGBUILD b/PKGBUILD
index c0adfa186694..0d6e821d8ceb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-numpy-groupies
_name=numpy-groupies
-pkgver=0.9.20
+pkgver=0.9.22
pkgrel=2
pkgdesc='Optimised tools for group-indexing operations for python numpy'
arch=("any")
@@ -15,7 +15,7 @@ optdepends=(
'python-pandas: for pandas backend'
)
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('1c651930de328e88c7cd0685df96a1d8314ec0c9444816f8fbfe6689275e8fd3')
+sha256sums=('ca02e859fc5e13a9be722aca4dd83dc29f30786cae935917fca1d39673ede37c')
build() {
cd "${_name}-${pkgver}"