diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2014-10-12 15:18:25 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-18 06:59:16 +0700 |
commit | c2ad570b5dc99bcf8cd3aef715358bea9737c476 (patch) | |
tree | 5edd95afa1ad1382cbbda5475e9533806d7ebcff /python/hgsubversion | |
parent | 48b915ab8fdcb8214026815164631431eb5e9c5a (diff) | |
download | slackbuilds-c2ad570b5dc99bcf8cd3aef715358bea9737c476.tar.gz |
python/hgsubversion: Updated for version 1.6.3.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'python/hgsubversion')
-rw-r--r-- | python/hgsubversion/hgsubversion.SlackBuild | 4 | ||||
-rw-r--r-- | python/hgsubversion/hgsubversion.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/hgsubversion/hgsubversion.SlackBuild b/python/hgsubversion/hgsubversion.SlackBuild index 36e0f0a754..c0a5cf3f76 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.6} +VERSION=${VERSION:-1.6.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -53,7 +53,7 @@ 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 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; python setup.py install --root=$PKG diff --git a/python/hgsubversion/hgsubversion.info b/python/hgsubversion/hgsubversion.info index 8b8817c4b5..c907b3b8cf 100644 --- a/python/hgsubversion/hgsubversion.info +++ b/python/hgsubversion/hgsubversion.info @@ -1,8 +1,8 @@ PRGNAM="hgsubversion" -VERSION="1.6" +VERSION="1.6.3" HOMEPAGE="https://bitbucket.org/durin42/hgsubversion" -DOWNLOAD="https://pypi.python.org/packages/source/h/hgsubversion/hgsubversion-1.6.tar.gz" -MD5SUM="865b0d723dc3358406f56646683d0e04" +DOWNLOAD="https://pypi.python.org/packages/source/h/hgsubversion/hgsubversion-1.6.3.tar.gz" +MD5SUM="3542205e76563a728172846af1ea0d96" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="subvertpy" |