summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgetzze2021-04-26 12:40:20 +0100
committergetzze2021-04-26 12:40:20 +0100
commit20c0a21efaf222cb40b029d3f14381ae53627b0c (patch)
tree91573dfb3835d933935b973c3057e504d1c2667a
parent269ba9e954b99617e4f713850ae5515487dc24c8 (diff)
downloadaur-20c0a21efaf222cb40b029d3f14381ae53627b0c.tar.gz
add python-funcy depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a12c709a07b7..a7e27021db36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = python-django-cacheops
pkgdesc = A slick ORM cache with automatic granular event-driven invalidation
pkgver = 5.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Suor/django-cacheops
arch = any
license = custom
makedepends = python-setuptools
depends = python-django
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
diff --git a/PKGBUILD b/PKGBUILD
index a0a72cf45e5c..302e03f0664a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-django-cacheops'
pkgver=5.1
-pkgrel=1
+pkgrel=2
pkgdesc="A slick ORM cache with automatic granular event-driven invalidation"
arch=(any)
url="https://github.com/Suor/django-cacheops"
@@ -10,7 +10,7 @@ license=('custom')
options=(!emptydirs)
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
sha256sums=('6f0ab9b057e6767f5ec9fa40869ea2e28cb499c7c82e4cb83194cb8f9cdbaa90')
-depends=('python-django' 'python-redis')
+depends=('python-django' 'python-redis' 'python-funcy')
makedepends=('python-setuptools')
package() {