python/hgsubversion: Updated for version 1.6.3.

Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
This commit is contained in:
Audrius Kažukauskas 2014-10-12 15:18:25 +03:00 committed by Willy Sudiarto Raharjo
parent 48b915ab8f
commit c2ad570b5d
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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"