summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreyson Christoforo2020-05-23 22:06:48 +0100
committerGreyson Christoforo2020-05-23 22:06:48 +0100
commitc3cc36c6760e26d0920d4480ee44a412a6d075f9 (patch)
treeab3fad8604d54644d47be082202a6f0510230ba3
parent45c74f33a1eb1aa164e7c9f5846f997b2097ebbf (diff)
downloadaur-c3cc36c6760e26d0920d4480ee44a412a6d075f9.tar.gz
bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ebc9964c660..af0e2b91a7ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-dash-daq
pkgdesc = Control components for Dash
- pkgver = 0.4.0
+ pkgver = 0.5.0
pkgrel = 1
url = https://github.com/plotly/dash-daq
arch = any
@@ -12,8 +12,8 @@ pkgbase = python-dash-daq
depends = python-future
depends = yarn
depends = python-yaml
- source = https://github.com/plotly/dash-daq/archive/v0.4.0.tar.gz
- sha256sums = c1716a5821653bd7b2f625077ba1243e59f9458e6ca29560f6b1a99ef60c0b69
+ source = https://github.com/plotly/dash-daq/archive/v0.5.0.tar.gz
+ sha256sums = a3c37622843bbd2919565ff6ad08c132fa9155b31f8efce2d627ffa619715d21
pkgname = python-dash-daq
diff --git a/PKGBUILD b/PKGBUILD
index 8be36bc3511e..52568e19c7ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grey Christoforo <first name [at] last name [dot] net>
pkgname=python-dash-daq
-pkgver=0.4.0
+pkgver=0.5.0
pkgrel=1
pkgdesc="Control components for Dash"
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
depends=(python python-dash python-dash-table python-future yarn python-yaml)
makedepends=(python-setuptools)
source=(https://github.com/plotly/dash-daq/archive/v${pkgver}.tar.gz)
-sha256sums=('c1716a5821653bd7b2f625077ba1243e59f9458e6ca29560f6b1a99ef60c0b69')
+sha256sums=('a3c37622843bbd2919565ff6ad08c132fa9155b31f8efce2d627ffa619715d21')
prepare() {