akonadi fix conflicts/replacement deps

This commit is contained in:
AlmAck 2015-09-12 12:12:42 +00:00
parent 964c5aeafc
commit 9837542407

View File

@ -3,7 +3,7 @@ source ../kdeapps.conf
pkgname=akonadi
pkgver=${_kdever}
pkgrel=2
pkgrel=6
pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data"
arch=('x86_64')
url='http://community.kde.org/KDE_PIM/Akonadi'
@ -14,9 +14,8 @@ checkdepends=('xorg-server-xvfb')
optdepends=('postgresql: PostgreSQL backend'
'mariadb: MariaDB backend')
install="${pkgname}.install"
replaces=('akonadi-qt4')
provides=('akonadi-qt4')
conflics=('akonadi-qt4')
replaces=('akonadi<15' 'akonadi-qt4')
conflicts=('akonadi<15' 'akonadi-qt4')
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)