summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authora8212022-04-30 10:17:57 +0200
committera8212022-04-30 10:17:57 +0200
commit6279dc18b6442832e2d970488ce09813740d034a (patch)
tree91765a09a55aa1af549812450746e83055438b05
parentc6361c91a0c3198233b9161876e434eb8d707489 (diff)
downloadaur-6279dc18b6442832e2d970488ce09813740d034a.tar.gz
Version 0.9.15
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfcaf8569882..a33c18759b86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-numpy-groupies
pkgdesc = Optimised tools for group-indexing operations for python numpy
- pkgver = 0.9.14
- pkgrel = 2
+ pkgver = 0.9.15
+ pkgrel = 1
url = https://github.com/ml31415/numpy-groupies
arch = any
license = BSD
@@ -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.14.tar.gz::https://files.pythonhosted.org/packages/source/n/numpy_groupies/numpy_groupies-0.9.14.tar.gz
- sha256sums = 01b7aeca60e643db34875c9823ea6775742adafe5bb406bca14367743ef81800
+ 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
pkgname = python-numpy-groupies
diff --git a/PKGBUILD b/PKGBUILD
index 6ab808fa5cfd..d2079a7178e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-numpy-groupies
_name=numpy_groupies
-pkgver=0.9.14
-pkgrel=2
+pkgver=0.9.15
+pkgrel=1
pkgdesc='Optimised tools for group-indexing operations for python numpy'
arch=("any")
url="https://github.com/ml31415/numpy-groupies"
@@ -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=('01b7aeca60e643db34875c9823ea6775742adafe5bb406bca14367743ef81800')
+sha256sums=('5263345c8b5143090383164496fc85b6420eb621a6a0a27e94c6a30255f78373')
build() {
cd "${_name}-${pkgver}"