diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-06 04:18:27 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-06 04:18:27 +0000 |
commit | a9b660c043992eff708f18e7addaa98a0c423ee6 (patch) | |
tree | 7af9096e5c19e780b2b86f485023d538957c238a /trunk | |
parent | 26f66ec2c6b56593128cfe39809be7129f2c319c (diff) | |
download | simplepkg-a9b660c043992eff708f18e7addaa98a0c423ee6.tar.gz simplepkg-a9b660c043992eff708f18e7addaa98a0c423ee6.tar.bz2 |
small fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@287 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk')
-rwxr-xr-x | trunk/simplepkg.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/trunk/simplepkg.SlackBuild b/trunk/simplepkg.SlackBuild index bbd6ced..f0cbf86 100755 --- a/trunk/simplepkg.SlackBuild +++ b/trunk/simplepkg.SlackBuild @@ -5,8 +5,8 @@ PACKAGE="simplepkg" PACK_DIR="package-$PACKAGE" -BUILD=${BUILD:=1rha} -VERSION="0.5pre2" +BUILD=${BUILD:=2rha} +VERSION="0.5pre1" ARCH="noarch" LIBEXEC="/usr/libexec/$PACKAGE" BINDIR="/usr/bin" |