diff options
Diffstat (limited to 'community/wt')
-rw-r--r-- | community/wt/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/wt/PKGBUILD b/community/wt/PKGBUILD index a7b4ab0a5..1c4c18683 100644 --- a/community/wt/PKGBUILD +++ b/community/wt/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 77566 2012-10-12 14:44:41Z svenstaro $ +# $Id: PKGBUILD 79020 2012-10-29 05:20:29Z 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.2.3rc1 -_pkgver=3.2.3-rc1 +pkgver=3.2.3rc2 +_pkgver=3.2.3-rc2 pkgrel=1 pkgdesc="a C++ library and application server for developing and deploying web applications" arch=('i686' 'x86_64' 'mips64el') @@ -26,7 +26,7 @@ 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=('b58780f11d85b2da32a21f4c2be84cde') +md5sums=('64097d4d5fe346fe9a09f5789ec54598') build() { cd ${srcdir}/${pkgname}-${_pkgver} |