summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Davis2021-06-01 10:31:30 -0400
committerDoug Davis2021-06-01 10:31:30 -0400
commitc6ba9a44a021c5308bb90f5d4cc5fa50d143e1c1 (patch)
treebf052ae4f59511d2196af22c5cc0d3d1648609c5
parenta5096c48eb191536b1414a25e26cf670e6ffd59d (diff)
downloadaur-c6ba9a44a021c5308bb90f5d4cc5fa50d143e1c1.tar.gz
0.12.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79390724fd14..4b3ca282b9dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pygram11
pkgdesc = histogramming in python accelerated with OpenMP
- pkgver = 0.11.2
+ pkgver = 0.12.0
pkgrel = 1
url = https://github.com/douglasdavis/pygram11
arch = x86_64
@@ -11,8 +11,7 @@ pkgbase = python-pygram11
depends = python>=3.6
depends = python-numpy
options = !emptydirs
- source = https://pypi.io/packages/source/p/pygram11/pygram11-0.11.2.tar.gz
- sha256sums = 64e082ff958e2986f4fcd149b4d3b18544be7900b2c55cf173f07dc0743c380d
+ source = https://pypi.io/packages/source/p/pygram11/pygram11-0.12.0.tar.gz
+ sha256sums = 41092f69dea6a3037de8a8f1d9cd55a9cbdb76ba4846c0b5523c61cd71f14e62
pkgname = python-pygram11
-
diff --git a/PKGBUILD b/PKGBUILD
index 6dbe122a6baf..bd9759c47f1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Doug Davis <ddavis at ddavis dot io>
pkgname=python-pygram11
-pkgver=0.11.2
+pkgver=0.12.0
pkgrel=1
pkgdesc="histogramming in python accelerated with OpenMP"
arch=('x86_64')
@@ -19,7 +19,7 @@ backup=()
options=(!emptydirs)
install=
source=("https://pypi.io/packages/source/p/pygram11/pygram11-$pkgver.tar.gz")
-sha256sums=('64e082ff958e2986f4fcd149b4d3b18544be7900b2c55cf173f07dc0743c380d')
+sha256sums=('41092f69dea6a3037de8a8f1d9cd55a9cbdb76ba4846c0b5523c61cd71f14e62')
build() {
cd "${srcdir}/pygram11-${pkgver}"