description='Framework for providing different actions given a string query' url='https://community.kde.org/Frameworks' license="LGPL-2.0-only LGPL-3.0-only" packager="spiky " contributors="Tnut" name=krunner version=6.5.0 makedepends=(qt6-base qt6-tools kconfig kcoreaddons ki18n kitemmodels kdoctools) source=(https://download.kde.org/stable/frameworks/${version%.*}/$name-$version.tar.xz) build=kde6 uptodate() { feed=https://github.com/KDE/$name/releases.atom exec="lynx -read_timeout=20 -dump -listonly -nonumbers $feed" ligne=1 # nombre de notification ? afficher $exec $feed | grep title | \ sed "s@@@" | \ sed "s@@@" | \ sed "s@v@@" | \ head -n $(($ligne+1 )) | \ tail -n $(($ligne)) }