summaryrefslogtreecommitdiff
path: root/nonprism
diff options
context:
space:
mode:
Diffstat (limited to 'nonprism')
-rw-r--r--nonprism/kdepim-runtime/PKGBUILD15
1 files changed, 5 insertions, 10 deletions
diff --git a/nonprism/kdepim-runtime/PKGBUILD b/nonprism/kdepim-runtime/PKGBUILD
index 8ccb31e05..c7e9e7aef 100644
--- a/nonprism/kdepim-runtime/PKGBUILD
+++ b/nonprism/kdepim-runtime/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 276094 2016-09-09 10:25:35Z arojas $
+# $Id: PKGBUILD 278584 2016-10-13 15:30:27Z 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=kdepim-runtime
-pkgver=16.08.1
-pkgrel=2.nonprism1
+pkgver=16.08.2
+pkgrel=1.nonprism1
pkgdesc='Extends the functionality of kdepim, without libkgapi support'
arch=('i686' 'x86_64' 'armv7h')
url='https://community.kde.org/KDE_PIM'
@@ -15,16 +15,11 @@ depends=(libkolab akonadi-calendar knotifyconfig kross kalarmcal kmbox kimap kde
hicolor-icon-theme)
makedepends=(extra-cmake-modules kdoctools boost python kdesignerplugin)
conflicts=(kio-pim)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"
- kdebug-364342.patch::"https://quickgit.kde.org/?p=kdepim-runtime.git&a=commitdiff&h=acb496c8&hp=5f67eab0&o=plain")
-sha1sums=('dca69934f85f06fd3f06b4bd1f75e233e5e4d027'
- 'b8c4ac8d6aa002b2f6215707ad692ca6c4dcb01c')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('6ae21252e46f8a16da75a9f11407b1f12b9d1a8a')
prepare() {
mkdir -p build
-# Fix crash in krunner http://bugs.kde.org/show_bug.cgi?id=364342
- cd $pkgname-$pkgver
- patch -p1 -i ../kdebug-364342.patch
}
build() {