Date: Thursday, January 15, 2015 @ 11:34:49 Author: fyan Revision: 229033
upgpkg: kdebase-runtime 14.12.1-1 Modified: kdebase-runtime/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-01-15 10:27:37 UTC (rev 229032) +++ PKGBUILD 2015-01-15 10:34:49 UTC (rev 229033) @@ -3,13 +3,13 @@ # Contributor: Pierre Schmitz <[email protected]> pkgname=kdebase-runtime -pkgver=4.14.3 +pkgver=14.12.1 pkgrel=1 pkgdesc="Plugins and applications necessary for the running of KDE applications" arch=('i686' 'x86_64') url='https://projects.kde.org/projects/kde/kde-runtime' license=('GPL' 'LGPL') -depends=("kdelibs>=${pkgver}" 'kactivities' 'libkactivities4' 'smbclient' 'libssh' 'libcanberra' +depends=("kdelibs" 'kactivities' 'libkactivities4' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 'xorg-xauth' 'libwebp') makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen' 'networkmanager' 'boost') @@ -19,16 +19,13 @@ 'rarian: needed by KHelpCenter') provides=('khelpcenter' 'notification-daemon') install="${pkgname}.install" -source=("http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz" - CVE-2014-8600.patch) -sha1sums=('d25357bf7e5d3922ce0c9b60921fb2fd738b7251' - '63588c9843c68c9b59e5b5e24dbc62c690ce68ce') +source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz") +sha1sums=('5f6e1e5ac3dcb7a42a945d003881ab47756a940b') prepare() { mkdir build cd kde-runtime-${pkgver} - patch -p1 -i ../CVE-2014-8600.patch } build() {
