From 02e144739a39b7f2a3ed165143f83f5de9807805 Mon Sep 17 00:00:00 2001 From: Franklyn Tackitt Date: Wed, 1 Jul 2020 08:16:48 -0700 Subject: [PATCH 1/2] Update Archlinux PKGBUILD to v2.6.0 --- archlinux/howdy/.SRCINFO | 7 +++---- archlinux/howdy/PKGBUILD | 13 ++++++------- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/archlinux/howdy/.SRCINFO b/archlinux/howdy/.SRCINFO index 2240f13..b1a0539 100644 --- a/archlinux/howdy/.SRCINFO +++ b/archlinux/howdy/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = howdy pkgdesc = Windows Hello for Linux - pkgver = 2.5.1 + pkgver = 2.6.0 pkgrel = 1 url = https://github.com/boltgolt/howdy arch = x86_64 @@ -11,7 +11,6 @@ pkgbase = howdy depends = opencv depends = hdf5 depends = pam-python - depends = python2 depends = python3 depends = python-pillow depends = python-dlib @@ -20,11 +19,11 @@ pkgbase = howdy depends = python-click depends = python-numpy backup = usr/lib/security/howdy/config.ini - source = https://github.com/boltgolt/howdy/archive/v2.5.1.tar.gz + source = https://github.com/boltgolt/howdy/archive/v2.6.0.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 = 596c8d947422e6d419746784f900a4af931a6fc647e1324913c6ce66a146bf82 + sha256sums = 5bac0f32cff1358ee06d2d33a50c3cbbb5f06973747343193ce7d9926c53de23 sha256sums = abb1f61041e434465855ce81c2bd546e830d28bcbed8d27ffbe5bb408b11553a sha256sums = db9e9e40f092c118d5eb3e643935b216838170793559515541c56a2b50d9fc84 sha256sums = 6e787bbebf5c9efdb793f6cd1f023230c4413306605f24f299f12869f95aa472 diff --git a/archlinux/howdy/PKGBUILD b/archlinux/howdy/PKGBUILD index e1d13be..eb4a141 100644 --- a/archlinux/howdy/PKGBUILD +++ b/archlinux/howdy/PKGBUILD @@ -1,9 +1,10 @@ # Maintainer: Frank Tackitt # Maintainer: boltgolt +# Co-Maintainer: Raymo111 # Contributor: Kelley McChesney pkgname=howdy -pkgver=2.5.1 +pkgver=2.6.0 pkgrel=1 pkgdesc="Windows Hello for Linux" arch=('x86_64') @@ -33,12 +34,10 @@ source=( "https://github.com/davisking/dlib-models/raw/master/mmod_human_face_detector.dat.bz2" "https://github.com/davisking/dlib-models/raw/master/shape_predictor_5_face_landmarks.dat.bz2" ) -sha256sums=( - '596c8d947422e6d419746784f900a4af931a6fc647e1324913c6ce66a146bf82' - 'abb1f61041e434465855ce81c2bd546e830d28bcbed8d27ffbe5bb408b11553a' - 'db9e9e40f092c118d5eb3e643935b216838170793559515541c56a2b50d9fc84' - '6e787bbebf5c9efdb793f6cd1f023230c4413306605f24f299f12869f95aa472' -) +sha256sums=('5bac0f32cff1358ee06d2d33a50c3cbbb5f06973747343193ce7d9926c53de23' + 'abb1f61041e434465855ce81c2bd546e830d28bcbed8d27ffbe5bb408b11553a' + 'db9e9e40f092c118d5eb3e643935b216838170793559515541c56a2b50d9fc84' + '6e787bbebf5c9efdb793f6cd1f023230c4413306605f24f299f12869f95aa472') package() { # Installing the proper license files and the rest of howdy From d2af369be952faa131531765314ed9f29d37f66e Mon Sep 17 00:00:00 2001 From: Les Potter Date: Mon, 31 Aug 2020 10:06:37 -0400 Subject: [PATCH 2/2] Update README.md Remove duplicate word --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f79f65..faac4ea 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Go to the [openSUSE wiki page](https://en.opensuse.org/SDB:Facial_authentication ## Setup -After installation, Howdy needs needs to learn what you look like so it can recognise you later. Run `sudo howdy add` to add a face model. +After installation, Howdy needs to learn what you look like so it can recognise you later. Run `sudo howdy add` to add a face model. If nothing went wrong we should be able to run sudo by just showing your face. Open a new terminal and run `sudo -i` to see it in action. Please check [this wiki page](https://github.com/boltgolt/howdy/wiki/Common-issues) if you've experiencing problems or [search](https://github.com/boltgolt/howdy/issues) for similar issues.