Date: Sunday, February 9, 2020 @ 18:20:54 Author: arojas Revision: 375137
Add perl optdepend Modified: kconfigwidgets/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-09 18:18:11 UTC (rev 375136) +++ PKGBUILD 2020-02-09 18:20:54 UTC (rev 375137) @@ -4,7 +4,7 @@ pkgname=kconfigwidgets pkgver=5.67.0 -pkgrel=1 +pkgrel=2 pkgdesc='Widgets for KConfig' arch=(x86_64) url='https://community.kde.org/Frameworks' @@ -11,7 +11,7 @@ license=(LGPL) depends=(kauth kcodecs kconfig kguiaddons ki18n kwidgetsaddons) makedepends=(extra-cmake-modules kdoctools clang python-pyqt5 doxygen qt5-tools qt5-doc sip) -optdepends=('python-pyqt5: for the Python bindings') +optdepends=('python-pyqt5: for the Python bindings' 'perl: for preparetips5') groups=(kf5) source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}) sha256sums=('0feb1659626265601c87dacc9eaf13a23553d1dcfe8d6d80749ac5dd6d5adfa1'
