Date: Saturday, August 15, 2015 @ 11:04:25 Author: arojas Revision: 243735
Add conflicts Modified: libkgapi4/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-08-15 09:00:56 UTC (rev 243734) +++ PKGBUILD 2015-08-15 09:04:25 UTC (rev 243735) @@ -4,7 +4,7 @@ pkgname=libkgapi4 pkgver=2.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="A KDE-based library for accessing various Google services via their public API" url='https://projects.kde.org/projects/extragear/libs/libkgapi' arch=('i686' 'x86_64') @@ -11,6 +11,7 @@ license=('GPL' 'LGPL' 'FDL') depends=('kdepimlibs4') makedepends=('cmake' 'automoc4' 'boost') +conflicts=('libkgapi<4') source=("http://download.kde.org/stable/libkgapi/${pkgver}/src/libkgapi-${pkgver}.tar.bz2") md5sums=('f3f2e4e68bb8baf849935f2f2eecf781')
