Date: Friday, February 28, 2014 @ 09:03:54 Author: svenstaro Revision: 106339
upgpkg: wt 3.3.2rc1-2 upstream release 3.3.2rc1 Modified: wt/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-02-28 07:31:44 UTC (rev 106338) +++ PKGBUILD 2014-02-28 08:03:54 UTC (rev 106339) @@ -4,8 +4,8 @@ # Contributor: Denis Martinez <[email protected]> pkgname=wt -pkgver=3.3.1 -_pkgver=3.3.1 +pkgver=3.3.2rc1 +_pkgver=3.3.2-rc1 pkgrel=2 pkgdesc="a C++ library and application server for developing and deploying web applications" arch=('i686' 'x86_64') @@ -21,7 +21,7 @@ '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=('ae7af09c0699c2bb8dee8cd59b300e19') build() { cd ${srcdir}/${pkgname}-${_pkgver}
