Merge pull request #379 from kageurufu/archlinux-v2.6.0
Update Archlinux PKGBUILD to v2.6.0
This commit is contained in:
commit
2f7e4cc383
2 changed files with 9 additions and 11 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = howdy
|
pkgbase = howdy
|
||||||
pkgdesc = Windows Hello for Linux
|
pkgdesc = Windows Hello for Linux
|
||||||
pkgver = 2.5.1
|
pkgver = 2.6.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/boltgolt/howdy
|
url = https://github.com/boltgolt/howdy
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
|
@ -11,7 +11,6 @@ pkgbase = howdy
|
||||||
depends = opencv
|
depends = opencv
|
||||||
depends = hdf5
|
depends = hdf5
|
||||||
depends = pam-python
|
depends = pam-python
|
||||||
depends = python2
|
|
||||||
depends = python3
|
depends = python3
|
||||||
depends = python-pillow
|
depends = python-pillow
|
||||||
depends = python-dlib
|
depends = python-dlib
|
||||||
|
|
@ -20,11 +19,11 @@ pkgbase = howdy
|
||||||
depends = python-click
|
depends = python-click
|
||||||
depends = python-numpy
|
depends = python-numpy
|
||||||
backup = usr/lib/security/howdy/config.ini
|
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/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/mmod_human_face_detector.dat.bz2
|
||||||
source = https://github.com/davisking/dlib-models/raw/master/shape_predictor_5_face_landmarks.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 = abb1f61041e434465855ce81c2bd546e830d28bcbed8d27ffbe5bb408b11553a
|
||||||
sha256sums = db9e9e40f092c118d5eb3e643935b216838170793559515541c56a2b50d9fc84
|
sha256sums = db9e9e40f092c118d5eb3e643935b216838170793559515541c56a2b50d9fc84
|
||||||
sha256sums = 6e787bbebf5c9efdb793f6cd1f023230c4413306605f24f299f12869f95aa472
|
sha256sums = 6e787bbebf5c9efdb793f6cd1f023230c4413306605f24f299f12869f95aa472
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,10 @@
|
||||||
# Maintainer: Frank Tackitt <frank@tackitt.net>
|
# Maintainer: Frank Tackitt <frank@tackitt.net>
|
||||||
# Maintainer: boltgolt <boltgolt@gmail.com>
|
# Maintainer: boltgolt <boltgolt@gmail.com>
|
||||||
|
# Co-Maintainer: Raymo111 <hi@raymond.li>
|
||||||
# Contributor: Kelley McChesney <kelley@kelleymcchesney.us>
|
# Contributor: Kelley McChesney <kelley@kelleymcchesney.us>
|
||||||
|
|
||||||
pkgname=howdy
|
pkgname=howdy
|
||||||
pkgver=2.5.1
|
pkgver=2.6.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Windows Hello for Linux"
|
pkgdesc="Windows Hello for Linux"
|
||||||
arch=('x86_64')
|
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/mmod_human_face_detector.dat.bz2"
|
||||||
"https://github.com/davisking/dlib-models/raw/master/shape_predictor_5_face_landmarks.dat.bz2"
|
"https://github.com/davisking/dlib-models/raw/master/shape_predictor_5_face_landmarks.dat.bz2"
|
||||||
)
|
)
|
||||||
sha256sums=(
|
sha256sums=('5bac0f32cff1358ee06d2d33a50c3cbbb5f06973747343193ce7d9926c53de23'
|
||||||
'596c8d947422e6d419746784f900a4af931a6fc647e1324913c6ce66a146bf82'
|
'abb1f61041e434465855ce81c2bd546e830d28bcbed8d27ffbe5bb408b11553a'
|
||||||
'abb1f61041e434465855ce81c2bd546e830d28bcbed8d27ffbe5bb408b11553a'
|
'db9e9e40f092c118d5eb3e643935b216838170793559515541c56a2b50d9fc84'
|
||||||
'db9e9e40f092c118d5eb3e643935b216838170793559515541c56a2b50d9fc84'
|
'6e787bbebf5c9efdb793f6cd1f023230c4413306605f24f299f12869f95aa472')
|
||||||
'6e787bbebf5c9efdb793f6cd1f023230c4413306605f24f299f12869f95aa472'
|
|
||||||
)
|
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
# Installing the proper license files and the rest of howdy
|
# Installing the proper license files and the rest of howdy
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue