diff options
author | Britney Fransen <brfransen@gmail.com> | 2018-03-28 00:28:48 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2018-03-28 00:28:48 (GMT) |
commit | b43999a13c6cecdc26e7a6838f18cb22d41feb7b (patch) | |
tree | 93e975a601d6f4ed1fcaa786cec75e319089a681 /abs/core/python_modules | |
parent | e5dc3dc5dfe3941930d66a8ab3930ac5cb78d6fc (diff) | |
download | linhes_pkgbuild-b43999a13c6cecdc26e7a6838f18cb22d41feb7b.zip linhes_pkgbuild-b43999a13c6cecdc26e7a6838f18cb22d41feb7b.tar.gz linhes_pkgbuild-b43999a13c6cecdc26e7a6838f18cb22d41feb7b.tar.bz2 |
python-requests-cache: update to 0.4.13
Diffstat (limited to 'abs/core/python_modules')
-rw-r--r-- | abs/core/python_modules/python-requests-cache/PKGBUILD | 11 | ||||
-rw-r--r-- | abs/core/python_modules/python-requests-cache/__changelog | 1 |
2 files changed, 6 insertions, 6 deletions
diff --git a/abs/core/python_modules/python-requests-cache/PKGBUILD b/abs/core/python_modules/python-requests-cache/PKGBUILD index b7d9937..39784ed 100644 --- a/abs/core/python_modules/python-requests-cache/PKGBUILD +++ b/abs/core/python_modules/python-requests-cache/PKGBUILD @@ -2,16 +2,17 @@ pkgbase=python-requests-cache _pyname=requests-cache -pkgname=('python2-requests-cache') -makedepends=('python2' 'python2-setuptools') -pkgver=0.4.12 -pkgrel=2 +pkgname=('python-requests-cache' 'python2-requests-cache') +makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools' + 'python-requests' 'python2-requests') +pkgver=0.4.13 +pkgrel=1 pkgdesc="Persistent cache for requests library" arch=('any') url="https://github.com/reclosedev/requests-cache" license=('BSD') source=("${_pyname}-${pkgver}.tar.gz::https://github.com/reclosedev/${_pyname}/archive/v${pkgver}.tar.gz") -sha512sums=('06d563d59c24f311209b81beb96130b75d1e849e0bb94ad636b3ac269eed7c89fdddfed8da86560473c4463425ea98953d30fb3da05efd614907855f130587fc') +sha512sums=('54d814c9c4da1b1fa6f4ec124faee7e74e7ca52bc90ae7c948f19e9cb7657fe2b41f5de6c5fafe259526312d82dc5efd81ad01a741a66baf12ea2a358334f912') package_python-requests-cache() { depends=('python') diff --git a/abs/core/python_modules/python-requests-cache/__changelog b/abs/core/python_modules/python-requests-cache/__changelog deleted file mode 100644 index 60db758..0000000 --- a/abs/core/python_modules/python-requests-cache/__changelog +++ /dev/null @@ -1 +0,0 @@ -PKGBUILD: remove py3 stuff |