summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2019-12-31 13:25:16 +0000
committerGrey Christoforo2019-12-31 13:25:16 +0000
commit020f90e723cbfe1369eae623e54a6440772a2601 (patch)
treeb3dc5e2694e16637d0c5d7f13ec52785d0357642 /PKGBUILD
parentae64dbb28539749b0cc213979945e7e457906d8c (diff)
downloadaur-020f90e723cbfe1369eae623e54a6440772a2601.tar.gz
fix depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')