Skip to content

Commit 43efddc

Browse files
authored
Merge branch 'master' into patch-1
2 parents a624fb5 + c691ffe commit 43efddc

3 files changed

Lines changed: 10 additions & 12 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Go to the [openSUSE wiki page](https://en.opensuse.org/SDB:Facial_authentication
6565

6666
## Setup
6767

68-
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.
68+
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.
6969

7070
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.
7171

archlinux/howdy/.SRCINFO

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = howdy
22
pkgdesc = Windows Hello for Linux
3-
pkgver = 2.5.1
3+
pkgver = 2.6.0
44
pkgrel = 1
55
url = https://github.com/boltgolt/howdy
66
arch = x86_64
@@ -11,7 +11,6 @@ pkgbase = howdy
1111
depends = opencv
1212
depends = hdf5
1313
depends = pam-python
14-
depends = python2
1514
depends = python3
1615
depends = python-pillow
1716
depends = python-dlib
@@ -20,11 +19,11 @@ pkgbase = howdy
2019
depends = python-click
2120
depends = python-numpy
2221
backup = usr/lib/security/howdy/config.ini
23-
source = https://github.com/boltgolt/howdy/archive/v2.5.1.tar.gz
22+
source = https://github.com/boltgolt/howdy/archive/v2.6.0.tar.gz
2423
source = https://github.com/davisking/dlib-models/raw/master/dlib_face_recognition_resnet_model_v1.dat.bz2
2524
source = https://github.com/davisking/dlib-models/raw/master/mmod_human_face_detector.dat.bz2
2625
source = https://github.com/davisking/dlib-models/raw/master/shape_predictor_5_face_landmarks.dat.bz2
27-
sha256sums = 596c8d947422e6d419746784f900a4af931a6fc647e1324913c6ce66a146bf82
26+
sha256sums = 5bac0f32cff1358ee06d2d33a50c3cbbb5f06973747343193ce7d9926c53de23
2827
sha256sums = abb1f61041e434465855ce81c2bd546e830d28bcbed8d27ffbe5bb408b11553a
2928
sha256sums = db9e9e40f092c118d5eb3e643935b216838170793559515541c56a2b50d9fc84
3029
sha256sums = 6e787bbebf5c9efdb793f6cd1f023230c4413306605f24f299f12869f95aa472

archlinux/howdy/PKGBUILD

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Maintainer: Frank Tackitt <frank@tackitt.net>
22
# Maintainer: boltgolt <boltgolt@gmail.com>
3+
# Co-Maintainer: Raymo111 <hi@raymond.li>
34
# Contributor: Kelley McChesney <kelley@kelleymcchesney.us>
45

56
pkgname=howdy
6-
pkgver=2.5.1
7+
pkgver=2.6.0
78
pkgrel=1
89
pkgdesc="Windows Hello for Linux"
910
arch=('x86_64')
@@ -33,12 +34,10 @@ source=(
3334
"https://github.com/davisking/dlib-models/raw/master/mmod_human_face_detector.dat.bz2"
3435
"https://github.com/davisking/dlib-models/raw/master/shape_predictor_5_face_landmarks.dat.bz2"
3536
)
36-
sha256sums=(
37-
'596c8d947422e6d419746784f900a4af931a6fc647e1324913c6ce66a146bf82'
38-
'abb1f61041e434465855ce81c2bd546e830d28bcbed8d27ffbe5bb408b11553a'
39-
'db9e9e40f092c118d5eb3e643935b216838170793559515541c56a2b50d9fc84'
40-
'6e787bbebf5c9efdb793f6cd1f023230c4413306605f24f299f12869f95aa472'
41-
)
37+
sha256sums=('5bac0f32cff1358ee06d2d33a50c3cbbb5f06973747343193ce7d9926c53de23'
38+
'abb1f61041e434465855ce81c2bd546e830d28bcbed8d27ffbe5bb408b11553a'
39+
'db9e9e40f092c118d5eb3e643935b216838170793559515541c56a2b50d9fc84'
40+
'6e787bbebf5c9efdb793f6cd1f023230c4413306605f24f299f12869f95aa472')
4241

4342
package() {
4443
# Installing the proper license files and the rest of howdy

0 commit comments

Comments
 (0)