diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2017-11-14 08:24:27 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2017-11-14 08:24:36 +0100 |
commit | 44b3d7189986e967918f7b17a00536aa443d42a3 (patch) | |
tree | 78bd6e8432de440e297a85b5ffb60e8fb0cf0b03 | |
parent | 33f1c9f73b096488150e3dcc9d6bce938bdcdca0 (diff) | |
download | abslibre-44b3d7189986e967918f7b17a00536aa443d42a3.tar.gz abslibre-44b3d7189986e967918f7b17a00536aa443d42a3.tar.bz2 abslibre-44b3d7189986e967918f7b17a00536aa443d42a3.zip |
adding explicit dependency versions to kio and akonadi-contacts
-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' |