summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ca8b3c8367c..6cba734c0610 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Élie Bouttier <elie+aur@bouttier.eu>
pkgname=python2-rq-dashboard
-pkgver=0.3.7
+pkgver=0.3.8
pkgrel=1
pkgdesc="Flask-based web front-end for monitoring RQ queues"
arch=('any')
@@ -11,7 +11,7 @@ makedepends=('python2' 'python2-setuptools')
depends=('python2' 'python2-click' 'python2-flask' 'python2-redis'
'python2-rq' 'python2-arrow')
source=("${url}archive/${pkgver}.tar.gz")
-sha256sums=('3aa541bf643af5d89bf9fc52e27ed05a3daeea188bda599cf65446f158d00e84')
+sha256sums=('a32b81009f0a4986f67272df74b9d808df2faa028f223eff3f5a3850c6006a2d')
package() {
cd "${srcdir}/rq-dashboard-${pkgver}"