wok diff znotes/receipt @ rev 24701
updated keyutils and keyutils-dev (1.6.1 -> 1.6.3)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 14 07:58:24 2022 +0100 (2022-03-14) |
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 14 07:58:24 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 {