From c2ad570b5dc99bcf8cd3aef715358bea9737c476 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Audrius=20Ka=C5=BEukauskas?= Date: Sun, 12 Oct 2014 15:18:25 +0300 Subject: python/hgsubversion: Updated for version 1.6.3. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Audrius Kažukauskas --- python/hgsubversion/hgsubversion.SlackBuild | 4 ++-- python/hgsubversion/hgsubversion.info | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'python') 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" -- cgit v1.2.3