summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFernando Cladera2016-07-21 01:05:16 -0300
committerFernando Cladera2016-07-21 01:05:16 -0300
commit028deb317e09f85d34f1d863b76a59ee9cb2f51d (patch)
treeb63b4de82f539de6bad612bf3d88119988a5b9c3
parent3dd780d92064bda85abebbbde4af597764078298 (diff)
downloadaur-028deb317e09f85d34f1d863b76a59ee9cb2f51d.tar.gz
Version 1.12.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc20760d3f81..51f22f11e243 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-plotly
pkgdesc = An interactive, browser-based charting library for python
- pkgver = 1.9.9
+ pkgver = 1.12.4
pkgrel = 1
url = https://plot.ly/python/
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-plotly
makedepends = python-setuptools
depends = python-requests
depends = python-pytz
- source = https://pypi.python.org/packages/source/p/plotly/plotly-1.9.9.tar.gz
+ source = https://pypi.python.org/packages/02/e0/5b739403c3180298ebe277cbc9f5ee99e546ab24768b1732a2d6b381091b/plotly-1.12.4.tar.gz
md5sums = SKIP
pkgname = python-plotly
diff --git a/PKGBUILD b/PKGBUILD
index 656bf6af2c4f..44f1aac2eaf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=plotly
pkgname=python-plotly
-pkgver=1.9.9
+pkgver=1.12.4
pkgrel=1
pkgdesc="An interactive, browser-based charting library for python"
arch=('any')
@@ -10,7 +10,8 @@ url="https://plot.ly/python/"
license=('MIT')
depends=('python-requests' 'python-pytz')
makedepends=('git' 'python' 'python-setuptools')
-source=('https://pypi.python.org/packages/source/p/'$_pkgname'/'$_pkgname'-'$pkgver'.tar.gz')
+source=('https://pypi.python.org/packages/02/e0/5b739403c3180298ebe277cbc9f5ee99e546ab24768b1732a2d6b381091b/'$_pkgname'-'$pkgver'.tar.gz')
+#source=('https://pypi.python.org/packages/source/p/'$_pkgname'/'$_pkgname'-'$pkgver'.tar.gz')
md5sums=('SKIP')
build() {