summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2019-12-31 13:25:16 +0000
committerGrey Christoforo2019-12-31 13:25:16 +0000
commit020f90e723cbfe1369eae623e54a6440772a2601 (patch)
treeb3dc5e2694e16637d0c5d7f13ec52785d0357642
parentae64dbb28539749b0cc213979945e7e457906d8c (diff)
downloadaur-020f90e723cbfe1369eae623e54a6440772a2601.tar.gz
fix depends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b5f9c23e602..fc39b0a671f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,8 @@ pkgbase = python-cadquery-git
url = https://github.com/CadQuery/cadquery
arch = any
license = Apache
- makedepends = python-pytest
- makedepends = python-pytest-cov
+ checkdepends = python-pytest
+ checkdepends = python-pytest-cov
depends = python-occ-cadquery-git
depends = python
provides = python-cadquery
diff --git a/PKGBUILD b/PKGBUILD
index 5d35054dcd63..cf9919c8d2e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('Apache')
provides=('python-cadquery')
conflicts=('python-cadquery')
depends=('python-occ-cadquery-git' 'python')
-makedepends=('python-pytest' 'python-pytest-cov')
+checkdepends=('python-pytest' 'python-pytest-cov')
source=("git+https://github.com/CadQuery/cadquery.git")
md5sums=('SKIP')