diff options
author | Cleber Matheus | 2024-05-13 18:24:05 -0300 |
---|---|---|
committer | Cleber Matheus | 2024-05-13 18:24:05 -0300 |
commit | c7ab8a3d913379776569c8d50df5123cc4e43223 (patch) | |
tree | 2168dd33e7be3fcf55f242ed5c15bd82cfb15d3f | |
parent | 91d765fe02bf14ae4f128c607a48cff00548f606 (diff) | |
download | aur-c7ab8a3d913379776569c8d50df5123cc4e43223.tar.gz |
Updated to v2.10.2
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 6 deletions
@@ -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 - @@ -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') |