summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2023-05-10 03:26:34 (GMT)
committerBritney Fransen <brfransen@gmail.com>2023-05-10 03:26:34 (GMT)
commit0edd456245ec2767aa827351d77f2c698d83e939 (patch)
tree3b369391c5bdc8e0d7ea56780464c106a5f2a2e3
parenta321ce58b41c5fcc8e1db75e5f237c86551a9462 (diff)
downloadlinhes_pkgbuild-0edd456245ec2767aa827351d77f2c698d83e939.zip
linhes_pkgbuild-0edd456245ec2767aa827351d77f2c698d83e939.tar.gz
linhes_pkgbuild-0edd456245ec2767aa827351d77f2c698d83e939.tar.bz2
python-requests-cache: rebuild
-rw-r--r--linhes/python-requests-cache/PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/linhes/python-requests-cache/PKGBUILD b/linhes/python-requests-cache/PKGBUILD
index 801a548..a284379 100644
--- a/linhes/python-requests-cache/PKGBUILD
+++ b/linhes/python-requests-cache/PKGBUILD
@@ -7,16 +7,15 @@
# Contributor: Roman Haritonov <reclosedev[at]gmail[dot]com>
_base=requests-cache
pkgname=python-${_base}
-pkgdesc="A transparent persistent cache for the requests library"
+pkgdesc="A persistent cache for python requests"
pkgver=1.0.1
-pkgrel=1
+pkgrel=2
arch=(any)
url="https://github.com/${_base}/${_base}"
license=('custom:BSD-2-clause')
-depends=(python-requests python-platformdirs python-cattrs python-url-normalize)
+depends=(python-requests python-cattrs python-platformdirs python-url-normalize)
makedepends=(python-poetry-core python-build python-installer python-wheel)
-optdepends=(
- 'python-boto3: Cache backend for Amazon DynamoDB database'
+optdepends=('python-boto3: Cache backend for Amazon DynamoDB database'
'python-botocore: Interface for Amazon Web Services'
'python-pymongo: Cache backend for MongoDB database'
'python-redis: Cache backend for Redis cache'