diff options
author | root <root@rshg054.dnsready.net> | 2012-07-28 00:02:21 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-07-28 00:02:21 +0000 |
commit | a5c2e73ba30c769148056635676165a4265eac83 (patch) | |
tree | e9a7043a5fc46bc7021cfb8503fc9245bbee4057 /community-staging | |
parent | 2c30604c9ff749660a4b8507eec99e679cf19508 (diff) |
Sat Jul 28 00:02:21 UTC 2012
Diffstat (limited to 'community-staging')
-rw-r--r-- | community-staging/wt/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community-staging/wt/PKGBUILD b/community-staging/wt/PKGBUILD index 4b4d862d4..c47450bf7 100644 --- a/community-staging/wt/PKGBUILD +++ b/community-staging/wt/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 74232 2012-07-23 03:11:12Z spupykin $ +# $Id: PKGBUILD 74391 2012-07-26 10:14:06Z spupykin $ # 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.2rc2 -_pkgver=3.2.2-rc2 +pkgver=3.2.2 +_pkgver=3.2.2 pkgrel=2 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=('015ab2b8c6bada0f801057e3f126e365') +md5sums=('86e1eac9baa7a061fd3dd9b53dd77baa') build() { cd ${srcdir}/${pkgname}-${_pkgver} |