0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-19 09:51:19 +02:00

Update Archlinux PKGBUILD to v2.6.0

This commit is contained in:
Franklyn Tackitt 2020-07-01 08:16:48 -07:00
parent e495bdac5f
commit 02e144739a
2 changed files with 9 additions and 11 deletions

View file

@ -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

View file

@ -1,9 +1,10 @@
# Maintainer: Frank Tackitt <frank@tackitt.net>
# Maintainer: boltgolt <boltgolt@gmail.com>
# Co-Maintainer: Raymo111 <hi@raymond.li>
# Contributor: Kelley McChesney <kelley@kelleymcchesney.us>
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