wok-6.x diff xorg-xbacklight/receipt @ rev 25321
updated sqlobject (3.8.0 -> 3.9.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jul 22 07:45:13 2022 +0100 (2022-07-22) |
parents | 4d171940f045 |
children |
line diff
1.1 --- a/xorg-xbacklight/receipt Tue Nov 12 16:33:16 2019 +0100 1.2 +++ b/xorg-xbacklight/receipt Fri Jul 22 07:45:13 2022 +0100 1.3 @@ -16,6 +16,12 @@ 1.4 DEPENDS="xorg-libXrandr" 1.5 BUILD_DEPENDS="libxcb-dev xcb-util-dev xorg-libXrandr-dev" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ 1.10 + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q 1.11 +} 1.12 + 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 {