wok diff wyrd/receipt @ rev 25194
updated python-html2text (2017.10.4 -> 2019.8.11)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 10:52:13 2022 +0100 (2022-07-13) |
parents | 3c81dd700a3f |
children |
line diff
1.1 --- a/wyrd/receipt Fri May 17 11:30:13 2019 +0100 1.2 +++ b/wyrd/receipt Wed Jul 13 10:52:13 2022 +0100 1.3 @@ -13,6 +13,13 @@ 1.4 1.5 DEPENDS="ncursesw ocaml remind" 1.6 BUILD_DEPENDS="ncursesw-dev ocaml remind" 1.7 +#BUILD_DEPENDS="ncursesw-dev ocaml camlp4 remind" 1.8 + 1.9 +current_version() 1.10 +{ 1.11 + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ 1.12 + sed "/$PACKAGE-/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q" 1.13 +} 1.14 1.15 # Rules to configure and make the package. 1.16 compile_rules()