summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsta Zahn2021-01-01 14:33:28 -0500
committerIsta Zahn2021-01-01 14:33:28 -0500
commitd13d9c0cd2318e02ece34c2344f1f9f3c5447e95 (patch)
treeac5eca0e65bd038a980d89ce71e5e5c5be09cdd9
parent72e16f1d0998eb2e98372db73ab94faa185369b4 (diff)
downloadaur-d13d9c0cd2318e02ece34c2344f1f9f3c5447e95.tar.gz
update to v0.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2c1e6d1d502..9c162dab4f5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fast-histogram
pkgdesc = Fast 1D and 2D histogram functions in Python
- pkgver = 0.5
+ pkgver = 0.9
pkgrel = 1
url = https://github.com/astrofrog/fast-histogram
arch = i386
@@ -9,8 +9,8 @@ pkgbase = python-fast-histogram
makedepends = python-setuptools
depends = python
depends = python-numpy
- source = https://files.pythonhosted.org/packages/5d/65/d070114edb45e3365768ae43a15ab1491dc8ff06ea57384262c22e742dd1/fast-histogram-0.5.tar.gz
- sha256sums = 0e3849e244909aa68e58305ed101c19c8576176eaf90fd5d79215d5ade51a6a7
+ source = https://files.pythonhosted.org/packages/dd/c7/8f6b0748fecd0e002d2c8ca777504ad90777d8877bd1d48a80e71fddeccd/fast-histogram-0.9.tar.gz
+ sha256sums = 6325ce42060bb9d1987a3aefffcac45bdd3810bc58ce69716132e23aa49f7a9f
pkgname = python-fast-histogram
diff --git a/PKGBUILD b/PKGBUILD
index 84c5caebf76f..47b68645191e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-fast-histogram
_pyname=fast-histogram
-pkgver=0.5
+pkgver=0.9
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/5d/65/d070114edb45e3365768ae43a15ab1491dc8ff06ea57384262c22e742dd1/fast-histogram-${pkgver}.tar.gz)
-sha256sums=('0e3849e244909aa68e58305ed101c19c8576176eaf90fd5d79215d5ade51a6a7')
+source=(https://files.pythonhosted.org/packages/dd/c7/8f6b0748fecd0e002d2c8ca777504ad90777d8877bd1d48a80e71fddeccd/fast-histogram-${pkgver}.tar.gz)
+sha256sums=('6325ce42060bb9d1987a3aefffcac45bdd3810bc58ce69716132e23aa49f7a9f')
package() {
cd "${srcdir}/${_pyname}-${pkgver}"