summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉlie Bouttier2020-04-26 19:39:24 +0200
committerÉlie Bouttier2020-04-26 19:39:24 +0200
commit3396a623ef183579e7803318779309c4fa928aed (patch)
treeba74dd83648f5b7a64eefc1dd6dab2dff52ac140
parent283a2fbec96e57754e194dc19b1815c441ae0a44 (diff)
downloadaur-3396a623ef183579e7803318779309c4fa928aed.tar.gz
v0.6.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39fc12b8553c..682b1d1376fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-rq-dashboard
pkgdesc = Flask-based web front-end for monitoring RQ queues
- pkgver = 0.3.10
+ pkgver = 0.6.1
pkgrel = 1
- url = https://github.com/eoranged/rq-dashboard/
+ url = https://github.com/Parallels/rq-dashboard/
arch = any
license = BSD
makedepends = python
@@ -13,8 +13,8 @@ pkgbase = python-rq-dashboard
depends = python-redis
depends = python-rq
depends = python-arrow
- source = https://github.com/eoranged/rq-dashboard/archive/0.3.10.tar.gz
- sha256sums = ba0103b2fcfd1b09530e0fc1a11b66280ce2ea71f123357db0725687668dbe60
+ source = https://github.com/Parallels/rq-dashboard/archive/0.6.1.tar.gz
+ sha256sums = 624be5c9823dcf719430f4b7064dec77c5b7b6cfd7143e6c499e2d03ee5538da
pkgname = python-rq-dashboard
diff --git a/PKGBUILD b/PKGBUILD
index 589756704e28..2d283b0012d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Élie Bouttier <elie+aur@bouttier.eu>
pkgname=python-rq-dashboard
-pkgver=0.3.10
+pkgver=0.6.1
pkgrel=1
pkgdesc="Flask-based web front-end for monitoring RQ queues"
arch=('any')
license=('BSD')
-url="https://github.com/eoranged/rq-dashboard/"
+url="https://github.com/Parallels/rq-dashboard/"
makedepends=('python' 'python-setuptools')
depends=('python' 'python-click' 'python-flask' 'python-redis'
'python-rq' 'python-arrow')
source=("${url}archive/${pkgver}.tar.gz")
-sha256sums=('ba0103b2fcfd1b09530e0fc1a11b66280ce2ea71f123357db0725687668dbe60')
+sha256sums=('624be5c9823dcf719430f4b7064dec77c5b7b6cfd7143e6c499e2d03ee5538da')
package() {
cd "${srcdir}/rq-dashboard-${pkgver}"