summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorSelfRef2024-04-20 06:31:27 +0200
committerSelfRef2024-04-20 06:31:27 +0200
commit0d03fb5444647ae248bb39c0be8afb790633d105 (patch)
tree2eb58afa1b0ff75380546dbb45c091180570e516 /.SRCINFO
parent051a574e23b3cfaf45cea936bea359ed6f47df3a (diff)
downloadaur-howdy-git.tar.gz
Rewrite PKGBUILD
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO31
1 files changed, 14 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d308d81e009..5120ea9e954a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,33 +1,30 @@
pkgbase = howdy-git
- pkgdesc = Windows Hello for Linux
- pkgver = 2.6.1.r77.g96767fe
+ pkgdesc = Windows Hello style facial authentication for Linux
+ pkgver = r562.344eb34
pkgrel = 1
url = https://github.com/boltgolt/howdy
+ install = howdy.install
arch = x86_64
license = MIT
+ makedepends = git
+ makedepends = meson
+ makedepends = ninja
makedepends = cmake
- makedepends = pkgfile
- depends = opencv
- depends = hdf5
- depends = pam-python
+ depends = libinih
+ depends = libevdev
depends = python
- depends = python-pillow
depends = python-dlib
- depends = python-face_recognition
- depends = python-face_recognition_models
- depends = python-click
- depends = python-numpy
depends = python-opencv
provides = howdy
conflicts = howdy
- backup = usr/lib/security/howdy/config.ini
- source = git+https://github.com/boltgolt/howdy.git
+ backup = etc/howdy/config.ini
+ source = howdy::git+https://github.com/boltgolt/howdy.git
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 = SKIP
- sha256sums = abb1f61041e434465855ce81c2bd546e830d28bcbed8d27ffbe5bb408b11553a
- sha256sums = db9e9e40f092c118d5eb3e643935b216838170793559515541c56a2b50d9fc84
- sha256sums = 6e787bbebf5c9efdb793f6cd1f023230c4413306605f24f299f12869f95aa472
+ md5sums = SKIP
+ md5sums = 1b31cc4419cc8f1018117249b64bd683
+ md5sums = 5edccec8ac713d743be4865ff6ead7f7
+ md5sums = ef591cf713630226b35b11d0e1733118
pkgname = howdy-git