File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,14 +11,10 @@ pkgbase = howdy
1111 depends = hdf5
1212 depends = pam-python
1313 depends = python3
14- depends = python-pillow
1514 depends = python-dlib
16- depends = python-face_recognition
17- depends = python-face_recognition_models
18- depends = python-click
1915 depends = python-numpy
2016 backup = usr/lib/security/howdy/config.ini
21- source = https://github.com/boltgolt/howdy/archive/v2.6.1.tar.gz
17+ source = howdy-2.6.1.tar.gz:: https://github.com/boltgolt/howdy/archive/v2.6.1.tar.gz
2218 source = https://github.com/davisking/dlib-models/raw/master/dlib_face_recognition_resnet_model_v1.dat.bz2
2319 source = https://github.com/davisking/dlib-models/raw/master/mmod_human_face_detector.dat.bz2
2420 source = https://github.com/davisking/dlib-models/raw/master/shape_predictor_5_face_landmarks.dat.bz2
Original file line number Diff line number Diff line change @@ -15,11 +15,7 @@ depends=(
1515 ' hdf5'
1616 ' pam-python'
1717 ' python3'
18- ' python-pillow'
1918 ' python-dlib'
20- ' python-face_recognition'
21- ' python-face_recognition_models'
22- ' python-click'
2319 ' python-numpy'
2420)
2521makedepends=(
@@ -28,7 +24,7 @@ makedepends=(
2824)
2925backup=(' usr/lib/security/howdy/config.ini' )
3026source=(
31- " https://github.com/boltgolt/howdy/archive/v${pkgver} .tar.gz"
27+ " $pkgname - $pkgver .tar.gz:: https://github.com/boltgolt/howdy/archive/v${pkgver} .tar.gz"
3228 " https://github.com/davisking/dlib-models/raw/master/dlib_face_recognition_resnet_model_v1.dat.bz2"
3329 " https://github.com/davisking/dlib-models/raw/master/mmod_human_face_detector.dat.bz2"
3430 " https://github.com/davisking/dlib-models/raw/master/shape_predictor_5_face_landmarks.dat.bz2"
You can’t perform that action at this time.
0 commit comments