wok-6.x diff PyQt-x11-gpl/receipt @ rev 25517
updated gvim 8.2 -> 9.0.0133
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 23 10:53:50 2023 +0100 (21 months ago) |
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 Thu Feb 23 10:53:50 2023 +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 {