wok-6.x diff openbox/receipt @ rev 24264
updated perl-tk (804.034 -> 804.036)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jan 02 10:23:39 2022 +0100 (2022-01-02) |
parents | 4888cf6f4513 |
children | b9659e3c2111 |
line diff
1.1 --- a/openbox/receipt Sun Mar 26 21:39:03 2017 +0200 1.2 +++ b/openbox/receipt Sun Jan 02 10:23:39 2022 +0100 1.3 @@ -29,6 +29,12 @@ 1.4 i?86) BUILD_DEPENDS="$BUILD_DEPENDS startup-notification-dev xorg-dev" ;; 1.5 esac 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - http://openbox.org/wiki/Openbox:Download 2>/dev/null | \ 1.10 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q" 1.11 +} 1.12 + 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 {