diff --git a/syntax-highlighting/PKGBUILD b/syntax-highlighting/PKGBUILD index a90c7b548..c103eb3bb 100644 --- a/syntax-highlighting/PKGBUILD +++ b/syntax-highlighting/PKGBUILD @@ -1,12 +1,12 @@ pkgname=syntax-highlighting pkgver=5.53.0 -pkgrel=1 +pkgrel=2 pkgdesc='Syntax highlighting Engine for Structured Text and Code.' arch=('x86_64') url='https://projects.kde.org/projects/frameworks/syntax-highlighting' license=('MIT') -depends=('qt5-xmlpatterns' 'perl') -makedepends=("extra-cmake-modules>=5.53.0" 'python3' 'qt5-tools') +depends=('qt5-base') +makedepends=('extra-cmake-modules' 'qt5-xmlpatterns' 'qt5-tools' 'doxygen' 'python3') groups=('kf5') options=("debug") source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}) @@ -17,20 +17,20 @@ validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure