summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authora8212022-08-08 16:28:07 +0200
committera8212022-08-08 16:28:07 +0200
commit6b91c59d6e3be7d78451d6d2cea7b09f23f53004 (patch)
treebd0a5fb6a22441cf6be9b46224e5623e83aa7f0f /PKGBUILD
parente43e1ebf2b13e626e8445e6b0f8408e4fed0d2a5 (diff)
downloadaur-6b91c59d6e3be7d78451d6d2cea7b09f23f53004.tar.gz
Version 0.9.19
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b8e19aba32d..080b47535ed5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-numpy-groupies
_name=numpy-groupies
-pkgver=0.9.18
+pkgver=0.9.19
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::${url}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('ea845a9acb533e3ba011826c48e7abe27dd1895edb3bfa09322bc12803982e1a')
+sha256sums=('1a993f34a926dc28f551bab40f940f29de077fee70c8e2ff143972b3028b4ae4')
build() {
cd "${_name}-${pkgver}"