From 404a6d0221096fa5a219af9bfbb2e9b394ffc79b Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 11 Jan 2016 19:13:16 +0000 Subject: [PATCH] community/wt to 3.3.5-1 --- community/wt/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/community/wt/PKGBUILD b/community/wt/PKGBUILD index 9b0f443bc..19c94ef36 100644 --- a/community/wt/PKGBUILD +++ b/community/wt/PKGBUILD @@ -7,9 +7,9 @@ # - add -fsigned-char to cflags pkgname=wt -pkgver=3.3.5rc2 -_pkgver=3.3.5-rc2 -pkgrel=5 +pkgver=3.3.5 +_pkgver=3.3.5 +pkgrel=1 pkgdesc="a C++ library and application server for developing and deploying web applications" arch=('i686' 'x86_64') url="http://www.webtoolkit.eu/" @@ -24,7 +24,7 @@ optdepends=('openssl: for SSL support in built-in webserver' '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=('32439d8992cc6ffd32d532c3fccfef20') +md5sums=('ccc5a85526104da720f2b9fed4c1db4e') build() { cd ${srcdir}/${pkgname}-${_pkgver}