1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-27 21:40:31 +01:00

Version 1.12.4

This commit is contained in:
Fernando Cladera
2016-07-21 01:05:16 -03:00
parent 3dd780d920
commit 028deb317e
2 changed files with 5 additions and 4 deletions

View File

@@ -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() {