summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authora8212022-05-10 10:46:23 +0200
committera8212022-05-10 10:46:23 +0200
commit5560c71eef4ae124870ac7b65c31b21442756dc0 (patch)
treefede0df3cc12fbf64f9e46faff08f3bb97bd88d0
parent6279dc18b6442832e2d970488ce09813740d034a (diff)
downloadaur-5560c71eef4ae124870ac7b65c31b21442756dc0.tar.gz
Version 0.9.16
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a33c18759b86..8a418620756a 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.15
+ pkgver = 0.9.16
pkgrel = 1
url = https://github.com/ml31415/numpy-groupies
arch = any
@@ -9,7 +9,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.15.tar.gz::https://files.pythonhosted.org/packages/source/n/numpy_groupies/numpy_groupies-0.9.15.tar.gz
- sha256sums = 5263345c8b5143090383164496fc85b6420eb621a6a0a27e94c6a30255f78373
+ source = python-numpy-groupies-0.9.16.tar.gz::https://files.pythonhosted.org/packages/source/n/numpy_groupies/numpy_groupies-0.9.16.tar.gz
+ sha256sums = 793123bf53e1fa722ce7798efd735f12f915d404362618d1747b7fb580687046
pkgname = python-numpy-groupies
diff --git a/PKGBUILD b/PKGBUILD
index d2079a7178e6..87fb165ac555 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-numpy-groupies
_name=numpy_groupies
-pkgver=0.9.15
+pkgver=0.9.16
pkgrel=1
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::https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('5263345c8b5143090383164496fc85b6420eb621a6a0a27e94c6a30255f78373')
+sha256sums=('793123bf53e1fa722ce7798efd735f12f915d404362618d1747b7fb580687046')
build() {
cd "${_name}-${pkgver}"