diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/python-libsass/python-libsass.SlackBuild | 4 | ||||
-rw-r--r-- | python/python-libsass/python-libsass.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python-libsass/python-libsass.SlackBuild b/python/python-libsass/python-libsass.SlackBuild index 1a5552f890..2dd1ebc93a 100644 --- a/python/python-libsass/python-libsass.SlackBuild +++ b/python/python-libsass/python-libsass.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=python-libsass SRCNAM=$(echo $PRGNAM | cut -c8-14) -VERSION=${VERSION:-0.11.2} +VERSION=${VERSION:-0.12.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -68,7 +68,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/python-libsass/python-libsass.info b/python/python-libsass/python-libsass.info index 03cf84a6d1..93747f9abd 100644 --- a/python/python-libsass/python-libsass.info +++ b/python/python-libsass/python-libsass.info @@ -1,8 +1,8 @@ PRGNAM="python-libsass" -VERSION="0.11.2" +VERSION="0.12.0" HOMEPAGE="http://dahlia.kr/libsass-python" -DOWNLOAD="https://pypi.python.org/packages/4a/82/25fb0c35c64571e0a616ac5ceb28129217fb2d5b0f2439b505ca30ce72dc/libsass-0.11.2.tar.gz" -MD5SUM="631fa4cb94c8b23bd97d95721383e274" +DOWNLOAD="https://pypi.python.org/packages/fe/91/973cc1c2edd4121370a54d62b2274217d2a6da8e09f4fb5e7dbf1d19e74a/libsass-0.12.0.tar.gz" +MD5SUM="fa674d3e33531cecdc39c6e6874a44f0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="six" |