aboutsummaryrefslogtreecommitdiff
path: root/trunk
diff options
context:
space:
mode:
Diffstat (limited to 'trunk')
-rw-r--r--trunk/doc/CHANGELOG2
-rw-r--r--trunk/lib/common.sh1
-rwxr-xr-xtrunk/simplepkg.SlackBuild2
3 files changed, 2 insertions, 3 deletions
diff --git a/trunk/doc/CHANGELOG b/trunk/doc/CHANGELOG
index e1fbb6f..5295fdc 100644
--- a/trunk/doc/CHANGELOG
+++ b/trunk/doc/CHANGELOG
@@ -1,7 +1,7 @@
simplepkg changelog
===================
-0.5pre9 - 0.5pre12
+0.5pre9 - 0.5pre13
==================
- bugfix releases
diff --git a/trunk/lib/common.sh b/trunk/lib/common.sh
index 6d1a5ab..03c7da1 100644
--- a/trunk/lib/common.sh
+++ b/trunk/lib/common.sh
@@ -579,7 +579,6 @@ function gen_filelist {
if [ -d "patches" ]; then
gen_patches_filelist patches
- echo "Created new patches/FILE_LIST"
fi
}
diff --git a/trunk/simplepkg.SlackBuild b/trunk/simplepkg.SlackBuild
index 7c36c71..827f12c 100755
--- a/trunk/simplepkg.SlackBuild
+++ b/trunk/simplepkg.SlackBuild
@@ -6,7 +6,7 @@
PACKAGE="simplepkg"
PACK_DIR="package-$PACKAGE"
BUILD=${BUILD:=1rha}
-VERSION="0.5pre12"
+VERSION="0.5pre13"
ARCH="noarch"
LIBEXEC="/usr/libexec/$PACKAGE"
BINDIR="/usr/bin"