summaryrefslogtreecommitdiff
path: root/nonprism
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-10-14 23:11:24 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-10-14 23:11:24 -0300
commit430fea78e11f1b93642f856939adceb8b6c16a31 (patch)
treeea91d4fe091c9633def7483181d7048b584f04bc /nonprism
parentddaeddd3100112a5f5f241fc3d2924c8c47f246b (diff)
kdepim-16.08.2-1.nonprism1: updating version
Diffstat (limited to 'nonprism')
-rw-r--r--nonprism/kdepim/PKGBUILD16
1 files changed, 5 insertions, 11 deletions
diff --git a/nonprism/kdepim/PKGBUILD b/nonprism/kdepim/PKGBUILD
index 8dea148b5..1c4b43f17 100644
--- a/nonprism/kdepim/PKGBUILD
+++ b/nonprism/kdepim/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 278145 2016-10-10 10:48:31Z 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>
@@ -6,8 +6,8 @@
pkgbase=kdepim
pkgname=(akonadiconsole kaddressbook kmail knotes korganizer)
-pkgver=16.08.1
-pkgrel=2.nonprism1
+pkgver=16.08.2
+pkgrel=1.nonprism1
arch=('i686' 'x86_64')
url='http://pim.kde.org'
license=('GPL' 'LGPL' 'FDL')
@@ -15,17 +15,11 @@ groups=('kde-applications' 'kdepim')
makedepends=(extra-cmake-modules kdepim-runtime qt5-tools kdoctools knewstuff kpimtextedit
ktexteditor kdnssd kldap libktnef kontactinterface kxmlrpcclient kblog akonadi-search boost
libgravatar mailcommon incidenceeditor libksieve python kdesignerplugin qt5-webengine)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"
- kdepim-messagelib-api.patch::"https://quickgit.kde.org/?p=kdepim.git&a=commitdiff&h=bd04911a&o=plain")
-sha1sums=('579ae9ab2910b3a786702916ac1bc736bbe23cd6'
- '3022a433dbd12ed4c41c435ec7e28c61b5767f65')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz")
+sha1sums=('561c78ecbe2cb13ecd7e268a95a0d6d1f6d7f805')
prepare() {
mkdir -p build
-
- # Port to new messagelib API
- cd $pkgbase-$pkgver
- patch -p1 -i ../kdepim-messagelib-api.patch
}
build() {