mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-20 14:31:47 +00:00
Upgraded pinentry from 1.2.0 to 1.2.1
This commit is contained in:
@ -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}/*
|
||||||
|
Reference in New Issue
Block a user