summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2019-11-08 20:36:20 -0500
committerGuillaume Horel2019-11-08 20:36:20 -0500
commit7de70e5f012a5f2dc0b4ee1c60c0af8b7604e9be (patch)
tree2dc3ecd7df01f86fa21063e2b6a84f57067d7635 /PKGBUILD
parent103c6849a9370b29fc5e29d4c81652715752f505 (diff)
downloadaur-7de70e5f012a5f2dc0b4ee1c60c0af8b7604e9be.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 35fa0efd394a..2275d7b42505 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dash
_pkgname=dash
-pkgver=1.4.1
+pkgver=1.6.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=('4fe9357878abb09114dea152de1a231265ffdbb1e42e2f8d601435f7be4e4be2')
+sha256sums=('264b0b4cb9fee14b7244a92b26dc47ba084e840bacb2fd70a3fa78ee581f830a')
package(){
cd "$srcdir/$_pkgname-$pkgver"