diff --git a/chakra-common/PKGBUILD b/chakra-common/PKGBUILD index dc53273f0472a207e5e13ff7811820b8eca04dae..c3d238863eaf839f63e3264e6cf47998101568b6 100644 --- a/chakra-common/PKGBUILD +++ b/chakra-common/PKGBUILD @@ -7,7 +7,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf pkgname=chakra-common arch=('x86_64') pkgver=${_kdever} -pkgrel=2 +pkgrel=1 pkgdesc="Common configuration files, scripts and artwork" url="http://www.chakra-project.org" license=('GPL' diff --git a/kde-workspace/PKGBUILD b/kde-workspace/PKGBUILD index a0ceb852cdbc72349c3e99207c9bba5798cab2bd..b7582f036ab79edbe7bbbcd10726fa837ba595e7 100644 --- a/kde-workspace/PKGBUILD +++ b/kde-workspace/PKGBUILD @@ -9,7 +9,7 @@ pkgname="kde-workspace" arch=('x86_64') #pkgver=${_kdever} pkgver=4.11.5 -pkgrel=2 +pkgrel=1 pkgdesc="KDE Workspace" url="http://www.kde.org" license=('GPL' diff --git a/kdesdk-kate/PKGBUILD b/kdesdk-kate/PKGBUILD index 05b5e55b2d5b11445081ac16628d6191e90b07c6..aed1121cfe1533587d0807d9250b83c3d9fbc24f 100644 --- a/kdesdk-kate/PKGBUILD +++ b/kdesdk-kate/PKGBUILD @@ -50,9 +50,9 @@ package_kde-baseapps-katepart() { pkgdesc='A fast and feature-rich text editor component' url='http://kate-editor.org/about-katepart/' depends=('kdelibs') - provides=("kdebase-katepart") - replaces=("kdebase-katepart") - conflicts=("kdebase-katepart") + provides=("kdebase-katepart" "kate-syntax-markdown") + replaces=("kdebase-katepart" "kate-syntax-markdown") + conflicts=("kdebase-katepart" "kate-syntax-markdown") install='katepart.install' cd "${srcdir}/build/part" @@ -87,7 +87,7 @@ package_kdesdk-kate() { 'kde-uninstall') url='http://www.kde.org/applications/utilities/kate/' install='kate.install' - optdepends=('konsole: Open a terminal in Kate' + optdepends=('kde-baseapps-konsole: Open a terminal in Kate' 'kdebindings-python2: Python 2 bindings' 'kdebindings-python3: Python 3 bindings')