|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for vim-airline-themes |
|
|
|
|
|
|
|
# Copyright 2023 Isaac Yu <isaacyu@protonmail.com> |
|
|
|
# Copyright 2023-2024 Isaac Yu <isaacyu@protonmail.com> |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
@ -25,12 +25,12 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=vim-airline-themes |
|
|
|
VERSION=${VERSION:-20221108} |
|
|
|
VERSION=${VERSION:-20240106} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
|
COMMIT=${COMMIT:-dd81554c2231e438f6d0e8056ea38fd0e80ac02a} |
|
|
|
COMMIT=${COMMIT:-a9aa25ce323b2dd04a52706f4d1b044f4feb7617} |
|
|
|
ARCH=noarch |
|
|
|
|
|
|
|
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then |
|
|
|