diff options
Diffstat (limited to 'trunk')
-rw-r--r-- | trunk/doc/CHANGELOG | 25 | ||||
-rwxr-xr-x | trunk/simplepkg.SlackBuild | 2 |
2 files changed, 4 insertions, 23 deletions
diff --git a/trunk/doc/CHANGELOG b/trunk/doc/CHANGELOG index cfaa5d2..ad62068 100644 --- a/trunk/doc/CHANGELOG +++ b/trunk/doc/CHANGELOG @@ -1,29 +1,10 @@ simplepkg changelog =================== -0.5pre17 -======== - - - createpkg, lspkg, jail-commit: - - bugfixes - -0.5pre16 -======== - - - doinst.sh: - - small fix - -0.5pre15 -======== - - - simplaret: - - small bugfix - - - common.sh: - - small bugfix +0.5pre15-18 +=========== - - mkbuild: - - some changes + - bugfixes 0.5pre14 ======== diff --git a/trunk/simplepkg.SlackBuild b/trunk/simplepkg.SlackBuild index fdc8a7f..e373fd9 100755 --- a/trunk/simplepkg.SlackBuild +++ b/trunk/simplepkg.SlackBuild @@ -6,7 +6,7 @@ PACKAGE="simplepkg" PACK_DIR="package-$PACKAGE" BUILD=${BUILD:=1rha} -VERSION="0.5pre17" +VERSION="0.5pre18" ARCH="noarch" LIBEXEC="/usr/libexec/$PACKAGE" BINDIR="/usr/bin" |