summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2021-03-07 21:59:39 -0500
committerGuillaume Horel2021-03-07 21:59:39 -0500
commit30d0c31dc67acb0cf7964ba1c5974c92f6da9042 (patch)
tree039e03723a77180bab34395fb6dc38aeea1fe8d7
parent74fb42e2139545f41ec310fcac0dffe19aac2dff (diff)
downloadaur-30d0c31dc67acb0cf7964ba1c5974c92f6da9042.tar.gz
bump to 1.1.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dacb8c3e9f4f..73ce60768cce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python-dash-html-components
pkgdesc = Dash UI HTML components suite
- pkgver = 1.1.1
+ pkgver = 1.1.2
pkgrel = 1
url = https://plot.ly/products/dash
arch = any
license = MIT
makedepends = python-setuptools
- depends = python
- source = https://pypi.org/packages/source/d/dash_html_components/dash_html_components-1.1.1.tar.gz
- sha256sums = 2c662e640528c890aaa0fa23d48e51c4d13ce69a97841d856ddcaaf2c6a47be3
+ source = https://pypi.org/packages/source/d/dash_html_components/dash_html_components-1.1.2.tar.gz
+ sha256sums = 83eaa39667b7c3e6cbefa360743e6e536d913269ea15db14308ad022c78bc301
pkgname = python-dash-html-components
diff --git a/PKGBUILD b/PKGBUILD
index f181242d8a38..85495367c501 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
pkgname=python-dash-html-components
_pkgname=dash_html_components
-pkgver=1.1.1
+pkgver=1.1.2
pkgrel=1
pkgdesc="Dash UI HTML components suite"
arch=('any')
url="https://plot.ly/products/dash"
license=('MIT')
-depends=('python')
+depends=()
optdepends=()
makedepends=('python-setuptools')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('2c662e640528c890aaa0fa23d48e51c4d13ce69a97841d856ddcaaf2c6a47be3')
+sha256sums=('83eaa39667b7c3e6cbefa360743e6e536d913269ea15db14308ad022c78bc301')
package(){
cd "$srcdir/$_pkgname-$pkgver"