summaryrefslogtreecommitdiff
path: root/community/wt
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-01 03:34:07 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-01 03:34:07 +0000
commite326bc7715fc98496e1c1c7bf8335d93b83f1ffa (patch)
treed09e1208f5466dac44e255323f7ddcde49aa0e2a /community/wt
parent498f3c08a331f2e2a4a2cb58cb3f3320f24cefe8 (diff)
Sat Mar 1 03:31:51 UTC 2014
Diffstat (limited to 'community/wt')
-rw-r--r--community/wt/PKGBUILD17
1 files changed, 7 insertions, 10 deletions
diff --git a/community/wt/PKGBUILD b/community/wt/PKGBUILD
index 5a13a578f..9cbe6ed83 100644
--- a/community/wt/PKGBUILD
+++ b/community/wt/PKGBUILD
@@ -1,30 +1,27 @@
-# $Id: PKGBUILD 102285 2013-12-07 10:37:21Z bpiotrowski $
+# $Id: PKGBUILD 106346 2014-02-28 12:48:49Z 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.3.1
-_pkgver=3.3.1
-pkgrel=2
+pkgver=3.3.2rc2
+_pkgver=3.3.2-rc2
+pkgrel=1
pkgdesc="a C++ library and application server for developing and deploying web applications"
arch=('i686' 'x86_64')
url="http://www.webtoolkit.eu/"
license=('GPL')
-depends=('boost-libs' 'libharu')
-makedepends=('boost' 'cmake>=2.8' 'postgresql-libs' 'zlib' 'fcgi' 'sqlite' 'graphicsmagick' 'pango' 'mysql++' 'qt4')
+depends=('boost-libs' 'libharu' 'graphicsmagick' 'pango' 'zlib')
+makedepends=('boost' 'cmake>=2.8' 'postgresql-libs' 'fcgi' 'sqlite' 'mysql++' 'qt4')
optdepends=('openssl: for SSL support in built-in webserver'
- 'zlib: for compression in HTTP protocol'
'fcgi: for FastCGI support'
'postgresql-libs: for PostgreSQL Dbo support'
'sqlite: for Sqlite Dbo support'
- 'graphicsmagick: for raster image support (WRasterImage)'
- 'pango: for advanced font rendering (WRasterImage)'
'mysql++: for the hangman example'
'qt4: for the Wt/Qt interopability example (wtwithqt)')
backup=('etc/wt/wt_config.xml')
source=(http://downloads.sourceforge.net/witty/$pkgname-${_pkgver}.tar.gz)
-md5sums=('3e93152c0ba3feb4ee687e7370b27552')
+md5sums=('70d0326f90e4c34b3c48580dc791931e')
build() {
cd ${srcdir}/${pkgname}-${_pkgver}