wok diff mupen64plus/receipt @ rev 24482

updated diffutils (3.7 -> 3.8)
author Hans-G?nter Theisgen
date Fri Feb 18 14:45:09 2022 +0100 (2022-02-18)
parents 6563992d0700
children 7364ffdaaa60
line diff
     1.1 --- a/mupen64plus/receipt	Sat Mar 21 09:55:24 2020 +0100
     1.2 +++ b/mupen64plus/receipt	Fri Feb 18 14:45:09 2022 +0100
     1.3 @@ -18,7 +18,12 @@
     1.4  	libsamplerate-dev libsdl2-dev libsdl-ttf-dev mesa-dev nasm speex-dev 
     1.5  	yasm zlib-dev"
     1.6  
     1.7 -# Rules to configure and make the package.
     1.8 +current_version()
     1.9 +{
    1.10 +	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
    1.11 +	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
    1.12 +}
    1.13 +
    1.14  compile_rules()
    1.15  {
    1.16  	find $src -name Makefile | xargs sed -i 's|uname -m|echo i486|'