diff options
-rw-r--r-- | libre/kdebase-runtime/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/kdebase-runtime/PKGBUILD b/libre/kdebase-runtime/PKGBUILD index 5a1f13851..240e5e043 100644 --- a/libre/kdebase-runtime/PKGBUILD +++ b/libre/kdebase-runtime/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 261475 2016-03-15 10:26:40Z arojas $ +# $Id: PKGBUILD 265839 2016-04-22 17:30:21Z 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.3 +pkgver=16.04.0 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' +url='https://www.kde.org/' license=('GPL' 'LGPL') -makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs4' 'openslp' 'doxygen' 'networkmanager' 'boost') +makedepends=('pkg-config' 'cmake' 'automoc4' 'openslp' 'doxygen' 'networkmanager' 'boost') 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) @@ -21,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=('12226932cecd8c8945d00e92b4b6154dc058dd47' +sha1sums=('e49c748bcf569e52bf59354e2fffe17c1f40bc26' 'aa6f39f4b0ad3c110fd05cd6c41190afae9773dd' 'ac3bac94a2c4b1444642524bc5fb539c4c5dcc5b') |