summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f419183ee99a..f01d569e3cac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dash-html-components
_pkgname=dash_html_components
-pkgver=0.13.2
+pkgver=1.0.1
pkgrel=1
pkgdesc="Dash UI HTML components suite"
arch=('any')
@@ -12,7 +12,7 @@ depends=('python')
optdepends=()
makedepends=('python-setuptools')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('daf80a0b9dd244bb34e47381a9766617451301ac5aa204faa7e7f069a52d93f9')
+sha256sums=('7d7e80bf12635eb7d281fb0e7dd4b6e53f10dd57e3384ea5044c44ab16454fe4')
package(){
cd "$srcdir/$_pkgname-$pkgver"