summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Berquist2020-04-25 21:10:20 -0400
committerEric Berquist2020-04-25 21:10:20 -0400
commit7025ded5800b91988506282ed6c43b3d48b0dffa (patch)
tree9f9de0d0a7225f2deb9e5a5c62851ea5ffc3d2de /PKGBUILD
parent24012bfa42ba392bae7e16b70dd9c91280cc075f (diff)
downloadaur-python-pydantic.tar.gz
python-email-validation -> python-email-validator
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e13174579619..87bfbdb632a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name="pydantic"
pkgname="python-${_name}"
pkgver=1.5.1
-pkgrel=1
+pkgrel=2
pkgdesc="Data validation using Python type hinting"
arch=("x86_64")
url="https://pydantic-docs.helpmanual.io/"
@@ -11,7 +11,7 @@ license=("MIT")
depends=("python")
makedepends=("cython")
optdepends=("python-ujson: faster JSON parsing in pure Python"
- "python-email-validation: enable email validation")
+ "python-email-validator: enable email validation")
checkdepends=("python-pytest-cov" "mypy")
source=("https://github.com/samuelcolvin/${_name}/archive/v${pkgver}.tar.gz")
sha256sums=('3cb8fa09fe301ffb19f1d35e41dde95ad72e7c7649b8cb6689aedea13c5dc41f')