summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authora8212022-06-03 08:10:58 +0200
committera8212022-06-03 08:10:58 +0200
commit1d8b451177a2d00bb3631baf1f4a133dbb9543ec (patch)
tree35cabcc1b52809bae8f12fb06648a5733a33a34e
parent5560c71eef4ae124870ac7b65c31b21442756dc0 (diff)
downloadaur-1d8b451177a2d00bb3631baf1f4a133dbb9543ec.tar.gz
Version 0.9.17
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a418620756a..3ec952c9f526 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.16
+ pkgver = 0.9.17
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.16.tar.gz::https://files.pythonhosted.org/packages/source/n/numpy_groupies/numpy_groupies-0.9.16.tar.gz
- sha256sums = 793123bf53e1fa722ce7798efd735f12f915d404362618d1747b7fb580687046
+ source = python-numpy-groupies-0.9.17.tar.gz::https://files.pythonhosted.org/packages/source/n/numpy_groupies/numpy_groupies-0.9.17.tar.gz
+ sha256sums = de9390b1e5e4d84c27f0f520158b4ee8afb91035972d8e22dd0aea00f5588e3a
pkgname = python-numpy-groupies
diff --git a/PKGBUILD b/PKGBUILD
index 87fb165ac555..d69f03ebf500 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-numpy-groupies
_name=numpy_groupies
-pkgver=0.9.16
+pkgver=0.9.17
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=('793123bf53e1fa722ce7798efd735f12f915d404362618d1747b7fb580687046')
+sha256sums=('de9390b1e5e4d84c27f0f520158b4ee8afb91035972d8e22dd0aea00f5588e3a')
build() {
cd "${_name}-${pkgver}"