diff --git a/.SRCINFO b/.SRCINFO index 541eca6..610c2ae 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = python-plotly pkgdesc = An interactive, browser-based charting library for python - pkgver = 1.12.9 + pkgver = 1.13.0 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/ce/4b/1b7c4bb89b7708d4127b4ebcb2b6e5961c9e1bc3847b4705d57fdc66212f/plotly-1.12.9.tar.gz + source = https://pypi.python.org/packages/a6/77/f58428e17a3251a9d245fb5920e7e6af56ae8de8de12fa8431c176fce329/plotly-1.13.0.tar.gz md5sums = SKIP pkgname = python-plotly diff --git a/PKGBUILD b/PKGBUILD index 897a7ac..510f006 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=plotly pkgname=python-plotly -pkgver=1.12.9 +pkgver=1.13.0 pkgrel=1 pkgdesc="An interactive, browser-based charting library for python" arch=('any') @@ -10,7 +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/ce/4b/1b7c4bb89b7708d4127b4ebcb2b6e5961c9e1bc3847b4705d57fdc66212f/'$_pkgname'-'$pkgver'.tar.gz') +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') md5sums=('SKIP')