wok diff xarchive/receipt @ rev 24222
updated perl-io-compress (2.093 -> 2.102)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Dec 31 17:15:15 2021 +0100 (2021-12-31) |
parents | 8b8fae260ab7 |
children | 7dd01dedad38 |
line diff
1.1 --- a/xarchive/receipt Thu Feb 09 12:37:49 2017 +0100 1.2 +++ b/xarchive/receipt Fri Dec 31 17:15:15 2021 +0100 1.3 @@ -15,6 +15,13 @@ 1.4 DEPENDS="gtk+ xorg-libXdamage" 1.5 BUILD_DEPENDS="pkg-config gtk+ gtk+-dev" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - https://sourceforge.net/projects/$PACKAGE/files/ 2>/dev/null | \ 1.10 + sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 1.11 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|;q" 1.12 +} 1.13 + 1.14 # Rules to configure and make the package.ls sr 1.15 compile_rules() 1.16 {