From 963297c407872ca05fa08c9737b65f291f867d18 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 5 Mar 2014 23:10:42 +0000 Subject: Polishing --- telegram-cli/build/telegram-cli.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'telegram-cli') diff --git a/telegram-cli/build/telegram-cli.SlackBuild b/telegram-cli/build/telegram-cli.SlackBuild index 22481246..14c015b4 100755 --- a/telegram-cli/build/telegram-cli.SlackBuild +++ b/telegram-cli/build/telegram-cli.SlackBuild @@ -29,7 +29,7 @@ # Descr: telegram messenger CLI # URL: https://github.com/vysheng/tg # Build needs: -# Needs: +# Needs: libconfig, lua # Changelog: # 20140305-1: 05/Mar/2014 by Eric Hameleers # * Initial build. @@ -42,7 +42,7 @@ PRGNAM=telegram-cli SRCNAM=tg -VERSION=${VERSION:-20140305} +VERSION=${VERSION:-"$(date +%Y%m%d)"} BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:" -j4 "} TAG=${TAG:-alien} @@ -63,7 +63,7 @@ SRCURL="" GITURI="https://github.com/vysheng/tg.git" # Use the src_checkout() function if no downloadable tarball exists. -# This function checks out sources from SVN/CVS and creates a tarball of them. +# This function checks out sources from GIT and creates a tarball of them. src_checkout() { # Param #1 : index in the SOURCE[] array. # Param #2 : full path to where SOURCE[$1] tarball should be created. -- cgit v1.2.3-65-gdbad