wok diff python-mpd/receipt @ rev 25706

BootProg/boot32.asm: add int 21h services 02h, 09h, 25h, 35h
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 26 17:36:15 2024 +0000 (3 days ago)
parents e717a4953b0e
children
line diff
     1.1 --- a/python-mpd/receipt	Mon May 02 16:22:04 2022 +0000
     1.2 +++ b/python-mpd/receipt	Wed Jun 26 17:36:15 2024 +0000
     1.3 @@ -17,8 +17,8 @@
     1.4  # What is the latest version available today?
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - https://pypi.org/project/$SOURCE/ 2>/dev/null | \
     1.8 -	sed "/$SOURCE-/!d;/tar/!d;s|.*$SOURCE-||;s|.tar.*||;q"
     1.9 +	wget -O - https://pypi.org/project/$PACKAGE/ 2>/dev/null | \
    1.10 +	sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||;q"
    1.11  }
    1.12  
    1.13  # Rules to configure and make the package.