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 79613feec145..f5bab6ae568f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: getzze <getzze at gmail dot com>
pkgname='python-django-cacheops'
-pkgver=6.0
+pkgver=7.0.2
pkgrel=1
pkgdesc="A slick ORM cache with automatic granular event-driven invalidation"
arch=(any)
@@ -9,7 +9,7 @@ url="https://github.com/Suor/django-cacheops"
license=('custom')
options=(!emptydirs)
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('d421b61579e0ff1b12a5d5b2989433e339a4bbc523db1de7b92e54fb0c33d473')
+sha256sums=('fdb3ab5c631f14e26b754cd0838bf8becbc76945725dc0d3416523ae48fc3253')
depends=('python-django' 'python-redis' 'python-funcy')
makedepends=('python-setuptools')