python/argon2-cffi: Fixed dep info

This commit is contained in:
Robby Workman 2021-04-18 23:58:30 -05:00
parent 400d77571c
commit 08401bbc9f
2 changed files with 1 additions and 3 deletions

View file

@ -1,3 +1 @@
Python implementation of the Argon2 secure password hashing algorithm.
cffi must be built with Python 3 support.

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/hynek/argon2-cffi/archive/20.1.0/argon2-cffi-20.1.0
MD5SUM="71b3bb567cad3de787275c5e2fca18f2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="argon2 cffi python3"
REQUIRES="cffi"
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="slackbuilds@jaxartes.net"