summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdam Gradzki2017-11-17 08:15:04 -0600
committerAdam Gradzki2017-11-17 08:15:04 -0600
commit8ed9cd75368bfc453cfb9a51aeefaa48d984b444 (patch)
treef2b2ccd93a909adb82351b4235fe4d4d1c94645e /PKGBUILD
parentcc8ed23b3c126b8d356a1623abad0cc56a82746d (diff)
downloadaur-8ed9cd75368bfc453cfb9a51aeefaa48d984b444.tar.gz
remove commas
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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'