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

bump version

This commit is contained in:
Greyson Christoforo
2020-11-27 11:13:21 +00:00
parent 1128653be8
commit d967a8775e
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = python-plotly pkgbase = python-plotly
pkgdesc = An open-source, interactive graphing library pkgdesc = An open-source, interactive graphing library
pkgver = 4.12.0 pkgver = 4.13.0
pkgrel = 1 pkgrel = 1
url = https://github.com/plotly/plotly.py url = https://github.com/plotly/plotly.py
arch = any arch = any
@@ -13,8 +13,8 @@ pkgbase = python-plotly
depends = python-retrying depends = python-retrying
optdepends = ipython optdepends = ipython
optdepends = python-ipywidgets optdepends = python-ipywidgets
source = python-plotly-4.12.0.tar.gz::https://github.com/plotly/plotly.py/archive/v4.12.0.tar.gz source = python-plotly-4.13.0.tar.gz::https://github.com/plotly/plotly.py/archive/v4.13.0.tar.gz
sha512sums = 403da230da682df93bf9b4aea562a90b743c9ccff492861d0735251f5cdf3f9a21920d652c748a389fbee4861404dd2900c57a2e9c09b4553a23e502e817b380 sha512sums = f98660bd14617c49aa175dbd62dacc40e89ce37c96f41db97b84db3882f691cb2f9f91975ca5b6d61c2d7c77557ab46cbfa8f927ceff965e24b9ddd7b23502df
pkgname = python-plotly pkgname = python-plotly

View File

@@ -1,7 +1,7 @@
# Maintainer: Grey Christoforo <first name at last name dot net> # Maintainer: Grey Christoforo <first name at last name dot net>
pkgname=python-plotly pkgname=python-plotly
pkgver=4.12.0 pkgver=4.13.0
pkgrel=1 pkgrel=1
pkgdesc="An open-source, interactive graphing library" pkgdesc="An open-source, interactive graphing library"
url="https://github.com/plotly/plotly.py" url="https://github.com/plotly/plotly.py"
@@ -11,7 +11,7 @@ makedepends=('python-setuptools')
license=('MIT') license=('MIT')
arch=('any') arch=('any')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/plotly/plotly.py/archive/v${pkgver}.tar.gz") source=("${pkgname}-${pkgver}.tar.gz::https://github.com/plotly/plotly.py/archive/v${pkgver}.tar.gz")
sha512sums=('403da230da682df93bf9b4aea562a90b743c9ccff492861d0735251f5cdf3f9a21920d652c748a389fbee4861404dd2900c57a2e9c09b4553a23e502e817b380') sha512sums=('f98660bd14617c49aa175dbd62dacc40e89ce37c96f41db97b84db3882f691cb2f9f91975ca5b6d61c2d7c77557ab46cbfa8f927ceff965e24b9ddd7b23502df')
build() { build() {
cd plotly.py-${pkgver}/packages/python/plotly cd plotly.py-${pkgver}/packages/python/plotly