mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
desktop/smooth-tasks: Fixed VERSION string (s,-,_,)
Thanks to B. Watson for the report. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
ea5401d724
commit
180842e3e8
2 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@
|
|||
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=smooth-tasks
|
||||
VERSION=${VERSION:-wip-2010-11-06}
|
||||
VERSION=${VERSION:-wip_2010_11_06}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -41,7 +41,7 @@ PKG=$TMP/package-$PRGNAM
|
|||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
cd $TMP
|
||||
rm -rf $PKG $PRGNAM-$VERSION
|
||||
rm -rf $PKG $PRGNAM-$SRCVER
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
tar xvf $CWD/*$PRGNAM-src-$SRCVER.tar.bz2
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PRGNAM="smooth-tasks"
|
||||
VERSION="wip_2010-11-06"
|
||||
VERSION="wip_2010_11_06"
|
||||
HOMEPAGE="http://kde-look.org/content/show.php/Smooth+Tasks?content=101586"
|
||||
DOWNLOAD="http://kde-look.org/CONTENT/content-files/101586-smooth-tasks-src-wip-2010-11-06.tar.bz2"
|
||||
MD5SUM="16529649834e8a3e3a82f3bb2221b7f0"
|
||||
|
|
Loading…
Reference in a new issue