summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGreyson Christoforo2021-03-06 10:23:48 +0000
committerGreyson Christoforo2021-03-06 10:23:48 +0000
commit6b446eba950aa7ceda21d16b391c405103ff46f5 (patch)
tree96249889f3e1c7e0040d51b6bb0fa6b368f7cbc9 /PKGBUILD
parent52411d3f47acae61b6bb9217768654ba555ef5ab (diff)
downloadaur-6b446eba950aa7ceda21d16b391c405103ff46f5.tar.gz
add check dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5060b1e01c5..a9f5defcfdf0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,6 +18,7 @@ python-ezdxf
checkdepends=(
python-pytest
python-typing_extensions
+python-nptyping
ipython
)
@@ -31,7 +32,6 @@ pkgver() {
prepare() {
cd cadquery
-
}
build() {