diff options
Diffstat (limited to 'network/senpai/senpai.SlackBuild')
-rw-r--r-- | network/senpai/senpai.SlackBuild | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/network/senpai/senpai.SlackBuild b/network/senpai/senpai.SlackBuild index b34cf46a45..9b8bcae4f7 100644 --- a/network/senpai/senpai.SlackBuild +++ b/network/senpai/senpai.SlackBuild @@ -19,17 +19,20 @@ # # SlackBuild script for senpai # ============================= -# By: r1w1s1@disroot.org +# By: r1w1s1@fastmail.com # For: senpai # Descr: Your everyday IRC student # URL: https://git.sr.ht/~delthas/senpai # Changelog: -# v0.03.0: 01/August/2024 by r1w1s1 - Initial build. +# v0.3.0: 01/August/2024 by r1w1s1 - Initial build. +# v0.4.0: 05/April/2025 by r1w1s1 - Update version. +# v0.4.1: 29/April/2025 by r1w1s1 - Update version. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=senpai -VERSION=${VERSION:-0.3.0} +VERSION=${VERSION:-0.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -56,9 +59,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-v$VERSION -tar xvf $CWD/$PRGNAM-v$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz # not possible to get consistent filenames with sourcehut -cd $PRGNAM-v$VERSION +rm -rf $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |