summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFernando Cladera2016-07-21 01:05:16 -0300
committerFernando Cladera2016-07-21 01:05:16 -0300
commit028deb317e09f85d34f1d863b76a59ee9cb2f51d (patch)
treeb63b4de82f539de6bad612bf3d88119988a5b9c3 /PKGBUILD
parent3dd780d92064bda85abebbbde4af597764078298 (diff)
downloadaur-028deb317e09f85d34f1d863b76a59ee9cb2f51d.tar.gz
Version 1.12.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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() {