diff options
-rw-r--r-- | python/alabaster/alabaster.SlackBuild | 4 | ||||
-rw-r--r-- | python/alabaster/alabaster.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/alabaster/alabaster.SlackBuild b/python/alabaster/alabaster.SlackBuild index 14609215fc..51dc51a7a3 100644 --- a/python/alabaster/alabaster.SlackBuild +++ b/python/alabaster/alabaster.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=alabaster -VERSION=${VERSION:-0.7.10} +VERSION=${VERSION:-0.7.12} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,7 +71,7 @@ find -L . \ python setup.py install --root=$PKG -if $(python3 -c 'import sys' 2>/dev/null); then +if python3 -c 'import sys' 2>/dev/null; then python3 setup.py install --root=$PKG fi diff --git a/python/alabaster/alabaster.info b/python/alabaster/alabaster.info index fdede9d4bc..5541c21aef 100644 --- a/python/alabaster/alabaster.info +++ b/python/alabaster/alabaster.info @@ -1,8 +1,8 @@ PRGNAM="alabaster" -VERSION="0.7.10" +VERSION="0.7.12" HOMEPAGE="https://alabaster.readthedocs.io/" -DOWNLOAD="https://pypi.python.org/packages/d0/a5/e3a9ad3ee86aceeff71908ae562580643b955ea1b1d4f08ed6f7e8396bd7/alabaster-0.7.10.tar.gz" -MD5SUM="7934dccf38801faa105f6e7b4784f493" +DOWNLOAD="https://files.pythonhosted.org/packages/cc/b4/ed8dcb0d67d5cfb7f83c4d5463a7614cb1d078ad7ae890c9143edebbf072/alabaster-0.7.12.tar.gz" +MD5SUM="3591827fde96d1dd23970fb05410ed04" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |