summaryrefslogtreecommitdiff
path: root/community/libalkimia
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-01-28 23:14:55 +0000
committerroot <root@rshg054.dnsready.net>2012-01-28 23:14:55 +0000
commit738e6c6d93b4c7118e49b38c610abed8b7f7d55a (patch)
treec97ae930eac17a588f2429589cd84d4a71bec9bd /community/libalkimia
parent2493f16093b14a81e949bd6a1b89724cb931807d (diff)
Sat Jan 28 23:14:55 UTC 2012
Diffstat (limited to 'community/libalkimia')
-rw-r--r--community/libalkimia/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/community/libalkimia/PKGBUILD b/community/libalkimia/PKGBUILD
index 2f14f4bf6..004c8d6fa 100644
--- a/community/libalkimia/PKGBUILD
+++ b/community/libalkimia/PKGBUILD
@@ -1,9 +1,10 @@
-# $Id: PKGBUILD 58105 2011-11-06 17:14:04Z lcarlier $
+# $Id: PKGBUILD 62859 2012-01-27 20:47:22Z lcarlier $
+# Maintainer: Laurent Carlier <lordheavym@gmail.com>
# Contributor: gumper <gumper1034@gmail.com>
pkgname=libalkimia
-pkgver=4.3.1
-pkgrel=2
+pkgver=4.3.2
+pkgrel=1
pkgdesc="A library with common classes and functionality used by finance applications for the KDE SC."
depends=('kdelibs')
makedepends=('cmake' 'automoc4' 'doxygen')
@@ -11,7 +12,7 @@ url=('http://kde-apps.org/content/show.php/libalkimia?content=137323')
license=('LGPL')
arch=('i686' 'x86_64')
source=("http://kde-apps.org/CONTENT/content-files/137323-libalkimia-$pkgver.tar.bz2")
-md5sums=('73d7f1365118019030b2045d95c92456')
+md5sums=('8d7b529c7be5f72ae1cbb02e818e9b79')
build() {
cd "${srcdir}"
@@ -21,7 +22,7 @@ build() {
cmake ../${pkgname}-${pkgver} \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=DebugFull \
+ -DCMAKE_BUILD_TYPE=Release \
-Wno-dev
make
}