summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authora8212020-09-14 15:03:46 +0200
committera8212020-09-14 15:03:46 +0200
commitbb34e8177fdabb553c862e741722419e8e9d6740 (patch)
tree72eae8ea1fa50052e870cd250316244020b8d9cf
parent433a58ca9fafa07e7f868b1116791b551097a65b (diff)
downloadaur-bb34e8177fdabb553c862e741722419e8e9d6740.tar.gz
Version 0.9.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e05d23caebc2..651b1a8139b5 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.10
+ pkgver = 0.9.11
pkgrel = 1
url = https://github.com/ml31415/numpy-groupies
arch = any
@@ -9,8 +9,8 @@ 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.10.tar.gz::https://github.com/ml31415/numpy-groupies/archive/v0.9.10.tar.gz
- sha256sums = 2d4a4b94a981efa4c910b7799c310c61b4642c2bce71764cee1e0ae1845de28e
+ source = python-numpy-groupies-0.9.11.tar.gz::https://github.com/ml31415/numpy-groupies/archive/v0.9.11.tar.gz
+ sha256sums = 8824b1ae385daa8d2da125845f7cdc484e31e747bc5f7888cebfea08fe34f78f
pkgname = python-numpy-groupies
diff --git a/PKGBUILD b/PKGBUILD
index af0c270ac092..d53728e91b20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: a821 <a821 - mail - de>
pkgname=python-numpy-groupies
-pkgver=0.9.10
+pkgver=0.9.11
pkgrel=1
pkgdesc='Optimised tools for group-indexing operations for python numpy'
arch=("any")
@@ -14,7 +14,7 @@ optdepends=(
'python-pandas: for pandas backend'
)
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('2d4a4b94a981efa4c910b7799c310c61b4642c2bce71764cee1e0ae1845de28e')
+sha256sums=('8824b1ae385daa8d2da125845f7cdc484e31e747bc5f7888cebfea08fe34f78f')
build() {
cd "${pkgname/python-}-${pkgver}"