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:
5
PKGBUILD
5
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() {
|
||||
|
||||
Reference in New Issue
Block a user