summarylogtreecommitdiffstats
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
parentf01a32938c6b8ce5f40dc9cf5cc11794aab4118e (diff)
downloadaur-feca193ac8a56932d66fb4342c1c4efd2181c881.tar.gz
Replace python-appdirs to python-platformdirs
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab3b0a306cb8..6db453a4d52f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,7 +17,7 @@ pkgbase = python-requests-cache-git
makedepends = python-poetry
makedepends = git
depends = python-requests
- depends = python-appdirs
+ depends = python-platformdirs
depends = python-cattrs
depends = python-url-normalize
optdepends = python-boto3: Cache backend for Amazon DynamoDB database
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'