summaryrefslogtreecommitdiff
path: root/community/wt
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-07-31 09:59:59 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-07-31 09:59:59 +0200
commitb6d97ade0db0f30b7a2da49bcccc76ffe41acb80 (patch)
treee72f1c4198c86e47af7e9c7a6afc88f5b32c6256 /community/wt
parent09dd4a97fccc4bcabe341c4e4490004385283e53 (diff)
parent5b3474881a154216b47c6e154552ee5f9c68c509 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/cegui/PKGBUILD community-testing/gambas3/PKGBUILD community-testing/gambas3/gambas3-runtime.install community-testing/gource/PKGBUILD community-testing/openimageio/PKGBUILD community-testing/performous/PKGBUILD community-testing/spring/PKGBUILD community/warsow/PKGBUILD multilib/lib32-llvm/PKGBUILD multilib/lib32-mesa/PKGBUILD staging/hugin/PKGBUILD testing/calligra/PKGBUILD testing/hugin/PKGBUILD testing/kdeplasma-applets-networkmanagement/PKGBUILD testing/upower/PKGBUILD
Diffstat (limited to 'community/wt')
-rw-r--r--community/wt/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/community/wt/PKGBUILD b/community/wt/PKGBUILD
index 29babe5bc..86b092245 100644
--- a/community/wt/PKGBUILD
+++ b/community/wt/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 74389 2012-07-26 08:51:55Z spupykin $
+# $Id: PKGBUILD 74507 2012-07-29 20:16:09Z svenstaro $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Denis Martinez <deuns.martinez@gmail.com>
pkgname=wt
-pkgver=3.2.2
-_pkgver=3.2.2
-pkgrel=1
+pkgver=3.2.2.1
+_pkgver=3.2.2-p1
+pkgrel=2
pkgdesc="a C++ library and application server for developing and deploying web applications"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.webtoolkit.eu/"
license=('GPL')
-depends=('boost-libs>=1.36')
-makedepends=('boost>=1.36' 'cmake>=2.8'
+depends=('boost-libs')
+makedepends=('boost' 'cmake>=2.8'
'postgresql-libs' 'zlib' 'fcgi' 'sqlite' 'libharu' 'graphicsmagick' 'pango' 'mysql++' 'qt')
optdepends=('openssl: for SSL support in built-in webserver'
'zlib: for compression in HTTP protocol'
@@ -26,7 +26,7 @@ optdepends=('openssl: for SSL support in built-in webserver'
'qt: for the Wt/Qt interopability example (wtwithqt)')
backup=('etc/wt/wt_config.xml')
source=(http://downloads.sourceforge.net/witty/$pkgname-${_pkgver}.tar.gz)
-md5sums=('86e1eac9baa7a061fd3dd9b53dd77baa')
+md5sums=('d436430a4f1ae5fbcf038e645e4b5260')
build() {
cd ${srcdir}/${pkgname}-${_pkgver}