summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgetzze2023-12-07 23:12:03 +0000
committergetzze2023-12-07 23:12:03 +0000
commitd6414239e6445160ae32bc7d84c629122d0d27ec (patch)
tree6e2c139551e0c57d7fa4edfa230ad8d73d66debd /PKGBUILD
parent82d555ba5ec5336127b2328875f16dc6a7108fd6 (diff)
downloadaur-python-django-cacheops.tar.gz
update 7.0.2
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')