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

Add pam to pam-python dependencies

This commit is contained in:
Franklyn Tackitt 2020-12-03 09:13:18 -07:00
parent c80d2d4593
commit 608b6d0f2c
No known key found for this signature in database
GPG key ID: FB584D28083F882F
2 changed files with 2 additions and 0 deletions

View file

@ -7,6 +7,7 @@ pkgbase = pam-python
license = MIT license = MIT
makedepends = python-sphinx makedepends = python-sphinx
makedepends = cmake makedepends = cmake
depends = pam
depends = python2 depends = python2
source = https://downloads.sourceforge.net/project/pam-python/pam-python-1.0.7-1/pam-python-1.0.7.tar.gz source = https://downloads.sourceforge.net/project/pam-python/pam-python-1.0.7-1/pam-python-1.0.7.tar.gz
sha256sums = 96ce72fe355b03b87c0eb540ecef06f33738f98f56581e81eb5bffbad1a47e07 sha256sums = 96ce72fe355b03b87c0eb540ecef06f33738f98f56581e81eb5bffbad1a47e07

View file

@ -8,6 +8,7 @@ arch=('x86_64')
url="https://github.com/boltgolt/howdy" url="https://github.com/boltgolt/howdy"
license=('MIT') license=('MIT')
depends=( depends=(
'pam'
'python2' 'python2'
) )
makedepends=( makedepends=(