diff options
author | getzze | 2023-12-07 23:12:03 +0000 |
---|---|---|
committer | getzze | 2023-12-07 23:12:03 +0000 |
commit | d6414239e6445160ae32bc7d84c629122d0d27ec (patch) | |
tree | 6e2c139551e0c57d7fa4edfa230ad8d73d66debd /PKGBUILD | |
parent | 82d555ba5ec5336127b2328875f16dc6a7108fd6 (diff) | |
download | aur-d6414239e6445160ae32bc7d84c629122d0d27ec.tar.gz |
update 7.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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') |