Date: Monday, December 20, 2021 @ 19:09:27 Author: arojas Revision: 432823
Drop python2 optdepend Modified: kcachegrind/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-20 17:34:57 UTC (rev 432822) +++ PKGBUILD 2021-12-20 19:09:27 UTC (rev 432823) @@ -5,7 +5,7 @@ pkgbase=kcachegrind pkgname=(kcachegrind kcachegrind-common qcachegrind) pkgver=21.12.0 -pkgrel=1 +pkgrel=2 pkgdesc='Visualization of Performance Profiling Data' url='https://apps.kde.org/kcachegrind/' arch=(x86_64) @@ -36,7 +36,7 @@ package_kcachegrind-common() { pkgdesc+=' (common files)' depends=(hicolor-icon-theme) - optdepends=('php: for pprof2calltree' 'python2: for hotshot2calltree' 'perl: for dprof2calltree, memprof2calltree and op2calltree') + optdepends=('php: for pprof2calltree' 'perl: for dprof2calltree, memprof2calltree and op2calltree') DESTDIR="$pkgdir" cmake --install build rm -r "$pkgdir"/usr/{bin/kcachegrind,share/{kcachegrind,applications,metainfo}} # provided by kcachegrind
