wok diff PyQt-x11-gpl/receipt @ rev 24703
updated ladspa and ladspa-dev (1.15 -> 1.17)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 14 11:12:41 2022 +0100 (2022-03-14) |
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 Mon Mar 14 11:12:41 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 {