diff options
author | Grey Christoforo | 2021-01-26 09:14:02 +0000 |
---|---|---|
committer | Grey Christoforo | 2021-01-26 09:14:02 +0000 |
commit | 92ac79fcb2c8bd3d1c17769be31a897ee36f45ee (patch) | |
tree | 8268a3571f1726e16c079d75f2c90079162df20e | |
parent | 9548d8e423df77c854f084590b2f584a0080d59d (diff) | |
download | aur-92ac79fcb2c8bd3d1c17769be31a897ee36f45ee.tar.gz |
make sure joblib works
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,12 +1,12 @@ pkgbase = python-ocp pkgdesc = Python wrapper for OCCT generated using pywrap pkgver = 7.5.RC1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/CadQuery/OCP arch = x86_64 license = Apache makedepends = clang - makedepends = python-joblib + makedepends = python-joblib=>1.0 makedepends = python-click makedepends = python-pandas makedepends = python-path @@ -6,7 +6,7 @@ _stubs_hash=372b103b4079ffe1a54e66310ea579040892c5dd #TODO: add stubs _pywrap_hash=530890da875ca33fe954e9de285674232d3b759f pkgver=${_pkgver//-/.} -pkgrel=1 +pkgrel=2 pkgdesc="Python wrapper for OCCT generated using pywrap" arch=(x86_64) url=https://github.com/CadQuery/OCP @@ -17,7 +17,7 @@ opencascade ) makedepends=( clang -python-joblib +"python-joblib=>1.0" python-click python-pandas python-path |