diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-04-07 20:25:16 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-04-07 20:25:16 -0300 |
commit | d6df47c77c5d7b2d50b2afed3cf8c2291ce4aec4 (patch) | |
tree | a0bb8ef9d45b60d065f261a20a54df9d9f381e2b | |
parent | 4e12d80b8f5593f18515e8685363bf8b69597380 (diff) | |
download | abslibre-d6df47c77c5d7b2d50b2afed3cf8c2291ce4aec4.tar.gz abslibre-d6df47c77c5d7b2d50b2afed3cf8c2291ce4aec4.tar.bz2 abslibre-d6df47c77c5d7b2d50b2afed3cf8c2291ce4aec4.zip |
kdebase-runtime-libre-4.10.2-2: updating revision
* Rebuild for samba
* Require a versioned dependence of kdelibs to avoid breakage
-rw-r--r-- | libre/kdebase-runtime-libre/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/kdebase-runtime-libre/PKGBUILD b/libre/kdebase-runtime-libre/PKGBUILD index a0d4c8603..441852591 100644 --- a/libre/kdebase-runtime-libre/PKGBUILD +++ b/libre/kdebase-runtime-libre/PKGBUILD @@ -6,12 +6,12 @@ _pkgname=kdebase-runtime pkgname=kdebase-runtime-libre pkgver=4.10.2 -pkgrel=1 +pkgrel=2 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' license=('GPL' 'LGPL') -depends=('kactivities' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' +depends=("kdelibs>=${pkgver}" 'kactivities' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 'xorg-xauth') makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen' 'networkmanager') |