summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authora8212020-09-16 00:20:12 +0200
committera8212020-09-16 00:20:12 +0200
commitc1c2390d905390be722a3c59739650479ea2ce03 (patch)
tree94a97c18def45d842358386ae88afbcdb049b6ee
parentbb34e8177fdabb553c862e741722419e8e9d6740 (diff)
downloadaur-c1c2390d905390be722a3c59739650479ea2ce03.tar.gz
Version 0.9.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 651b1a8139b5..5c59c8c78f93 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.11
+ pkgver = 0.9.13
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.11.tar.gz::https://github.com/ml31415/numpy-groupies/archive/v0.9.11.tar.gz
- sha256sums = 8824b1ae385daa8d2da125845f7cdc484e31e747bc5f7888cebfea08fe34f78f
+ source = python-numpy-groupies-0.9.13.tar.gz::https://github.com/ml31415/numpy-groupies/archive/v0.9.13.tar.gz
+ sha256sums = 5f3c2d62dcf83fb24f842440c2db78327eaf7d5459f6c864c582d03047066828
pkgname = python-numpy-groupies
diff --git a/PKGBUILD b/PKGBUILD
index d53728e91b20..a3afdb7608b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: a821 <a821 - mail - de>
pkgname=python-numpy-groupies
-pkgver=0.9.11
+pkgver=0.9.13
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=('8824b1ae385daa8d2da125845f7cdc484e31e747bc5f7888cebfea08fe34f78f')
+sha256sums=('5f3c2d62dcf83fb24f842440c2db78327eaf7d5459f6c864c582d03047066828')
build() {
cd "${pkgname/python-}-${pkgver}"