summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwilli2024-05-02 18:20:46 +0200
committerwilli2024-05-02 18:20:46 +0200
commit0041c6bda057c274f5ff5b7fc3c5fe44a39e1d27 (patch)
tree334f633734bc4cfdfbe7f402105a5369d53cc773 /PKGBUILD
parenta99b3f7353acf381e6c6d0d2e3ef0fc4deb3577c (diff)
downloadaur-0041c6bda057c274f5ff5b7fc3c5fe44a39e1d27.tar.gz
python-typing-extensions package is now python-typing_extensions
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b504198662a2..6fa81aa1ac7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ depends=(
'python-requests-pkcs12'
'python-restfly'
'python-semver'
- 'python-typing-extensions'
+ 'python-typing_extensions'
'python-urllib3')
makedepends=(
'python-build'