summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent283a2fbec96e57754e194dc19b1815c441ae0a44 (diff)
downloadaur-3396a623ef183579e7803318779309c4fa928aed.tar.gz
v0.6.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"