From b022339b1add90d8980548b17f228c75479aff96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Audrius=20Ka=C5=BEukauskas?= Date: Tue, 10 Feb 2015 22:34:39 +0200 Subject: python/hg-git: Updated for version 0.8.0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Audrius Kažukauskas --- python/hg-git/hg-git.SlackBuild | 12 ++++++------ python/hg-git/hg-git.info | 6 +++--- 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 +# Copyright 2012-2015 Audrius Kažukauskas # 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" -- cgit v1.2.3