wok diff enchant/receipt @ rev 24933
updated muparser and muparser-dev (2.2.6.1 -> 2.3.3)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Apr 13 17:29:40 2022 +0100 (2022-04-13) |
parents | 7e16db4fdc4a |
children | f2b4a9eb8bdd |
line diff
1.1 --- a/enchant/receipt Mon Jan 27 08:56:40 2020 +0100 1.2 +++ b/enchant/receipt Wed Apr 13 17:29:40 2022 +0100 1.3 @@ -16,6 +16,12 @@ 1.4 DEPENDS="dbus dbus-glib glib gcc-lib-base" 1.5 BUILD_DEPENDS="pkg-config glib glib-dev aspell-dev" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - $WEB_SITE 2>/dev/null | \ 1.10 + sed '/released/!d;s|.*Enchant ||;s| released.*||;q' 1.11 +} 1.12 + 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 {