wok diff atk/receipt @ rev 24828

updated libshout and libshout-dev again (2.4.3 -> 2.4.5)
author Hans-G?nter Theisgen
date Wed Mar 23 17:27:54 2022 +0100 (2022-03-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 Mar 23 17:27:54 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  {