diff options
author | Greyson Christoforo | 2022-08-08 10:52:38 +0100 |
---|---|---|
committer | Greyson Christoforo | 2022-08-08 10:52:38 +0100 |
commit | 2af377884840826d0365f73f255bfcc3265b3e19 (patch) | |
tree | 443bb2277ef400ac2da53835a31a35fa28c5766d /PKGBUILD | |
parent | e2147140588415fa842d05cea3d084540f58277f (diff) | |
download | aur-2af377884840826d0365f73f255bfcc3265b3e19.tar.gz |
bump ver, add dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,7 @@ # Maintainer: Grey Christoforo <first name at last name dot net> pkgname=python-cadquery-git -pkgver=2.1.r311.g9ef08d6 +pkgver=2.1.r474.gec54a38 pkgrel=1 pkgdesc="A parametric CAD scripting framework based on PythonOCC built from git" arch=(x86_64) @@ -18,6 +18,7 @@ python-ezdxf python-typing_extensions nlopt openvr +casadi ) checkdepends=( python-pytest |