summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2019-10-17 15:02:01 -0400
committerGuillaume Horel2019-10-17 15:02:01 -0400
commite8577b076c695c5247308a309222f44fee65a5e4 (patch)
tree08a31a2021a95d628d3ddfa5ed0a6ef9c285abf7 /PKGBUILD
parenta25f083b8bf76525019ece4c7ced54f2a3e55b00 (diff)
downloadaur-e8577b076c695c5247308a309222f44fee65a5e4.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 d752a881ad67..35fa0efd394a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dash
_pkgname=dash
-pkgver=0.39.0
+pkgver=1.4.1
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=('7277b469b5e4a3648265b6cf4c24826e71bbc2a995ab1435873152c8e50c2c57')
+sha256sums=('4fe9357878abb09114dea152de1a231265ffdbb1e42e2f8d601435f7be4e4be2')
package(){
cd "$srcdir/$_pkgname-$pkgver"