summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c362ad6e96e8..b69387a62c78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Oct 5 12:22:51 UTC 2016
+# Sun Feb 5 23:15:42 UTC 2017
pkgbase = python2-rq-dashboard
pkgdesc = Flask-based web front-end for monitoring RQ queues
- pkgver = 0.3.7
+ pkgver = 0.3.8
pkgrel = 1
url = https://github.com/ducu/rq-dashboard/
arch = any
@@ -15,8 +15,8 @@ pkgbase = python2-rq-dashboard
depends = python2-redis
depends = python2-rq
depends = python2-arrow
- source = https://github.com/ducu/rq-dashboard/archive/0.3.7.tar.gz
- sha256sums = 3aa541bf643af5d89bf9fc52e27ed05a3daeea188bda599cf65446f158d00e84
+ source = https://github.com/ducu/rq-dashboard/archive/0.3.8.tar.gz
+ sha256sums = a32b81009f0a4986f67272df74b9d808df2faa028f223eff3f5a3850c6006a2d
pkgname = python2-rq-dashboard
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}"