added packages to the prereq list since we are not building them with the global...
[lxqt-slackware.git] / DOWNLOAD.sh
index d931ce9..044e100 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/bash
 
 # Download the superproject and all submodules for LXQT
-# LXQT VERSION 0.15.0
+# LXQT VERSION 0.16.0
 
 set -e
 
@@ -25,7 +25,7 @@ $GIT submodule init || echo "error initializing submodules" >> $ERROR_LOG
 # checkout every submodule
 $GIT submodule update --remote --rebase || echo "error during checkout of submodules" >> $ERROR_LOG
 
-# return to main directory 
+# return to main directory
 cd $CWD
 
 # we grab the module's version numbers before deleting everything git related