summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgetzze2023-12-07 23:12:03 +0000
committergetzze2023-12-07 23:12:03 +0000
commitd6414239e6445160ae32bc7d84c629122d0d27ec (patch)
tree6e2c139551e0c57d7fa4edfa230ad8d73d66debd
parent82d555ba5ec5336127b2328875f16dc6a7108fd6 (diff)
downloadaur-d6414239e6445160ae32bc7d84c629122d0d27ec.tar.gz
update 7.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9a4ec2380e5..ff4bc3065d88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-django-cacheops
pkgdesc = A slick ORM cache with automatic granular event-driven invalidation
- pkgver = 6.0
+ pkgver = 7.0.2
pkgrel = 1
url = https://github.com/Suor/django-cacheops
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-django-cacheops
depends = python-redis
depends = python-funcy
options = !emptydirs
- source = python-django-cacheops-6.0.tar.gz::https://github.com/Suor/django-cacheops/archive/6.0.tar.gz
- sha256sums = d421b61579e0ff1b12a5d5b2989433e339a4bbc523db1de7b92e54fb0c33d473
+ source = python-django-cacheops-7.0.2.tar.gz::https://github.com/Suor/django-cacheops/archive/7.0.2.tar.gz
+ sha256sums = fdb3ab5c631f14e26b754cd0838bf8becbc76945725dc0d3416523ae48fc3253
pkgname = python-django-cacheops
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')