From 0edd456245ec2767aa827351d77f2c698d83e939 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Tue, 9 May 2023 23:26:34 -0400 Subject: python-requests-cache: rebuild --- linhes/python-requests-cache/PKGBUILD | 9 ++++----- 1 file 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 _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' -- cgit v0.12