summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0090b5f522f7..ddcfa8564b37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-mpl-scatter-density
pkgdesc = Fast scatter density plots for Matplotlib
- pkgver = 0.4
+ pkgver = 0.7
pkgrel = 1
url = https://github.com/astrofrog/mpl-scatter-density
arch = i386
@@ -11,8 +11,8 @@ pkgbase = python-mpl-scatter-density
depends = python-numpy
depends = python-matplotlib
depends = python-fast-histogram
- source = https://files.pythonhosted.org/packages/da/55/c15a810a6e15aa0d12ec2ba0dc444696af8576a1c17ca61d196be5070bad/mpl-scatter-density-0.4.tar.gz
- sha256sums = 0ddffbfa0e54fb9ea0032595ef868870a77ef2e87fb1fce935527026fb01099d
+ source = https://files.pythonhosted.org/packages/97/e0/98dd3223d6306a35d3fbd67ebf9473be6341d6e733a57768825205786021/mpl-scatter-density-0.7.tar.gz
+ sha256sums = cace750887916d3881b3a42ab5805769cc8d7eb70ef610938cbb57c967277620
pkgname = python-mpl-scatter-density
diff --git a/PKGBUILD b/PKGBUILD
index e8c855238541..6b4fd92502d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-mpl-scatter-density
_pyname=mpl-scatter-density
-pkgver=0.4
+pkgver=0.7
pkgrel=1
pkgdesc="Fast scatter density plots for Matplotlib"
arch=('i386' 'x86_64')
@@ -10,8 +10,8 @@ url="https://github.com/astrofrog/mpl-scatter-density"
license=('CUSTOM')
depends=('python' 'python-numpy' 'python-matplotlib' 'python-fast-histogram')
makedepends=('python-setuptools')
-source=(https://files.pythonhosted.org/packages/da/55/c15a810a6e15aa0d12ec2ba0dc444696af8576a1c17ca61d196be5070bad/${_pyname}-${pkgver}.tar.gz)
-sha256sums=('0ddffbfa0e54fb9ea0032595ef868870a77ef2e87fb1fce935527026fb01099d')
+source=(https://files.pythonhosted.org/packages/97/e0/98dd3223d6306a35d3fbd67ebf9473be6341d6e733a57768825205786021/${_pyname}-${pkgver}.tar.gz)
+sha256sums=('cace750887916d3881b3a42ab5805769cc8d7eb70ef610938cbb57c967277620')
package() {
cd "${srcdir}/${_pyname}-${pkgver}"