summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGreyson Christoforo2021-06-04 10:38:29 +0100
committerGreyson Christoforo2021-06-04 10:38:29 +0100
commitb5ec511bede917b338beaaac9b0760fae6d72c67 (patch)
treeb3efdb443490bc237b528da25c1c64b427bf5a08 /PKGBUILD
parent6b446eba950aa7ceda21d16b391c405103ff46f5 (diff)
downloadaur-b5ec511bede917b338beaaac9b0760fae6d72c67.tar.gz
fix depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9f5defcfdf0..5e697d8a195a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Grey Christoforo <first name at last name dot net>
pkgname=python-cadquery-git
-pkgver=2.1.r65.g0325474
-pkgrel=2
+pkgver=2.1.r149.g7b1a99c
+pkgrel=1
pkgdesc="A parametric CAD scripting framework based on PythonOCC built from git"
arch=(x86_64)
url="https://github.com/CadQuery/cadquery"
@@ -14,10 +14,10 @@ depends=(
python
python-ocp
python-ezdxf
+python-typing_extensions
)
checkdepends=(
python-pytest
-python-typing_extensions
python-nptyping
ipython
)