summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2021-01-26 09:14:02 +0000
committerGrey Christoforo2021-01-26 09:14:02 +0000
commit92ac79fcb2c8bd3d1c17769be31a897ee36f45ee (patch)
tree8268a3571f1726e16c079d75f2c90079162df20e
parent9548d8e423df77c854f084590b2f584a0080d59d (diff)
downloadaur-92ac79fcb2c8bd3d1c17769be31a897ee36f45ee.tar.gz
make sure joblib works
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc4cce65de8a..e03dea261f08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index a2b9a207c58c..afb583cb7517 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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