summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Audrius Kažukauskas <audrius@neutrino.lt>2015-02-10 22:34:39 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-02-15 07:56:26 +0700
commitb022339b1add90d8980548b17f228c75479aff96 (patch)
tree2c7b4b65d245aeed7aaf93390be198040e54033b
parentb05d7589cbd9fb86551c2c603e96dcbab81285f5 (diff)
downloadslackbuilds-b022339b1add90d8980548b17f228c75479aff96.tar.gz
slackbuilds-b022339b1add90d8980548b17f228c75479aff96.tar.xz
python/hg-git: Updated for version 0.8.0.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
-rw-r--r--python/hg-git/hg-git.SlackBuild12
-rw-r--r--python/hg-git/hg-git.info6
2 files changed, 9 insertions, 9 deletions
diff --git a/python/hg-git/hg-git.SlackBuild b/python/hg-git/hg-git.SlackBuild
index f527b12595..86a2cb11b1 100644
--- a/python/hg-git/hg-git.SlackBuild
+++ b/python/hg-git/hg-git.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for hg-git
-# Copyright 2012-2013 Audrius Kažukauskas <audrius@neutrino.lt>
+# Copyright 2012-2015 Audrius Kažukauskas <audrius@neutrino.lt>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=hg-git
-VERSION=${VERSION:-0.7.0}
+VERSION=${VERSION:-0.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -50,10 +50,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python setup.py install --root=$PKG
diff --git a/python/hg-git/hg-git.info b/python/hg-git/hg-git.info
index 466f577ecc..00dcba1ef4 100644
--- a/python/hg-git/hg-git.info
+++ b/python/hg-git/hg-git.info
@@ -1,8 +1,8 @@
PRGNAM="hg-git"
-VERSION="0.7.0"
+VERSION="0.8.0"
HOMEPAGE="http://hg-git.github.com/"
-DOWNLOAD="https://pypi.python.org/packages/source/h/hg-git/hg-git-0.7.0.tar.gz"
-MD5SUM="5b8a235ba605d8d0be40a3f80d8c4c02"
+DOWNLOAD="https://pypi.python.org/packages/source/h/hg-git/hg-git-0.8.0.tar.gz"
+MD5SUM="f5c8e0f7ffede73436f8b16094bd0178"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="dulwich"