wok diff ponyprog-qt/receipt @ rev 24803
updated libksba and libksba-dev (1.3.5 -> 1.6.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 22 10:41:33 2022 +0100 (2022-03-22) |
parents | 3801a162aec8 |
children | 0262035dc1e7 |
line diff
1.1 --- a/ponyprog-qt/receipt Thu Oct 12 11:57:57 2017 +0200 1.2 +++ b/ponyprog-qt/receipt Tue Mar 22 10:41:33 2022 +0100 1.3 @@ -16,6 +16,12 @@ 1.4 DEPENDS="libQtGui" 1.5 BUILD_DEPENDS="Qt4-dev qmake cmake" 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 {