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 fdb34d46d8d8..58877ba42e39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=django-redis
pkgname=python-django-redis
-pkgver=5.1.0
+pkgver=5.2.0
pkgrel=1
pkgdesc="Full featured redis cache backend for Django"
arch=('any')
@@ -11,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=('98fb3d31633a1addea1aeb558a647359908bbcf78c0833f99496c5348fe3c1b4')
+sha256sums=('8a99e5582c79f894168f5865c52bd921213253b7fd64d16733ae4591564465de')
package_python-django-redis() {
cd "${srcdir}/${pkgbase}-${pkgver}"