diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2019-10-03 22:03:33 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2019-10-03 22:06:07 +1000 |
commit | f4f51ec9cfdbcef740db2dd6213e279e36fa831f (patch) | |
tree | efaa0020bcaff9350e5daa8920d28b67c648338e /pinentry | |
parent | a64cc432f3c6506dec0acaa891988bad3e4d8481 (diff) | |
download | opt-f4f51ec9cfdbcef740db2dd6213e279e36fa831f.tar.gz opt-f4f51ec9cfdbcef740db2dd6213e279e36fa831f.tar.xz |
[notify] pinentry: fix dependencies added: libcap libsecret , fixed source to https
Diffstat (limited to 'pinentry')
-rw-r--r-- | pinentry/.signature | 4 | ||||
-rw-r--r-- | pinentry/Pkgfile | 9 |
2 files changed, 6 insertions, 7 deletions
diff --git a/pinentry/.signature b/pinentry/.signature index a8d295d5f..140138377 100644 --- a/pinentry/.signature +++ b/pinentry/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/fK/A7wwmeatbbg/05KS/8vsego4yP1tbNsIuVk1aewv61orWE+g1S93IBEtdO+az7kQ+lYPPnJmfAMFQ7VcyQ4= -SHA256 (Pkgfile) = 9be67e32d5bb452ef1121e31528dcda4e09944da6501577dff74191e8ea60489 +RWSE3ohX2g5d/c2rJhrAB1GNICJ5CE/8WyDJVtG6OFLX2N6lLOMHWS+2qrk6KquMSxh/8GFEKfJwvzTMR40gOWw/9STzVc7TnQ8= +SHA256 (Pkgfile) = 391c88b27475a6cb45bc13fa88cbbc7edfd56ba0333047b6e6745534c4c25d8e SHA256 (.footprint) = 90a052392c9a78dda118f9df4ffa7ef56194deb45bcf671d89e09571f87d967d SHA256 (pinentry-1.1.0.tar.bz2) = 68076686fa724a290ea49cdf0d1c0c1500907d1b759a3bcbfbec0293e8f56570 SHA256 (pinentry) = 4f1b90a40d2cdf8a96cd3f988b6059ada0cf07c0008469e5a4951cbbeb5cf660 diff --git a/pinentry/Pkgfile b/pinentry/Pkgfile index 5e4ca85f8..dc1dca63c 100644 --- a/pinentry/Pkgfile +++ b/pinentry/Pkgfile @@ -1,14 +1,13 @@ # Description: Secure PinEntry Dialog -# URL: http://www.gnupg.org +# URL: https://gnupg.org/related_software/pinentry/ # Maintainer: Thomas Penteker, tek at serverop dot de -# Packager: Alan Mizrahi, alan at mizrahi dot com dot ve -# Depends on: libassuan -# Nice to have: pinentry-gtk2 pinentry-qt4 +# Depends on: libassuan libcap libsecret util-linux +# Optional: pinentry-gtk2 pinentry-qt4 name=pinentry version=1.1.0 release=1 -source=(ftp://ftp.gnupg.org/gcrypt/$name/$name-$version.tar.bz2 pinentry) +source=(https://www.gnupg.org/ftp/gcrypt/$name//$name-$version.tar.bz2 pinentry) build() { cd $name-$version |