Upgraded pinentry from 1.2.0 to 1.2.1

This commit is contained in:
dslm4515
2023-12-21 23:40:10 -06:00
parent 7ec16a2461
commit 2a0e167ddb

View File

@ -1,7 +1,7 @@
#! /bin/bash #! /bin/bash
# PIN-Entry # PIN-Entry
# Source: ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-1.2.0.tar.bz2 # Source: https://www.gnupg.org/ftp/gcrypt/pinentry/pinentry-1.2.1.tar.bz2
# #
# $BUILD = Directory to temporarily install # $BUILD = Directory to temporarily install
# $PKGS = Directory to store built packages # $PKGS = Directory to store built packages
@ -47,5 +47,5 @@ pinentry:
pinentry: pinentry:
EOF EOF
sudo -S mv -v /tmp/slack-desc install/ && sudo -S mv -v /tmp/slack-desc install/ &&
sudo -S makepkg -l y -c n $PKGS/pinentry-1.2.0-$(uname -m)-mlfs.txz && sudo -S makepkg -l y -c n $PKGS/pinentry-1.2.1-$PSUFFIX &&
sudo -S rm -rf ${BUILD}/* sudo -S rm -rf ${BUILD}/*