summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2020-02-21 21:24:50 +0000
committerGrey Christoforo2020-02-21 21:24:50 +0000
commit34e6ab41de111dab5a3a8eb46c659f4ea6e89d77 (patch)
tree28fbbb21b92b6417c2f05127b358304e2167c695
parent500941843cf03ce85b07de8b1dca2d11b8967828 (diff)
downloadaur-34e6ab41de111dab5a3a8eb46c659f4ea6e89d77.tar.gz
bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5bd322133b47..485648400fc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-dash-daq
pkgdesc = Control components for Dash
- pkgver = 0.2.2
+ pkgver = 0.3.3
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.2.2.tar.gz
- sha256sums = 0909d5556760f8caa7e2b3e8c48e4e4e812cb1a66422e4c59ceb7cee498982c1
+ source = https://github.com/plotly/dash-daq/archive/v0.3.3.tar.gz
+ sha256sums = 8ae2c55cff42e839d3a48392c624d102238b87b9ac29be8f74fbe8cb09081ee5
pkgname = python-dash-daq
diff --git a/PKGBUILD b/PKGBUILD
index 373f8f82475f..e4c5c55f3466 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.2.2
+pkgver=0.3.3
pkgrel=1
pkgdesc="Control components for Dash"
arch=('any')
@@ -10,7 +10,8 @@ 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=('0909d5556760f8caa7e2b3e8c48e4e4e812cb1a66422e4c59ceb7cee498982c1')
+sha256sums=('8ae2c55cff42e839d3a48392c624d102238b87b9ac29be8f74fbe8cb09081ee5')
+
prepare() {
cd "$srcdir/dash-daq-$pkgver"