wok-current diff pcsxr-svn/receipt @ rev 25587

Fix race condition for ncursesw-dev cook
author Stanislas Leduc <shann@slitaz.org>
date Mon May 29 13:10:32 2023 +0000 (13 months ago)
parents 34e801e0eb52
children
line diff
     1.1 --- a/pcsxr-svn/receipt	Sat Feb 19 14:19:02 2022 +0000
     1.2 +++ b/pcsxr-svn/receipt	Mon May 29 13:10:32 2023 +0000
     1.3 @@ -21,7 +21,7 @@
     1.4  current_version()
     1.5  {
     1.6  	wget -O - $WEB_SITE/commits/master 2>/dev/null | \
     1.7 -	sed '/commits_list_item/!d;s|.*commits/\(.......\).*|\1|;q'
     1.8 +	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
     1.9  }
    1.10  
    1.11  # Rules to configure and make the package.