summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2019-03-12 17:16:00 -0400
committerGuillaume Horel2019-03-12 17:16:00 -0400
commita25f083b8bf76525019ece4c7ced54f2a3e55b00 (patch)
treedb9357b46a4dda7b4be531544775de5d523beb9f /PKGBUILD
parent39be2e9827eef31f37c2c761a5138077aa535db3 (diff)
downloadaur-a25f083b8bf76525019ece4c7ced54f2a3e55b00.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 782bd7c8ae3e..d752a881ad67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dash
_pkgname=dash
-pkgver=0.30.0
+pkgver=0.39.0
pkgrel=1
pkgdesc="A python framework for building analytical web applications"
arch=('any')
@@ -12,7 +12,7 @@ depends=('python' 'python-dash-renderer' 'python-dash-core-components' 'python-d
optdepends=()
makedepends=('python-setuptools')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('58698be3fac615f92939389827ba1f91429fbcb33aab6b234d222ff2d8f4e252')
+sha256sums=('7277b469b5e4a3648265b6cf4c24826e71bbc2a995ab1435873152c8e50c2c57')
package(){
cd "$srcdir/$_pkgname-$pkgver"