wok-current diff zenity/receipt @ rev 25399

updated vim and vim-tiny (8.2.0664 -> 9.0.0133)
author Hans-G?nter Theisgen
date Tue Aug 02 14:18:25 2022 +0100 (2022-08-02)
parents 3828d7e5f56a
children
line diff
     1.1 --- a/zenity/receipt	Fri Nov 15 09:49:31 2019 +0100
     1.2 +++ b/zenity/receipt	Tue Aug 02 14:18:25 2022 +0100
     1.3 @@ -16,6 +16,12 @@
     1.4  BUILD_DEPENDS="docbook-xsl gcc83 gnome-doc-utils-dev gtk+3-dev
     1.5  	intltool itstool libglade-dev pkg-config"
     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|" | sort -Vr | sed q
    1.11 +}
    1.12 +
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {