summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2020-05-24 21:33:31 -0400
committerGuillaume Horel2020-05-24 21:34:30 -0400
commitadac4633b6f6463c21614599801ba08d71520e64 (patch)
tree4225559ff219838a8ac344d750495e8ca1b1f26e /PKGBUILD
parent6fa4f938d507c550d75076a1b0595296c9c71321 (diff)
downloadaur-adac4633b6f6463c21614599801ba08d71520e64.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 276ed4141fd7..616975e5264a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dash
_pkgname=dash
-pkgver=1.11.0
+pkgver=1.12.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=('57e32410a4f0f9fef0cdcd61f801bd01738f343ad308fa51592859ef9bc5c5ad')
+sha256sums=('aa9bed7b7d85b9bdf4ac1669d206a86024098d1b2b3a88b0bce12012979939a5')
package(){
cd "$srcdir/$_pkgname-$pkgver"