diff --git a/howdy/archlinux/howdy/.SRCINFO b/howdy/archlinux/howdy/.SRCINFO deleted file mode 100644 index 0fbef43..0000000 --- a/howdy/archlinux/howdy/.SRCINFO +++ /dev/null @@ -1,28 +0,0 @@ -pkgbase = howdy - pkgdesc = Windows Hello for Linux - pkgver = 2.6.1 - pkgrel = 1 - url = https://github.com/boltgolt/howdy - arch = x86_64 - license = MIT - makedepends = cmake - makedepends = pkgfile - depends = opencv - depends = hdf5 - depends = pam-python - depends = python3 - depends = python-dlib - depends = python-numpy - depends = python-opencv - backup = usr/lib/security/howdy/config.ini - source = howdy-2.6.1.tar.gz::https://github.com/boltgolt/howdy/archive/v2.6.1.tar.gz - source = https://github.com/davisking/dlib-models/raw/master/dlib_face_recognition_resnet_model_v1.dat.bz2 - source = https://github.com/davisking/dlib-models/raw/master/mmod_human_face_detector.dat.bz2 - source = https://github.com/davisking/dlib-models/raw/master/shape_predictor_5_face_landmarks.dat.bz2 - sha256sums = f3f48599f78fd82b049539fcfc34de25c9435cad732697bdda94e85352964794 - sha256sums = abb1f61041e434465855ce81c2bd546e830d28bcbed8d27ffbe5bb408b11553a - sha256sums = db9e9e40f092c118d5eb3e643935b216838170793559515541c56a2b50d9fc84 - sha256sums = 6e787bbebf5c9efdb793f6cd1f023230c4413306605f24f299f12869f95aa472 - -pkgname = howdy - diff --git a/howdy/archlinux/howdy/.gitignore b/howdy/archlinux/howdy/.gitignore index 6748987..cd14529 100644 --- a/howdy/archlinux/howdy/.gitignore +++ b/howdy/archlinux/howdy/.gitignore @@ -4,4 +4,5 @@ src *.zip *.tar.xz *.patch -*.dat.bz2 \ No newline at end of file +*.dat.bz2 +.SRCINFO diff --git a/howdy/archlinux/howdy/PKGBUILD b/howdy/archlinux/howdy/PKGBUILD index 1740ccb..b02dd63 100644 --- a/howdy/archlinux/howdy/PKGBUILD +++ b/howdy/archlinux/howdy/PKGBUILD @@ -17,6 +17,7 @@ depends=( 'python3' 'python-dlib' 'python-numpy' + 'python-opencv' ) makedepends=( 'cmake'