summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgetzze2022-01-09 20:41:35 +0000
committergetzze2022-01-09 20:41:35 +0000
commit82d555ba5ec5336127b2328875f16dc6a7108fd6 (patch)
tree43e639fc8a734ed273215a5f220912b4f044a47e
parent20c0a21efaf222cb40b029d3f14381ae53627b0c (diff)
downloadaur-82d555ba5ec5336127b2328875f16dc6a7108fd6.tar.gz
update to 6.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7e27021db36..e9a4ec2380e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-django-cacheops
pkgdesc = A slick ORM cache with automatic granular event-driven invalidation
- pkgver = 5.1
- pkgrel = 2
+ pkgver = 6.0
+ pkgrel = 1
url = https://github.com/Suor/django-cacheops
arch = any
license = custom
@@ -10,8 +10,7 @@ pkgbase = python-django-cacheops
depends = python-redis
depends = python-funcy
options = !emptydirs
- source = python-django-cacheops-5.1.tar.gz::https://github.com/Suor/django-cacheops/archive/5.1.tar.gz
- sha256sums = 6f0ab9b057e6767f5ec9fa40869ea2e28cb499c7c82e4cb83194cb8f9cdbaa90
+ source = python-django-cacheops-6.0.tar.gz::https://github.com/Suor/django-cacheops/archive/6.0.tar.gz
+ sha256sums = d421b61579e0ff1b12a5d5b2989433e339a4bbc523db1de7b92e54fb0c33d473
pkgname = python-django-cacheops
-
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')