summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ae95211d3f9..c8c21bbb096c 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 = 4.0.6
+ pkgver = 4.2
pkgrel = 1
url = https://github.com/Suor/django-cacheops
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-django-cacheops
makedepends = python-setuptools
makedepends = python2-setuptools
options = !emptydirs
- source = python-django-cacheops-4.0.6.tar.gz::https://github.com/Suor/django-cacheops/archive/4.0.6.tar.gz
- sha256sums = 799ce297d187f6a10523cfbc90434a5794fe2fa9a455b49f2f5b560f65e97626
+ source = python-django-cacheops-4.2.tar.gz::https://github.com/Suor/django-cacheops/archive/4.2.tar.gz
+ sha256sums = 271d20579dd95c7f58e5799cc8f2a8541f312f3fa263857ba22254a5863defc0
pkgname = python-django-cacheops
depends = python-django
diff --git a/PKGBUILD b/PKGBUILD
index 78515f927150..17e9800636f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: getzze <getzze at gmail dot com>
pkgname=('python-django-cacheops' 'python2-django-cacheops')
-pkgver=4.0.6
+pkgver=4.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=('799ce297d187f6a10523cfbc90434a5794fe2fa9a455b49f2f5b560f65e97626')
+sha256sums=('271d20579dd95c7f58e5799cc8f2a8541f312f3fa263857ba22254a5863defc0')
makedepends=('python-setuptools' 'python2-setuptools')
package_python-django-cacheops() {