diff options
author | root <root@rshg054.dnsready.net> | 2012-10-30 01:38:24 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-10-30 01:38:24 -0700 |
commit | 455295fdb5009a8cd7b033a93e01f7450fd3087b (patch) | |
tree | 278f9d3446f3e581a65629cb7a122c9d5df20df8 /community/wt/PKGBUILD | |
parent | 29665004d902f751dedb1a4baaa896f9ed74c6b6 (diff) |
Tue Oct 30 01:38:05 PDT 2012
Diffstat (limited to 'community/wt/PKGBUILD')
-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 6903d75aa..466570808 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') @@ -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} |