wok diff qupzilla/receipt @ rev 24667

updated inotify-tools (3.20.2.2 -> 3.22.1.0)
author Hans-G?nter Theisgen
date Fri Mar 11 16:18:25 2022 +0100 (2022-03-11)
parents a119d001bdf6
children 0262035dc1e7
line diff
     1.1 --- a/qupzilla/receipt	Fri Jan 23 02:10:01 2015 +0200
     1.2 +++ b/qupzilla/receipt	Fri Mar 11 16:18:25 2022 +0100
     1.3 @@ -17,6 +17,12 @@
     1.4  BUILD_DEPENDS="wget cacerts Qt4-dev qmake openssl-dev xorg-libX11-dev"
     1.5  SUGGESTED="libQtWebkit-video qupzilla-locales"
     1.6  
     1.7 +current_version()
     1.8 +{
     1.9 +	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    1.10 +	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
    1.11 +}
    1.12 +
    1.13  # Rules to configure and make the PACKAGE.
    1.14  compile_rules()
    1.15  {