From 78539e4db3185661051d6bb133a0d45f85fba7fb Mon Sep 17 00:00:00 2001 From: Fernando Cladera Date: Sat, 8 Apr 2017 23:52:58 -0300 Subject: [PATCH] Version 2.0.7 --- .SRCINFO | 4 ++-- PKGBUILD | 7 +++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 610c2ae..ad3ade3 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = python-plotly pkgdesc = An interactive, browser-based charting library for python - pkgver = 1.13.0 + pkgver = 2.0.7 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/a6/77/f58428e17a3251a9d245fb5920e7e6af56ae8de8de12fa8431c176fce329/plotly-1.13.0.tar.gz + source = https://pypi.python.org/packages/8c/4a/9e42d13f74a2c7872ba6e7a868b152bd815c01038144570ec729ff13c065/plotly-2.0.7.tar.gz md5sums = SKIP pkgname = python-plotly diff --git a/PKGBUILD b/PKGBUILD index 510f006..003d6f2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ -# Maintainer: fclad +#Maintainer: fclad _pkgname=plotly pkgname=python-plotly -pkgver=1.13.0 +pkgver=2.0.7 pkgrel=1 pkgdesc="An interactive, browser-based charting library for python" arch=('any') @@ -10,8 +10,7 @@ url="https://plot.ly/python/" license=('MIT') depends=('python-requests' 'python-pytz') makedepends=('git' 'python' 'python-setuptools') -source=('https://pypi.python.org/packages/a6/77/f58428e17a3251a9d245fb5920e7e6af56ae8de8de12fa8431c176fce329/'$_pkgname'-'$pkgver'.tar.gz') -#source=('https://pypi.python.org/packages/source/p/'$_pkgname'/'$_pkgname'-'$pkgver'.tar.gz') +source=('https://pypi.python.org/packages/8c/4a/9e42d13f74a2c7872ba6e7a868b152bd815c01038144570ec729ff13c065/'$_pkgname'-'$pkgver'.tar.gz') md5sums=('SKIP') build() {