summaryrefslogtreecommitdiff
path: root/community-staging/wt/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community-staging/wt/PKGBUILD')
-rw-r--r--community-staging/wt/PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/community-staging/wt/PKGBUILD b/community-staging/wt/PKGBUILD
index f6a9365c4..4b4d862d4 100644
--- a/community-staging/wt/PKGBUILD
+++ b/community-staging/wt/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 73575 2012-07-10 14:02:36Z svenstaro $
+# $Id: PKGBUILD 74232 2012-07-23 03:11:12Z spupykin $
# 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.2rc1
-_pkgver=3.2.2-rc1
-pkgrel=1
+pkgver=3.2.2rc2
+_pkgver=3.2.2-rc2
+pkgrel=2
pkgdesc="a C++ library and application server for developing and deploying web applications"
arch=('i686' 'x86_64')
url="http://www.webtoolkit.eu/"
@@ -26,11 +26,10 @@ 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=('4709f48c65eceb862da693f122ccca59')
+md5sums=('015ab2b8c6bada0f801057e3f126e365')
build() {
cd ${srcdir}/${pkgname}-${_pkgver}
- sed -i "s/<< s /<< *s /g" src/Wt/Ext/DataStore.C
mkdir -p build
cd build