summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-04-10 17:50:19 -0500
committerCarlos Aznarán Laos2022-04-10 17:50:19 -0500
commitfeca193ac8a56932d66fb4342c1c4efd2181c881 (patch)
treebda4a95afb71607c3040bc33357a2dfa5c958f61 /PKGBUILD
parentf01a32938c6b8ce5f40dc9cf5cc11794aab4118e (diff)
downloadaur-feca193ac8a56932d66fb4342c1c4efd2181c881.tar.gz
Replace python-appdirs to python-platformdirs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 168c5151e52c..59467cc18788 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgrel=1
arch=(any)
url="https://github.com/reclosedev/${_base}"
license=('custom:BSD-2-clause')
-depends=(python-requests python-appdirs python-cattrs python-url-normalize)
+depends=(python-requests python-platformdirs python-cattrs python-url-normalize)
makedepends=(python-build python-install python-poetry git)
optdepends=('python-boto3: Cache backend for Amazon DynamoDB database'
'python-botocore: Interface for Amazon Web Services'