summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2021-04-17 10:39:28 -0400
committerGuillaume Horel2021-04-17 10:39:28 -0400
commit2fa1b62e041e174f3ef0b9378b306424f2affb56 (patch)
tree1b5de2ab425a1b5cb9059abd925a6f1128f2a072 /PKGBUILD
parent739030d8f350634676b25f32fdfb5805d47a3005 (diff)
downloadaur-2fa1b62e041e174f3ef0b9378b306424f2affb56.tar.gz
bump to 1.20.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b037a448b04e..6beea3f16c81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dash
_pkgname=dash
-pkgver=1.19.0
+pkgver=1.20.0
pkgrel=1
pkgdesc="A python framework for building analytical web applications"
arch=('any')
@@ -12,7 +12,7 @@ depends=('python-dash-renderer' 'python-dash-core-components' 'python-dash-html-
optdepends=()
makedepends=('python-setuptools')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('ba7307f94795fee844551791d401073d4e9b8d71596b37d54e131cec044268ef')
+sha256sums=('127c16f71d3c8345dd29ab2aed099330aafd6d558734bec5bbcccadd0a7e6b29')
package(){
cd "$srcdir/$_pkgname-$pkgver"