summaryrefslogtreecommitdiffstats
path: root/python/hgsubversion/hgsubversion.SlackBuild
diff options
context:
space:
mode:
author Audrius Kažukauskas <audrius@neutrino.lt>2017-11-02 19:32:46 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-11-04 07:17:36 +0700
commit3730a1b741547ddd2b869bef4207c3fd072368f7 (patch)
treeac07d10dc00bf6225a4cd660ed4a1ffff6266af4 /python/hgsubversion/hgsubversion.SlackBuild
parentbaf8e085b723f712fa0cb14e63a760835bab8d82 (diff)
downloadslackbuilds-3730a1b741547ddd2b869bef4207c3fd072368f7.tar.gz
slackbuilds-3730a1b741547ddd2b869bef4207c3fd072368f7.tar.xz
python/hgsubversion: Updated for version 1.9.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'python/hgsubversion/hgsubversion.SlackBuild')
-rw-r--r--python/hgsubversion/hgsubversion.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/hgsubversion/hgsubversion.SlackBuild b/python/hgsubversion/hgsubversion.SlackBuild
index 7ab7bea03b..7166645884 100644
--- a/python/hgsubversion/hgsubversion.SlackBuild
+++ b/python/hgsubversion/hgsubversion.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=hgsubversion
-VERSION=${VERSION:-1.8.7}
+VERSION=${VERSION:-1.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -40,7 +40,7 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-set -eu
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT