summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsta Zahn2022-04-27 06:22:19 -0400
committerIsta Zahn2022-04-27 06:22:19 -0400
commitd196bd04fcb617c5cf41d9e217450f4ed075609f (patch)
tree51403934f5ef2ae703d99e8337e45102cf0296ef
parentd13d9c0cd2318e02ece34c2344f1f9f3c5447e95 (diff)
downloadaur-d196bd04fcb617c5cf41d9e217450f4ed075609f.tar.gz
update to 0.10
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c162dab4f5b..7886bea031d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fast-histogram
pkgdesc = Fast 1D and 2D histogram functions in Python
- pkgver = 0.9
+ pkgver = 0.10
pkgrel = 1
url = https://github.com/astrofrog/fast-histogram
arch = i386
@@ -9,8 +9,7 @@ pkgbase = python-fast-histogram
makedepends = python-setuptools
depends = python
depends = python-numpy
- source = https://files.pythonhosted.org/packages/dd/c7/8f6b0748fecd0e002d2c8ca777504ad90777d8877bd1d48a80e71fddeccd/fast-histogram-0.9.tar.gz
- sha256sums = 6325ce42060bb9d1987a3aefffcac45bdd3810bc58ce69716132e23aa49f7a9f
+ source = https://pypi.io/packages/source/f/fast-histogram/fast-histogram-0.10.tar.gz
+ sha256sums = 6404fff03464aff630d5e3183d8e3c258788ac5f38f615a45b981077fe050e78
pkgname = python-fast-histogram
-
diff --git a/PKGBUILD b/PKGBUILD
index 47b68645191e..6fecd6f5ae00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-fast-histogram
_pyname=fast-histogram
-pkgver=0.9
+pkgver=0.10
pkgrel=1
pkgdesc="Fast 1D and 2D histogram functions in Python"
arch=('i386' 'x86_64')
@@ -11,8 +11,8 @@ license=('CUSTOM')
depends=('python' 'python-numpy')
makedepends=('python-setuptools')
-source=(https://files.pythonhosted.org/packages/dd/c7/8f6b0748fecd0e002d2c8ca777504ad90777d8877bd1d48a80e71fddeccd/fast-histogram-${pkgver}.tar.gz)
-sha256sums=('6325ce42060bb9d1987a3aefffcac45bdd3810bc58ce69716132e23aa49f7a9f')
+source=(https://pypi.io/packages/source/f/${_pyname}/${_pyname}-${pkgver}.tar.gz)
+sha256sums=('6404fff03464aff630d5e3183d8e3c258788ac5f38f615a45b981077fe050e78')
package() {
cd "${srcdir}/${_pyname}-${pkgver}"