summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreyson Christoforo2020-04-17 12:39:43 +0100
committerGreyson Christoforo2020-04-17 12:39:43 +0100
commit45c74f33a1eb1aa164e7c9f5846f997b2097ebbf (patch)
tree64ff6482d097a632af571a242e4af7bb3eb150c0
parent34e6ab41de111dab5a3a8eb46c659f4ea6e89d77 (diff)
downloadaur-45c74f33a1eb1aa164e7c9f5846f997b2097ebbf.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 485648400fc6..7ebc9964c660 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-dash-daq
pkgdesc = Control components for Dash
- pkgver = 0.3.3
+ pkgver = 0.4.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.3.3.tar.gz
- sha256sums = 8ae2c55cff42e839d3a48392c624d102238b87b9ac29be8f74fbe8cb09081ee5
+ source = https://github.com/plotly/dash-daq/archive/v0.4.0.tar.gz
+ sha256sums = c1716a5821653bd7b2f625077ba1243e59f9458e6ca29560f6b1a99ef60c0b69
pkgname = python-dash-daq
diff --git a/PKGBUILD b/PKGBUILD
index e4c5c55f3466..8be36bc3511e 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.3.3
+pkgver=0.4.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=('8ae2c55cff42e839d3a48392c624d102238b87b9ac29be8f74fbe8cb09081ee5')
+sha256sums=('c1716a5821653bd7b2f625077ba1243e59f9458e6ca29560f6b1a99ef60c0b69')
prepare() {