wok-6.x diff znotes/receipt @ rev 24795
updated libgtop and libgtop-dev (2.28.4 -> 2.40.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 21 16:57:58 2022 +0100 (2022-03-21) |
parents | 39567aac1197 |
children | 7dd01dedad38 |
line diff
1.1 --- a/znotes/receipt Wed Oct 09 18:12:57 2019 +0200 1.2 +++ b/znotes/receipt Mon Mar 21 16:57:58 2022 +0100 1.3 @@ -15,6 +15,12 @@ 1.4 DEPENDS="libQtGui libQtXml" 1.5 BUILD_DEPENDS="Qt4-dev qmake wget" 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|.*/\(.*\).tar.*|\1|;q' 1.11 +} 1.12 + 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 {