summaryrefslogtreecommitdiff
path: root/extra/libkolab
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-19 04:05:50 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-19 04:05:50 +0000
commit8640bbf496b9d8a232da91e1db43466797f86861 (patch)
treefcbf174dda4dcdb7026fd6155851740ed939878f /extra/libkolab
parentbb37a4ecb6bee92615f1312d9907129490105052 (diff)
Wed Mar 19 03:59:18 UTC 2014
Diffstat (limited to 'extra/libkolab')
-rw-r--r--extra/libkolab/PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/extra/libkolab/PKGBUILD b/extra/libkolab/PKGBUILD
index 94c4d9378..3aea44a76 100644
--- a/extra/libkolab/PKGBUILD
+++ b/extra/libkolab/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 182679 2013-04-12 14:31:51Z andrea $
+# $Id: PKGBUILD 208203 2014-03-18 16:57:38Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=libkolab
-pkgver=0.4.2
+pkgver=0.5.0
pkgrel=1
pkgdesc="Advanced Kolab Object Handling Library"
url='http://git.kolab.org/libkolab/'
@@ -11,11 +11,14 @@ license=('GPL')
depends=('libkolabxml' 'kdepimlibs')
makedepends=('cmake' 'automoc4' 'boost')
source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
-md5sums=('76c112b18c1c0928af5e6e9733a424d3'
- '2b289570a6ca6d8105b2865a953fa36d')
+md5sums=('38da4b0918e8585ab935ae02bc321aa0'
+ 'fecdde7b2414f0e6337b8f8f426f7646')
-build() {
+prepare() {
mkdir build
+}
+
+build() {
cd build
cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \