wok diff atk/receipt @ rev 24531
updated osip and osip-dev (5.1.1 -> 5.3.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Feb 23 09:00:20 2022 +0100 (2022-02-23) |
parents | 5b7475b01999 |
children | 71ea22396e62 |
line diff
1.1 --- a/atk/receipt Wed Jan 01 16:46:30 2020 +0100 1.2 +++ b/atk/receipt Wed Feb 23 09:00:20 2022 +0100 1.3 @@ -22,6 +22,12 @@ 1.4 i?86) BUILD_DEPENDS="$BUILD_DEPENDS gobject-introspection-dev" ;; 1.5 esac 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - https://gitlab.gnome.org/GNOME/atk/-/tags 2>/dev/null | \ 1.10 + sed '/ATK_/!d;s|.*/ATK_\(.*\)".*|\1|;s|_|.|g;q' 1.11 +} 1.12 + 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 {