summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18e4170bed03..71951d522848 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,10 +6,10 @@ pkgbase = python-dlib-cuda
arch = any
license = Boost Software License
makedepends = cmake
- makedepends = boost,
- makedepends = cuda,
- makedepends = gcc-6,
- makedepends = python,
+ makedepends = boost
+ makedepends = cuda
+ makedepends = gcc-6
+ makedepends = python
makedepends = python2
optdepends = cblas: for BLAS support
optdepends = lapack: for LAPACK support
diff --git a/PKGBUILD b/PKGBUILD
index 6aeb6c8bd117..cf9454167ded 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgdesc="Dlib is a general purpose cross-platform C++ library designed using con
arch=('any')
url="http://www.dlib.net/"
license=('Boost Software License')
-makedepends=('cmake' 'boost', 'cuda', 'gcc-6', 'python', 'python2')
+makedepends=('cmake' 'boost' 'cuda' 'gcc-6' 'python' 'python2')
optdepends=('cblas: for BLAS support'
'lapack: for LAPACK support'
'libjpeg-turbo: for JPEG support'