summaryrefslogtreecommitdiff
path: root/extra/kdepim
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-04-06 10:25:36 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-04-06 10:25:36 +0200
commit5f875caf9e31730faff78cfa1fc99c30717a924d (patch)
tree64da821f3be8e6f7a61a55ae2aa3d7de5ad33e89 /extra/kdepim
parenta791587b609550b73cd867a642338769dc7c117d (diff)
parentd9c1fc1bcca8fd5cd3566fc6b183fe23065778bc (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/rsyslog/PKGBUILD extra/boost/PKGBUILD extra/kdeadmin/PKGBUILD extra/kdebase-konsole/PKGBUILD extra/kdegames/PKGBUILD extra/kdenetwork/PKGBUILD extra/kdepim/PKGBUILD libre/kdenetwork-libre/PKGBUILD multilib/lib32-expat/PKGBUILD multilib/lib32-libldap/PKGBUILD multilib/lib32-openal/PKGBUILD multilib/lib32-p11-kit/PKGBUILD multilib/lib32-sqlite3/PKGBUILD testing/pcmciautils/PKGBUILD testing/systemd/PKGBUILD testing/util-linux/PKGBUILD
Diffstat (limited to 'extra/kdepim')
-rw-r--r--extra/kdepim/PKGBUILD16
1 files changed, 5 insertions, 11 deletions
diff --git a/extra/kdepim/PKGBUILD b/extra/kdepim/PKGBUILD
index 97b4dc9b1..0aa684fea 100644
--- a/extra/kdepim/PKGBUILD
+++ b/extra/kdepim/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 153547 2012-03-15 21:42:17Z andrea $
+# $Id: PKGBUILD 155649 2012-04-04 14:16:56Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
@@ -19,24 +19,18 @@ pkgname=('kdepim-akonadiconsole'
'kdepim-kresources'
'kdepim-ktimetracker'
'kdepim-libkdepim')
-pkgver=4.8.1
-pkgrel=3
+pkgver=4.8.2
+pkgrel=1
arch=('i686' 'x86_64' 'mips64el')
url='http://pim.kde.org'
license=('GPL' 'LGPL' 'FDL')
groups=('kde' 'kdepim')
makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'libxss' 'pilot-link'
'kde-agent')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz"
- 'fix-kalarm-issue-with-alarms.patch')
-sha1sums=('93222d56f9adde015cb202a1ad3b194ac52e6bda'
- 'e9761e98fc5486a1a33cfa1eb122b54ca3446ded')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz")
+sha1sums=('1c3a459ef4d76e1247ac47816bf2b7ea6e37908a')
build() {
- # (FS#28891)
- cd "${srcdir}"/${pkgbase}-${pkgver}
- patch -p1 -i "${srcdir}"/fix-kalarm-issue-with-alarms.patch
-
cd "${srcdir}"
mkdir build
cd build