summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 302e03f0664a..79613feec145 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: getzze <getzze at gmail dot com>
pkgname='python-django-cacheops'
-pkgver=5.1
-pkgrel=2
+pkgver=6.0
+pkgrel=1
pkgdesc="A slick ORM cache with automatic granular event-driven invalidation"
arch=(any)
url="https://github.com/Suor/django-cacheops"
license=('custom')
options=(!emptydirs)
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('6f0ab9b057e6767f5ec9fa40869ea2e28cb499c7c82e4cb83194cb8f9cdbaa90')
+sha256sums=('d421b61579e0ff1b12a5d5b2989433e339a4bbc523db1de7b92e54fb0c33d473')
depends=('python-django' 'python-redis' 'python-funcy')
makedepends=('python-setuptools')