summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d90a35cba0e..294bb4225d59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = python-requests-cache
pkgdesc = Persistent cache for requests library
pkgver = 0.4.12
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/reclosedev/requests-cache
arch = any
license = BSD
makedepends = python
makedepends = python2
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
source = requests-cache-0.4.12.tar.gz::https://github.com/reclosedev/requests-cache/archive/v0.4.12.tar.gz
sha512sums = 06d563d59c24f311209b81beb96130b75d1e849e0bb94ad636b3ac269eed7c89fdddfed8da86560473c4463425ea98953d30fb3da05efd614907855f130587fc
diff --git a/PKGBUILD b/PKGBUILD
index a7d065ae7117..28c209d3e485 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-requests-cache
_pyname=requests-cache
pkgname=('python-requests-cache' 'python2-requests-cache')
-makedepends=('python' 'python2')
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
pkgver=0.4.12
pkgrel=2
pkgdesc="Persistent cache for requests library"