aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtrunk/simplepkg.SlackBuild2
-rwxr-xr-xtrunk/src/simplaret2
2 files changed, 2 insertions, 2 deletions
diff --git a/trunk/simplepkg.SlackBuild b/trunk/simplepkg.SlackBuild
index 7ddaf30..5d058ec 100755
--- a/trunk/simplepkg.SlackBuild
+++ b/trunk/simplepkg.SlackBuild
@@ -17,7 +17,7 @@
PACKAGE="simplepkg"
PACK_DIR="package-$PACKAGE"
-BUILD=${BUILD:=1rha}
+BUILD=${BUILD:=2rha}
VERSION="0.6pre11"
ARCH="noarch"
LIBEXEC="/usr/libexec/$PACKAGE"
diff --git a/trunk/src/simplaret b/trunk/src/simplaret
index ff8552a..7cf7796 100755
--- a/trunk/src/simplaret
+++ b/trunk/src/simplaret
@@ -216,7 +216,7 @@ function simplaret_repository_url {
if [ "$repos_type" == "root" ]; then
simplaret_set_arch
- repository_url="$repository_url/`basename $repository_url`/"
+ repository_url="$repository_url/`basename $repository_url`-$VERSION/"
fi
}