diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-08-24 01:17:55 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-08-24 02:37:53 -0300 |
commit | d2e4c7d3e996cf0d922d4a059917d2fe64c12fa1 (patch) | |
tree | 43853bdc59c948223efda3c938ef341dd57b744a /libre/kdebase-runtime | |
parent | 0029f3517dc4b55f802321d5dc173489e887165e (diff) | |
download | abslibre-d2e4c7d3e996cf0d922d4a059917d2fe64c12fa1.tar.gz abslibre-d2e4c7d3e996cf0d922d4a059917d2fe64c12fa1.tar.bz2 abslibre-d2e4c7d3e996cf0d922d4a059917d2fe64c12fa1.zip |
kdebase-runtime-15.08.0-1.parabola1: updating version
Diffstat (limited to 'libre/kdebase-runtime')
-rw-r--r-- | libre/kdebase-runtime/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/libre/kdebase-runtime/PKGBUILD b/libre/kdebase-runtime/PKGBUILD index 09ca57226..c977f90be 100644 --- a/libre/kdebase-runtime/PKGBUILD +++ b/libre/kdebase-runtime/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 242137 2015-07-11 22:33:39Z arojas $ +# $Id: PKGBUILD 243783 2015-08-16 08:40:47Z arojas $ # Maintainer (Arch): Felix Yan <felixonmars@archlinux.org> # Contributor (Arch): Andrea Scarpino <andrea@archlinux.org> # Contributor (Arch): Pierre Schmitz <pierre@archlinux.de> @@ -6,18 +6,18 @@ pkgbase=kdebase-runtime pkgname=kdebase-runtime -pkgver=15.04.3 -pkgrel=4.parabola1 -pkgdesc="Plugins and applications necessary for the running of KDE applications, without non-privacy search providers" +pkgver=15.08.0 +pkgrel=1.parabola1 +pkgdesc="Plugins and applications necessary for the running of KDE applications, without nonfree system-wide search providers" arch=('i686' 'x86_64') url='https://projects.kde.org/projects/kde/kde-runtime' license=('GPL' 'LGPL') makedepends=('kdelibs' 'libkactivities4' 'smbclient' 'libssh' 'libcanberra' 'libwebp' - 'pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen' 'networkmanager' 'boost') + 'pkg-config' 'cmake' 'automoc4' 'kdepimlibs4' 'openslp' 'doxygen' 'networkmanager' 'boost') source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz" 'duckduckgo_html.desktop' 'duckduckgo_lite.desktop') -sha1sums=('9984b22d2706e7d3efefeefca94a9de5b53f07c3' +sha1sums=('cf356762677d80adfec16d5756839cdfa36b84d7' 'aa6f39f4b0ad3c110fd05cd6c41190afae9773dd' 'ac3bac94a2c4b1444642524bc5fb539c4c5dcc5b') @@ -52,7 +52,7 @@ build() { package_kdebase-runtime() { depends=('kdelibs' 'kactivities' 'libkactivities4' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 'xorg-xauth' 'libwebp') - optdepends=('kdepimlibs: for kwalletd, and is needed by DrKonqi to send crash reports to KDE.org' 'kdebase-runtime-doc: KDE4 documentation' + optdepends=('kdepimlibs4: for kwalletd, and is needed by DrKonqi to send crash reports to KDE.org' 'kdebase-runtime-doc: KDE4 documentation' 'gdb: needed by DrKonqi to generate backtrace' 'khelpcenter: to display applications documentation') replaces=("${pkgname}-libre") conflicts=("${pkgname}-libre") |