diff options
-rw-r--r-- | libre/kdebase-runtime/PKGBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/libre/kdebase-runtime/PKGBUILD b/libre/kdebase-runtime/PKGBUILD index afee9fc3a..5a1f13851 100644 --- a/libre/kdebase-runtime/PKGBUILD +++ b/libre/kdebase-runtime/PKGBUILD @@ -1,20 +1,19 @@ -# $Id: PKGBUILD 259364 2016-02-16 00:03:16Z arojas $ +# $Id: PKGBUILD 261475 2016-03-15 10:26:40Z arojas $ # Maintainer (Arch): Felix Yan <felixonmars@archlinux.org> # Contributor (Arch): Andrea Scarpino <andrea@archlinux.org> # Contributor (Arch): Pierre Schmitz <pierre@archlinux.de> # Maintainer: André Silva <emulatorman@parabola.nu> pkgname=kdebase-runtime -pkgver=15.12.2 +pkgver=15.12.3 pkgrel=1.parabola1 pkgdesc="Plugins and applications necessary for the running of KDE applications, without non-privacy search engines" arch=('i686' 'x86_64') url='https://projects.kde.org/projects/kde/kde-runtime' license=('GPL' 'LGPL') makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs4' 'openslp' 'doxygen' 'networkmanager' 'boost') -depends=('libkactivities4' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 'xorg-xauth' 'libwebp') -optdepends=('kdepimlibs4: for kwalletd, and is needed by DrKonqi to send crash reports to KDE.org' - 'gdb: needed by DrKonqi to generate backtrace' 'khelpcenter: to display applications documentation') +depends=('libkactivities4' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 'xorg-xauth' 'libwebp' 'kdepimlibs4') +optdepends=('gdb: needed by DrKonqi to generate backtrace' 'khelpcenter: to display applications documentation') provides=(notification-daemon) conflicts=(kdesu4) replaces=(kdesu4) @@ -22,7 +21,7 @@ install=$pkgname.install source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz" 'duckduckgo_html.desktop' 'duckduckgo_lite.desktop') -sha1sums=('210f05a6fbab7b5afee3c66704f4fde796572496' +sha1sums=('12226932cecd8c8945d00e92b4b6154dc058dd47' 'aa6f39f4b0ad3c110fd05cd6c41190afae9773dd' 'ac3bac94a2c4b1444642524bc5fb539c4c5dcc5b') |