diff options
Diffstat (limited to 'libre')
-rw-r--r-- | libre/akonadi-contacts/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/kio/PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libre/akonadi-contacts/PKGBUILD b/libre/akonadi-contacts/PKGBUILD index 2d0817787..6742a2155 100644 --- a/libre/akonadi-contacts/PKGBUILD +++ b/libre/akonadi-contacts/PKGBUILD @@ -14,7 +14,7 @@ pkgdesc="Libraries and daemons to implement Contact Management in Akonadi, witho url="https://community.kde.org/KDE_PIM" license=(LGPL) -depends=(akonadi grantlee kcontacts kmime prison opengl-driver) +depends=(akonadi grantlee "kcontacts>=$pkgver" kmime prison opengl-driver) makedepends=(extra-cmake-modules kdoctools python boost akonadi-mime kcalcore kdesignerplugin) conflicts=(akonadi-contact) replaces=(akonadi-contact) diff --git a/libre/kio/PKGBUILD b/libre/kio/PKGBUILD index f6e8565db..39cea862f 100644 --- a/libre/kio/PKGBUILD +++ b/libre/kio/PKGBUILD @@ -14,7 +14,7 @@ pkgdesc="Resource and network access abstraction, without non-privacy search eng url="https://community.kde.org/Frameworks" license=(LGPL) -makedepends=(extra-cmake-modules kdoctools python doxygen qt5-tools) +makedepends=("extra-cmake-modules>=$pkgver" kdoctools python doxygen qt5-tools) depends=(solid kjobwidgets kbookmarks libxslt kwallet desktop-file-utils opengl-driver) optdepends=('kio-extras: extra protocols support (sftp, fish and more)' 'kdoctools: for the help kioslave' |