diff options
author | B. Watson <urchlay@slackware.uk> | 2024-10-25 16:25:04 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-02 19:28:43 +0700 |
commit | 3b996a1e9a325ebe1984e8d3454261f1c456f9d1 (patch) | |
tree | 860a35b5c17e3d84230839e3770aacd684d37698 | |
parent | 7d991bc047f7a6b2e783596225c0d2cb87e6ad4f (diff) |
office/task: lua not required, remove from REQUIRES.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | office/task/task.SlackBuild | 9 | ||||
-rw-r--r-- | office/task/task.info | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/office/task/task.SlackBuild b/office/task/task.SlackBuild index 65511ff223de..447f67d7569e 100644 --- a/office/task/task.SlackBuild +++ b/office/task/task.SlackBuild @@ -23,12 +23,16 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20240925 bkw: Modified by SlackBuilds.org, BUILD=2: +# - remove lua from REQUIRES. this does not use lua at all. +# from its ChangeLog, lua support was removed in version 2.2.0, +# in 2013. cd $(dirname $0) ; CWD=$(pwd) PRGNAM=task VERSION=${VERSION:-2.6.2} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -40,9 +44,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/office/task/task.info b/office/task/task.info index fb9f01efd5ce..04cc04a8620c 100644 --- a/office/task/task.info +++ b/office/task/task.info @@ -5,6 +5,6 @@ DOWNLOAD="https://taskwarrior.org/download/task-2.6.2.tar.gz" MD5SUM="a9e69fd612e8ad538b9f512c80b18122" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="lua" +REQUIRES="" MAINTAINER="Jostein Berntsen" EMAIL="jvbernts@online.no" |