Date: Tuesday, July 19, 2016 @ 14:48:03 Author: svenstaro Revision: 183132
upgpkg: wt 3.3.6-1 upstream release 3.3.6 Modified: wt/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-07-19 14:41:40 UTC (rev 183131) +++ PKGBUILD 2016-07-19 14:48:03 UTC (rev 183132) @@ -4,9 +4,9 @@ # Contributor: Denis Martinez <[email protected]> pkgname=wt -pkgver=3.3.5 -_pkgver=3.3.5 -pkgrel=5 +pkgver=3.3.6 +_pkgver=3.3.6 +pkgrel=1 pkgdesc="a C++ library and application server for developing and deploying web applications" arch=('i686' 'x86_64') url="http://www.webtoolkit.eu/" @@ -21,7 +21,7 @@ 'qt4: for the Wt/Qt interopability example (wtwithqt)') backup=('etc/wt/wt_config.xml') source=(https://github.com/kdeforche/wt/archive/${_pkgver}.tar.gz) -md5sums=('ccc5a85526104da720f2b9fed4c1db4e') +md5sums=('a5be5f7efa93c4eae7f1d8812ff78c70') build() { cd ${srcdir}/${pkgname}-${_pkgver}
