summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJingbei Li2023-07-03 18:48:00 +0800
committerJingbei Li2023-07-03 18:48:00 +0800
commitae822323879f099961ef83efbe694d9260c9dd14 (patch)
treec55f2ef132f282df3143c28e8801dabf8a7571f5 /PKGBUILD
parent6e08e85b8f0e00cc50741798b7f6d523390e4e09 (diff)
downloadaur-openface.tar.gz
added boost and other dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e182c03d5af..7e4620409e87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ pkgdesc="A state-of-the art tool intended for facial landmark detection, head po
arch=('x86_64')
url="https://github.com/TadasBaltrusaitis/${_pkgname}"
license=('custom')
-depends=('dlib' 'openblas' 'opencv')
-makedepends=('cmake' 'qt6-base' 'tbb' 'wget')
+depends=('boost-libs' 'dlib' 'gcc-libs' 'glibc' 'openblas' 'opencv')
+makedepends=('cmake' 'qt6-base' 'tbb' 'wget' 'boost')
source=("${url}/archive/refs/tags/${_pkgname}_${pkgver}.tar.gz")
sha256sums=('928e6346bcff41393393a364df99bf09c3410fab85b569f2023e3224d2a1981a')