summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authora8212023-10-04 11:11:28 +0200
committera8212023-10-04 11:11:28 +0200
commite84877bb516f2b8282eb5d72cbc4e11ecf7e610b (patch)
tree5f9c8161a9ce3ba9dceb35d2733dd37097639645
parent7b74032c529028e2c9a2f07bb96c73733208cc99 (diff)
downloadaur-e84877bb516f2b8282eb5d72cbc4e11ecf7e610b.tar.gz
Version 0.10.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 327ddb6a3f1e..e2a02a6ad9db 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.10.1
+ pkgver = 0.10.2
pkgrel = 1
url = https://github.com/ml31415/numpy-groupies
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-numpy-groupies
depends = python-numpy
optdepends = python-numba: for numba backend
optdepends = python-pandas: for pandas backend
- source = git+https://github.com/ml31415/numpy-groupies.git#commit=dbae25b2bbb20a66ca08d2908af54e868847db11
+ source = git+https://github.com/ml31415/numpy-groupies.git#commit=162fdb9bcf32c8748c264b513d15eb9390b498a6
sha256sums = SKIP
pkgname = python-numpy-groupies
diff --git a/PKGBUILD b/PKGBUILD
index 056f08ce50dc..3e8f4f25c9d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-numpy-groupies
_name=numpy-groupies
-pkgver=0.10.1
+pkgver=0.10.2
pkgrel=1
pkgdesc='Optimised tools for group-indexing operations for python numpy'
arch=("any")
@@ -14,7 +14,7 @@ optdepends=(
'python-numba: for numba backend'
'python-pandas: for pandas backend'
)
-_commit=dbae25b2bbb20a66ca08d2908af54e868847db11
+_commit=162fdb9bcf32c8748c264b513d15eb9390b498a6
source=("git+${url}.git#commit=${_commit}")
sha256sums=('SKIP')