summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-07-02 22:26:25 -0500
committerCarlos Aznarán Laos2022-07-02 22:26:25 -0500
commit6caed83eee3dcea27e7bbbdd2edc460147026cf8 (patch)
treee7d2dacf4fc8b98353e387d2e06d3bc920fc8e56 /PKGBUILD
parent0c4e0187bf7c1df5f41624dbe957a8fca0033e06 (diff)
downloadaur-6caed83eee3dcea27e7bbbdd2edc460147026cf8.tar.gz
Add python-exceptiongroup
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 41515262f67c..d588b0de11c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,11 +9,11 @@ _base=requests-cache
pkgname=python-${_base}
pkgdesc="Transparent persistent cache for http://python-requests.org library"
pkgver=0.9.5
-pkgrel=1
+pkgrel=2
arch=(any)
url="https://github.com/reclosedev/${_base}"
license=('custom:BSD-2-clause')
-depends=(python-requests python-platformdirs python-cattrs python-url-normalize)
+depends=(python-requests python-platformdirs python-cattrs python-url-normalize python-exceptiongroup)
makedepends=(python-build python-installer python-poetry-core)
optdepends=('python-boto3: Cache backend for Amazon DynamoDB database'
'python-botocore: Interface for Amazon Web Services'