kdenetwork-krfb: Fix conflict

This commit is contained in:
totte 2014-01-27 11:55:38 +00:00
parent 9e34f97536
commit 8946920df0

View File

@ -7,7 +7,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname="kdenetwork-krfb"
arch=('x86_64')
pkgver=${_kdever}
pkgrel=3
pkgrel=4
pkgdesc="Desktop Sharing Server"
# note on libxdamage:
# not detected by namcap because libgl depends on it
@ -15,9 +15,7 @@ pkgdesc="Desktop Sharing Server"
depends=("kde-runtime>=${_kdever}" "kdelibs>=${_kdever}" 'libvncserver' 'libxdamage')
groups=("kde" "kdenetwork" "kde-uninstall")
categories=('network')
conflicts=("kdenetwork-common" "kdenetwork-doc" "kdenetwork-krfb")
replaces=("kdenetwork-krfb")
provides=("kdenetwork-krfb")
conflicts=("kdenetwork-common" "kdenetwork-doc")
install=kdenetwork.install
url="http://www.kde.org"
license=('GPL' 'LGPL' 'FDL')