wok diff PyQt-x11-gpl/receipt @ rev 24482

updated diffutils (3.7 -> 3.8)
author Hans-G?nter Theisgen
date Fri Feb 18 14:45:09 2022 +0100 (2022-02-18)
parents f7dd6559d610
children 73f36875e5a7
line diff
     1.1 --- a/PyQt-x11-gpl/receipt	Mon Dec 16 11:50:31 2019 +0100
     1.2 +++ b/PyQt-x11-gpl/receipt	Fri Feb 18 14:45:09 2022 +0100
     1.3 @@ -16,6 +16,12 @@
     1.4  libQtDBus libQtClucene sip gcc-lib-base dbus"
     1.5  BUILD_DEPENDS="python-dev sip-dev Qt4-dev qmake"
     1.6  
     1.7 +current_version()
     1.8 +{
     1.9 +	wget -O - https://riverbankcomputing.com/software/pyqt/download 2>/dev/null | \
    1.10 +	sed "/$SOURCE/!d;s|.*$SOURCE-||;s|.tar.*||;q"
    1.11 +}
    1.12 +
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {