git » kpeople.git » commit 862a07b

Don't replace libkpeople (FS#44179)

author Antonio Rojas
2015-03-14 00:07:44 UTC
committer Antonio Rojas
2015-03-14 00:07:44 UTC
parent 282436ef90ea79baa8c30ab4e2d80bf552be3c81

Don't replace libkpeople (FS#44179)

PKGBUILD +1 -3

diff --git a/PKGBUILD b/PKGBUILD
index 8bd3e04..1ba3d41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,13 @@
 
 pkgname=kpeople
 pkgver=5.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A library that provides access to all contacts and the people who hold them'
 arch=(i686 x86_64)
 url='http://community.kde.org/KTp/libkpeople'
 license=(LGPL)
 depends=(kservice kwidgetsaddons kitemviews qt5-declarative)
 makedepends=(extra-cmake-modules python)
-replaces=(libkpeople)
-conflicts=(libkpeople)
 groups=(kf5)
 source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
 md5sums=('5effd861add4d39d0bd3756b17fa814c')