summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsta Zahn2018-10-12 19:42:10 -0400
committerIsta Zahn2018-10-12 19:42:10 -0400
commit72e16f1d0998eb2e98372db73ab94faa185369b4 (patch)
tree9ac1fe41c2117cd59e793a07fa0051e75dc7217e
parent506f9dc809aef689e9678ac1a157606ba7897b4c (diff)
downloadaur-72e16f1d0998eb2e98372db73ab94faa185369b4.tar.gz
update to 0.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8447b5de27b..e2c1e6d1d502 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fast-histogram
pkgdesc = Fast 1D and 2D histogram functions in Python
- pkgver = 0.4
+ pkgver = 0.5
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/dc/6b/3c796520422f5e5940d608ee0a3fff1ad4aa535132c2331581dab4e9a187/fast-histogram-0.4.tar.gz
- sha256sums = 8afcea57930c9ede74ce304a45c5374128485e83c4c9ad143a8778c5ed281419
+ source = https://files.pythonhosted.org/packages/5d/65/d070114edb45e3365768ae43a15ab1491dc8ff06ea57384262c22e742dd1/fast-histogram-0.5.tar.gz
+ sha256sums = 0e3849e244909aa68e58305ed101c19c8576176eaf90fd5d79215d5ade51a6a7
pkgname = python-fast-histogram
diff --git a/PKGBUILD b/PKGBUILD
index 45c9dc3d6851..84c5caebf76f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-fast-histogram
_pyname=fast-histogram
-pkgver=0.4
+pkgver=0.5
pkgrel=1
pkgdesc="Fast 1D and 2D histogram functions in Python"
arch=('i386' 'x86_64')
@@ -10,8 +10,9 @@ url="https://github.com/astrofrog/fast-histogram"
license=('CUSTOM')
depends=('python' 'python-numpy')
makedepends=('python-setuptools')
-source=(https://files.pythonhosted.org/packages/dc/6b/3c796520422f5e5940d608ee0a3fff1ad4aa535132c2331581dab4e9a187/fast-histogram-${pkgver}.tar.gz)
-sha256sums=('8afcea57930c9ede74ce304a45c5374128485e83c4c9ad143a8778c5ed281419')
+
+source=(https://files.pythonhosted.org/packages/5d/65/d070114edb45e3365768ae43a15ab1491dc8ff06ea57384262c22e742dd1/fast-histogram-${pkgver}.tar.gz)
+sha256sums=('0e3849e244909aa68e58305ed101c19c8576176eaf90fd5d79215d5ade51a6a7')
package() {
cd "${srcdir}/${_pyname}-${pkgver}"