summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-05-19 21:10:54 +0200
committerGoliathLabs2020-05-19 21:10:54 +0200
commit7ab167aa319b822163aab1b6eb96e15b2e52dd61 (patch)
treef536ae65eab9f416ffcf6a91bf6649cb086e9c75
parent5c76e21e6b9656721a7d34731b17e17ee4a770e4 (diff)
downloadaur-7ab167aa319b822163aab1b6eb96e15b2e52dd61.tar.gz
Updated: 4.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 265a90bbcd76..b12602616a9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = django-redis
pkgdesc = Full featured redis cache backend for Django
- pkgver = 4.10.0
+ pkgver = 4.11.0
pkgrel = 1
url = https://github.com/niwinz/django-redis
arch = any
@@ -8,8 +8,8 @@ pkgbase = django-redis
makedepends = python
makedepends = python-setuptools
makedepends = python-redis
- source = https://pypi.io/packages/source/d/django-redis/django-redis-4.10.0.tar.gz
- sha256sums = af0b393864e91228dd30d8c85b5c44d670b5524cb161b7f9e41acc98b6e5ace7
+ source = https://pypi.io/packages/source/d/django-redis/django-redis-4.11.0.tar.gz
+ sha256sums = a5b1e3ffd3198735e6c529d9bdf38ca3fcb3155515249b98dc4d966b8ddf9d2b
pkgname = python-django-redis
diff --git a/PKGBUILD b/PKGBUILD
index c860e260e924..76b5ac9a0009 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Razer <razer[AT]neuf[DOT]fr>
+# Maintainer: Felix Golatofski <contact@xdfr.de>
+# Contributor: Razer <razer[AT]neuf[DOT]fr>
pkgbase=django-redis
pkgname=('python-django-redis')
-pkgver=4.10.0
+pkgver=4.11.0
pkgrel=1
pkgdesc="Full featured redis cache backend for Django"
arch=('any')
@@ -10,7 +11,7 @@ license=('BSD')
url="https://github.com/niwinz/django-redis"
makedepends=('python' 'python-setuptools' 'python-redis')
source=("https://pypi.io/packages/source/d/${pkgbase}/${pkgbase}-${pkgver}.tar.gz")
-sha256sums=('af0b393864e91228dd30d8c85b5c44d670b5524cb161b7f9e41acc98b6e5ace7')
+sha256sums=('a5b1e3ffd3198735e6c529d9bdf38ca3fcb3155515249b98dc4d966b8ddf9d2b')
package_python-django-redis() {
cd "${srcdir}/${pkgbase}-${pkgver}"