summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCleber Matheus2024-05-13 18:24:05 -0300
committerCleber Matheus2024-05-13 18:24:05 -0300
commitc7ab8a3d913379776569c8d50df5123cc4e43223 (patch)
tree2168dd33e7be3fcf55f242ed5c15bd82cfb15d3f
parent91d765fe02bf14ae4f128c607a48cff00548f606 (diff)
downloadaur-c7ab8a3d913379776569c8d50df5123cc4e43223.tar.gz
Updated to v2.10.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1dbb181fda92..34ac66b664c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = django-rq
pkgdesc = A simple app that provides django integration for RQ (Redis Queue)
- pkgver = 2.3.2
+ pkgver = 2.10.2
pkgrel = 1
url = https://github.com/ui/django-rq
arch = any
@@ -9,11 +9,10 @@ pkgbase = django-rq
makedepends = python-setuptools
makedepends = python-django
makedepends = python-rq
- source = django-rq-2.3.2.tar.gz::https://github.com/ui/django-rq/archive/v2.3.2.tar.gz
- sha512sums = 53d75765289f48360e26ede0ea7540741c09b63666bd127fd93e2e9c7bbf1b5135b6f2c0415987e7b15baff9b26e0e5f9fd2aec7bbd4b8633fdd051d2583d577
+ source = django-rq-2.10.2.tar.gz::https://github.com/ui/django-rq/archive/v2.10.2.tar.gz
+ sha512sums = bc6d02db9c144b09cffd375322b9ff3adcb6970609968442066e1bc7755a5a33c6788d8573269749559af2d47c0829d798896951166e4385d6852520b4e28b94
pkgname = python-django-rq
depends = python
depends = python-django
depends = python-rq
-
diff --git a/PKGBUILD b/PKGBUILD
index 49f71e89722b..c22392a74b33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=django-rq
pkgname=('python-django-rq')
-pkgver=2.3.2
+pkgver=2.10.2
pkgrel=1
pkgdesc="A simple app that provides django integration for RQ (Redis Queue)"
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
url="https://github.com/ui/django-rq"
makedepends=('python' 'python-setuptools' 'python-django' 'python-rq')
source=("django-rq-${pkgver}.tar.gz::https://github.com/ui/django-rq/archive/v${pkgver}.tar.gz")
-sha512sums=('53d75765289f48360e26ede0ea7540741c09b63666bd127fd93e2e9c7bbf1b5135b6f2c0415987e7b15baff9b26e0e5f9fd2aec7bbd4b8633fdd051d2583d577')
+sha512sums=('bc6d02db9c144b09cffd375322b9ff3adcb6970609968442066e1bc7755a5a33c6788d8573269749559af2d47c0829d798896951166e4385d6852520b4e28b94')
package_python-django-rq() {
depends=('python' 'python-django' 'python-rq')