mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-25 20:40:32 +01:00
bump version
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -1,6 +1,6 @@
|
||||
pkgbase = python-plotly
|
||||
pkgdesc = An open-source, interactive graphing library
|
||||
pkgver = 4.11.0
|
||||
pkgver = 4.12.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/plotly/plotly.py
|
||||
arch = any
|
||||
@@ -13,8 +13,8 @@ pkgbase = python-plotly
|
||||
depends = python-retrying
|
||||
optdepends = ipython
|
||||
optdepends = python-ipywidgets
|
||||
source = python-plotly-4.11.0.tar.gz::https://github.com/plotly/plotly.py/archive/v4.11.0.tar.gz
|
||||
sha512sums = 813c619859f76f27437f7b66714934acef4495fc589bfcf1167632a069d41e2c85939901714bde25fba20487b18cc60e94eb83713024e75d36df90f3f8c8624f
|
||||
source = python-plotly-4.12.0.tar.gz::https://github.com/plotly/plotly.py/archive/v4.12.0.tar.gz
|
||||
sha512sums = 403da230da682df93bf9b4aea562a90b743c9ccff492861d0735251f5cdf3f9a21920d652c748a389fbee4861404dd2900c57a2e9c09b4553a23e502e817b380
|
||||
|
||||
pkgname = python-plotly
|
||||
|
||||
|
||||
21
LICENSE
21
LICENSE
@@ -1,21 +0,0 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2016-2017 Plotly, Inc
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
4
PKGBUILD
4
PKGBUILD
@@ -1,7 +1,7 @@
|
||||
# Maintainer: Grey Christoforo <first name at last name dot net>
|
||||
|
||||
pkgname=python-plotly
|
||||
pkgver=4.11.0
|
||||
pkgver=4.12.0
|
||||
pkgrel=1
|
||||
pkgdesc="An open-source, interactive graphing library"
|
||||
url="https://github.com/plotly/plotly.py"
|
||||
@@ -11,7 +11,7 @@ makedepends=('python-setuptools')
|
||||
license=('MIT')
|
||||
arch=('any')
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/plotly/plotly.py/archive/v${pkgver}.tar.gz")
|
||||
sha512sums=('813c619859f76f27437f7b66714934acef4495fc589bfcf1167632a069d41e2c85939901714bde25fba20487b18cc60e94eb83713024e75d36df90f3f8c8624f')
|
||||
sha512sums=('403da230da682df93bf9b4aea562a90b743c9ccff492861d0735251f5cdf3f9a21920d652c748a389fbee4861404dd2900c57a2e9c09b4553a23e502e817b380')
|
||||
|
||||
build() {
|
||||
cd plotly.py-${pkgver}/packages/python/plotly
|
||||
|
||||
Reference in New Issue
Block a user