Upgraded gtkterm from 1.1.1 to 1.3.1

This commit is contained in:
dslm4515
2024-08-18 14:55:47 -05:00
parent 55f7e0a620
commit afddfabc66

View File

@ -1,7 +1,7 @@
#! /bin/bash
# GTKterm
# Source: https://github.com/Jeija/gtkterm/archive/1.1.1.tar.gz
# Source: https://github.com/wvdakker/gtkterm/archive/refs/tags/1.3.1.tar.gz
#
# $BUILD = Directory to temporarily install
# $PKGS = Directory to store built packages
@ -39,5 +39,5 @@ gtkterm: https://github.com/Jeija/gtkterm
gtkterm:
EOF
sudo -S mv -v /tmp/slack-desc install/ &&
sudo -S makepkg -l y -c n $PKGS/gtkterm-1.1.1-$(uname -m)-mlfs.txz &&
sudo -S makepkg -l y -c n $PKGS/gtkterm-1.3.1-$PSUFFIX &&
sudo -S rm -rf ${BUILD}/*