summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgetzze2020-12-06 17:20:14 +0000
committergetzze2020-12-06 17:20:14 +0000
commit269ba9e954b99617e4f713850ae5515487dc24c8 (patch)
treea0eee7ab71581c913769affde660a305dbb6b7de
parent67b3128440811f21e2bba7b5f79f5c8c7728af5f (diff)
downloadaur-269ba9e954b99617e4f713850ae5515487dc24c8.tar.gz
up 5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6aeeae5f33c5..a12c709a07b7 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 = 5.0.1
+ pkgver = 5.1
pkgrel = 1
url = https://github.com/Suor/django-cacheops
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-django-cacheops
depends = python-django
depends = python-redis
options = !emptydirs
- source = python-django-cacheops-5.0.1.tar.gz::https://github.com/Suor/django-cacheops/archive/5.0.1.tar.gz
- sha256sums = f6fc9453860cbafcd05d1ed8dee4674b298b97fa3b3f0096242b5f221d116971
+ source = python-django-cacheops-5.1.tar.gz::https://github.com/Suor/django-cacheops/archive/5.1.tar.gz
+ sha256sums = 6f0ab9b057e6767f5ec9fa40869ea2e28cb499c7c82e4cb83194cb8f9cdbaa90
pkgname = python-django-cacheops
diff --git a/PKGBUILD b/PKGBUILD
index 7e61974efbdb..a0a72cf45e5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: getzze <getzze at gmail dot com>
pkgname='python-django-cacheops'
-pkgver=5.0.1
+pkgver=5.1
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=('f6fc9453860cbafcd05d1ed8dee4674b298b97fa3b3f0096242b5f221d116971')
+sha256sums=('6f0ab9b057e6767f5ec9fa40869ea2e28cb499c7c82e4cb83194cb8f9cdbaa90')
depends=('python-django' 'python-redis')
makedepends=('python-setuptools')