summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip Goto2018-08-10 12:46:52 +0200
committerPhilip Goto2018-08-10 12:46:52 +0200
commit0b76f70fbc8c42b315f51ffcf664e48125864d01 (patch)
tree65d43be8e2247f753f3c1d5dac8db66838fd62a4 /PKGBUILD
parentaf51c511215b3045f8c9da38ab3d67a126ab8700 (diff)
downloadaur-0b76f70fbc8c42b315f51ffcf664e48125864d01.tar.gz
Change dlib-cuda dependency to dlib
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3bd965e5e6b4..1d3531114b60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="The world's simplest facial recognition api for Python and the command line"
url="https://github.com/ageitgey/face_recognition"
depends=('python-click>=6.0'
- 'python-dlib-cuda>=19.3'
+ 'python-dlib>=19.3'
'python-face_recognition_models'
'python-numpy'
'python-pillow'