wok-current diff apulse/receipt @ rev 24889
grub2: sed command corrected
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 02 17:34:21 2022 +0100 (2022-04-02) |
parents | d44c96b3af7c |
children | 80eb8a52ec19 |
line diff
1.1 --- a/apulse/receipt Fri Feb 08 14:58:54 2019 +0100 1.2 +++ b/apulse/receipt Sat Apr 02 17:34:21 2022 +0100 1.3 @@ -15,6 +15,12 @@ 1.4 DEPENDS="pcre alsa-lib glib" 1.5 BUILD_DEPENDS="cmake wget alsa-lib-dev glib-dev" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 1.10 + sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 1.11 +} 1.12 + 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 {