wok-next diff python-sphinx/receipt @ rev 20778

git update: 2.16.2 (Feb-2018) -> 2.17.1 (May-2018)
author Erkan Yilmaz <erkan@slitaz.org>
date Fri Jun 08 09:36:49 2018 +0000 (2018-06-08)
parents 6c73b944e8dd
children 92698cd69f34
line diff
     1.1 --- a/python-sphinx/receipt	Mon Feb 26 04:46:49 2018 +0200
     1.2 +++ b/python-sphinx/receipt	Fri Jun 08 09:36:49 2018 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="python-sphinx"
     1.7 -VERSION="1.7.1"
     1.8 +VERSION="latest"
     1.9  CATEGORY="python"
    1.10  SHORT_DESC="Documentation Tool"
    1.11  MAINTAINER="claudinei@slitaz.org"
    1.12 @@ -20,6 +20,7 @@
    1.13  }
    1.14  
    1.15  genpkg_rules() {
    1.16 +	VERSION=$(sed -n '/^Successfully installed/ s|.*Sphinx-||p' $LOGS/$PACKAGE.log)
    1.17  	copy @std @dev
    1.18  	DEPENDS="$BUILD_DEPENDS"
    1.19  }