From 028deb317e09f85d34f1d863b76a59ee9cb2f51d Mon Sep 17 00:00:00 2001 From: Fernando Cladera Date: Thu, 21 Jul 2016 01:05:16 -0300 Subject: [PATCH] Version 1.12.4 --- .SRCINFO | 4 ++-- PKGBUILD | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index dc20760..51f22f1 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 656bf6a..44f1aac 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() {