diff options
-rw-r--r-- | libre/kdebase-runtime/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/kdebase-runtime/PKGBUILD b/libre/kdebase-runtime/PKGBUILD index ceb186485..5a25b8293 100644 --- a/libre/kdebase-runtime/PKGBUILD +++ b/libre/kdebase-runtime/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 229033 2015-01-15 10:34:49Z fyan $ +# $Id: PKGBUILD 231145 2015-02-08 12:37:19Z fyan $ # Maintainer (Arch): Andrea Scarpino <andrea@archlinux.org> # Contributor (Arch): Pierre Schmitz <pierre@archlinux.de> # Maintainer: André Silva <emulatorman@parabola.nu> pkgname=kdebase-runtime pkgver=14.12.2 -pkgrel=1.parabola1 +pkgrel=2.parabola1 pkgdesc="Plugins and applications necessary for the running of KDE applications, without non-privacy search providers" arch=('i686' 'x86_64' 'mips64el') url='https://projects.kde.org/projects/kde/kde-runtime' @@ -13,7 +13,7 @@ license=('GPL' 'LGPL') replaces=("${pkgname}-libre") conflicts=("${pkgname}-libre") depends=("kdelibs" 'kactivities' 'libkactivities4' 'smbclient' 'libssh' 'libcanberra' - 'oxygen-icons' 'xorg-xauth' 'libwebp') + 'oxygen-icons' 'xorg-xauth' 'libwebp' 'kdepimlibs') makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen' 'networkmanager' 'boost') optdepends=('kdepimlibs: needed by DrKonqi to send crash reports to KDE.org' |