summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2021-03-07 21:59:39 -0500
committerGuillaume Horel2021-03-07 21:59:39 -0500
commit30d0c31dc67acb0cf7964ba1c5974c92f6da9042 (patch)
tree039e03723a77180bab34395fb6dc38aeea1fe8d7 /PKGBUILD
parent74fb42e2139545f41ec310fcac0dffe19aac2dff (diff)
downloadaur-30d0c31dc67acb0cf7964ba1c5974c92f6da9042.tar.gz
bump to 1.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"