summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCorentin Cadiou2023-06-06 10:10:24 +0200
committerCorentin Cadiou2023-06-06 10:10:24 +0200
commitf660434fa83b162345efcc1bffa6bd2ffcbbf9b6 (patch)
treec98a2f8e8c3e0cb8e8288fab811f17841848e419 /PKGBUILD
parent1bd0788707570db4b5efbeb74d0397e95dece3a6 (diff)
downloadaur-f660434fa83b162345efcc1bffa6bd2ffcbbf9b6.tar.gz
Fix name of dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8cac3817e49c..80e9ba057cfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_gitname=yt
pkgname=python-${_gitname}-git
pkgver=4.0.0.r2489.g7df628d03
-pkgrel=1
+pkgrel=2
pkgdesc="python package for data analysis and visualization"
url="http://yt-project.org"
arch=(any)
@@ -18,7 +18,7 @@ depends=(
'python-sympy'
'python-tomli-w'
'python-tqdm'
- 'python-typing-extensions'
+ 'python-typing_extensions'
'python-unyt'
)
makedepends=(