summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2018-11-21 10:47:53 -0500
committerGuillaume Horel2018-11-21 10:47:53 -0500
commit60eb843f830fc9eaaaabfd33b22966cee942e5d4 (patch)
tree9c70df2efc706924490db72bb67bfab7057a4726 /PKGBUILD
parent10ac6f3c1cefb8e3b75f3d6b19ed0320ca17caf9 (diff)
downloadaur-60eb843f830fc9eaaaabfd33b22966cee942e5d4.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 68dbaccbb423..1e4c2419b2a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dash-core-components
_pkgname=dash_core_components
-pkgver=0.30.2
+pkgver=0.38.0
pkgrel=1
pkgdesc="Dash UI core components suite"
arch=('any')
@@ -13,7 +13,7 @@ depends=('python')
optdepends=()
makedepends=('python-setuptools')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('407f8c253c925de568b6572adb275e85fd75305694dcd4e263ca72a086790381')
+sha256sums=('2c28f4a5e2ec68d21c07105025a148bcdf62136dcdb8b3846cd6782d6d577a8d')
package(){
cd "$srcdir/$_pkgname-$pkgver"