wok diff cantarell-fonts/receipt @ rev 24523
updated eudev, eudev-dev and eudev-lib (3.2.9 -> 3.2.11)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Feb 22 17:00:18 2022 +0100 (2022-02-22) |
parents | 29bbdc1ad8ad |
children |
line diff
1.1 --- a/cantarell-fonts/receipt Tue Jan 07 13:23:33 2020 +0100 1.2 +++ b/cantarell-fonts/receipt Tue Feb 22 17:00:18 2022 +0100 1.3 @@ -14,6 +14,12 @@ 1.4 1.5 DEPENDS="fontconfig" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ 1.10 + sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;/>ca/d" | sort -Vr | sed q 1.11 +} 1.12 + 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 {