# Dependency list input
# Enter string: "dependency_1 [condiction_1] [versio_1]: dependency_2 [condiction_2] [versio_2]"
# Example:
-[[SLACK REQUIRED]]="dep1 >= 1.1.1: dep2 >= 2.2.2:dep3:dep4:dep5 = 1.0"
-#[[SLACK_REQUIRED]]=""
+#[[SLACK REQUIRED]]="dep1 >= 1.1.1: dep2 >= 2.2.2:dep3:dep4:dep5 = 1.0"
+[[SLACK REQUIRED]]=""
#
# Decompress program
# Createpkg functions
#---------------------------------------------------
-CREATEPKG_VERSION="1.1.3"
+CREATEPKG_VERSION="1.1.4"
function error_codes {
# Move package and slack-required to SlackBuilds-like tree
# TODO: subversion integration
[ $MOVE_BIN_PACKAGE -eq $on ] && mv $MAKEPKG_REPOS/$PKG_NAME $NEW_REPOS/
-[ ! -z "$SLACK_REQUIRED" ] && cp $SLACK_REQUIRED $NEW_REPOS/$PKG_NAME.slack-required
+[ ! -z "$SLACK_REQUIRED" ] && cp $SLACK_REQUIRED $NEW_REPOS/$PACKAGE.slack-required
# Install package
if [ "$INSTALL" -eq $on ]; then