diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-12-20 18:15:36 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-12-20 18:15:36 +0000 |
commit | 465674456d90b1df39b23fb2083ca17fdc9c36b3 (patch) | |
tree | c7f83f21462ec278a3d681c7ab85053e9bb15c4b /trunk | |
parent | a0836fed6f78bd14ffeabbb44644646f4b9ee53f (diff) | |
download | simplepkg-465674456d90b1df39b23fb2083ca17fdc9c36b3.tar.gz simplepkg-465674456d90b1df39b23fb2083ca17fdc9c36b3.tar.bz2 |
simplepkg 0.6pre13
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@476 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk')
-rw-r--r-- | trunk/doc/CHANGELOG | 1 | ||||
-rwxr-xr-x | trunk/simplepkg.SlackBuild | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/trunk/doc/CHANGELOG b/trunk/doc/CHANGELOG index 4bd7472..0920f98 100644 --- a/trunk/doc/CHANGELOG +++ b/trunk/doc/CHANGELOG @@ -3,6 +3,7 @@ simplepkg changelog 0.6pre13 ======== + - mkbuild-1.1.11: - -sp, --slackbuild-path option added - ACTION variable added (values are: new, show-path, and build) diff --git a/trunk/simplepkg.SlackBuild b/trunk/simplepkg.SlackBuild index 83ccdf1..462aad3 100755 --- a/trunk/simplepkg.SlackBuild +++ b/trunk/simplepkg.SlackBuild @@ -18,7 +18,7 @@ PACKAGE="simplepkg" PACK_DIR="package-$PACKAGE" BUILD=${BUILD:=1rha} -VERSION="0.6pre12" +VERSION="0.6pre13" ARCH="noarch" LIBEXEC="/usr/libexec/$PACKAGE" BINDIR="/usr/bin" |