mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-27 05:20:32 +01:00
Version 1.12.4
This commit is contained in:
4
.SRCINFO
4
.SRCINFO
@@ -1,6 +1,6 @@
|
|||||||
pkgbase = python-plotly
|
pkgbase = python-plotly
|
||||||
pkgdesc = An interactive, browser-based charting library for python
|
pkgdesc = An interactive, browser-based charting library for python
|
||||||
pkgver = 1.9.9
|
pkgver = 1.12.4
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://plot.ly/python/
|
url = https://plot.ly/python/
|
||||||
arch = any
|
arch = any
|
||||||
@@ -10,7 +10,7 @@ pkgbase = python-plotly
|
|||||||
makedepends = python-setuptools
|
makedepends = python-setuptools
|
||||||
depends = python-requests
|
depends = python-requests
|
||||||
depends = python-pytz
|
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
|
md5sums = SKIP
|
||||||
|
|
||||||
pkgname = python-plotly
|
pkgname = python-plotly
|
||||||
|
|||||||
5
PKGBUILD
5
PKGBUILD
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
_pkgname=plotly
|
_pkgname=plotly
|
||||||
pkgname=python-plotly
|
pkgname=python-plotly
|
||||||
pkgver=1.9.9
|
pkgver=1.12.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="An interactive, browser-based charting library for python"
|
pkgdesc="An interactive, browser-based charting library for python"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
@@ -10,7 +10,8 @@ url="https://plot.ly/python/"
|
|||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=('python-requests' 'python-pytz')
|
depends=('python-requests' 'python-pytz')
|
||||||
makedepends=('git' 'python' 'python-setuptools')
|
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')
|
md5sums=('SKIP')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|||||||
Reference in New Issue
Block a user