Skip to content

Commit fc14425

Browse files
authored
Merge pull request #489 from Jellyfrog/feature/archpkg
Remove unneeded dependencies from Arch Linux
2 parents a456147 + 991e84c commit fc14425

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

archlinux/howdy/.SRCINFO

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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

archlinux/howdy/PKGBUILD

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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
)
2521
makedepends=(
@@ -28,7 +24,7 @@ makedepends=(
2824
)
2925
backup=('usr/lib/security/howdy/config.ini')
3026
source=(
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"

0 commit comments

Comments
 (0)