diff options
Diffstat (limited to 'system/lxtask/lxtask.SlackBuild')
-rw-r--r-- | system/lxtask/lxtask.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/system/lxtask/lxtask.SlackBuild b/system/lxtask/lxtask.SlackBuild index f03c48581b55f..773b8f900da08 100644 --- a/system/lxtask/lxtask.SlackBuild +++ b/system/lxtask/lxtask.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # $Id: lxtask.SlackBuild,v 1.2 2009/09/11 10:39:38 root Exp root $ # Copyright (c) 2008-2009 Eric Hameleers, Eindhoven, NL -# Copyright 2010-2016 Matteo Bernardini <ponce@slackbuilds.org, Pisa, Italy +# Copyright 2010-2019 Matteo Bernardini <ponce@slackbuilds.org, Pisa, Italy # All rights reserved. # # Permission to use, copy, modify, and distribute this software for @@ -29,7 +29,6 @@ # For: lxtask # Descr: simple task manager for LXDE # URL: http://lxde.sourceforge.net/ -# Needs: lxde-common, lxpanel # Changelog: # 0.1-1: 04/Jun/2008 by Eric Hameleers <alien@slackware.com> # * Initial build. @@ -50,6 +49,8 @@ # * updated. # 0.1.8-1: 25/jan/2017 by Matteo Bernardini <ponce@slackbuilds.org> # * updated. +# 0.1.9-1: 11/mar/2019 by Matteo Bernardini <ponce@slackbuilds.org> +# * updated. # # Run 'sh lxtask.SlackBuild' to build a Slackware package. # The package is created in /tmp . @@ -58,7 +59,7 @@ # ----------------------------------------------------------------------------- PRGNAM=lxtask -VERSION=${VERSION:-0.1.8} +VERSION=${VERSION:-0.1.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |