author | Andrea Scarpino
<andrea@archlinux.org> 2014-10-20 16:36:31 UTC |
committer | Andrea Scarpino
<andrea@archlinux.org> 2014-10-20 16:36:31 UTC |
parent | 1a08a3974fd95a5ef3d05cb4e35677d0a3a84ded |
PKGBUILD | +2 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index 5b78432..b0e797f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,13 +3,14 @@ pkgname=khelpcenter pkgver=5.1.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="Application to show KDE Applications' documentation" arch=('i686' 'x86_64') url='https://projects.kde.org/projects/kde/workspace/khelpcenter' license=('LGPL') depends=('khtml' 'kdelibs4support' 'kcmutils') makedepends=('extra-cmake-modules' 'kdoctools') +conflicts=('kdebase-runtime') groups=('plasma-next') source=("http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz") md5sums=('13e1411da03add367368b95427cc06b1')