diff --git a/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch b/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch index 851ed6e439c..fe54f162f63 100644 --- a/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch +++ b/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch @@ -30,12 +30,12 @@ index 229d2723..f0138bf4 100644 -find_package(BoostPython) +find_package(Boost) -+find_package(PythonLibs 3.8) ++find_package(PythonLibs 3.9) + +if(Boost_FOUND AND PYTHONLIBS_FOUND) + if(${Boost_VERSION} GREATER 106699) + message("Searching for python boost") -+ find_package(Boost COMPONENTS python38 REQUIRED) ++ find_package(Boost COMPONENTS python39 REQUIRED) + set(Boost_PYTHON_LIBRARY ${Boost_PYTHON38_LIBRARY}) + else() + find_package(Boost COMPONENTS python) diff --git a/srcpkgs/kig/template b/srcpkgs/kig/template index c03c7391ef3..f493b1d7087 100644 --- a/srcpkgs/kig/template +++ b/srcpkgs/kig/template @@ -1,7 +1,7 @@ # Template file for 'kig' pkgname=kig version=20.08.1 -revision=1 +revision=2 build_style=cmake hostmakedepends="extra-cmake-modules kcoreaddons kdoctools gettext pkg-config qt5-host-tools qt5-qmake"