mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/wt to 3.3.6-1
This commit is contained in:
parent
ed97ee0d29
commit
d2c2335be7
1 changed files with 4 additions and 4 deletions
|
@ -7,9 +7,9 @@
|
|||
# - add -fsigned-char to cflags
|
||||
|
||||
pkgname=wt
|
||||
pkgver=3.3.5
|
||||
_pkgver=3.3.5
|
||||
pkgrel=4
|
||||
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/"
|
||||
|
@ -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=('ccc5a85526104da720f2b9fed4c1db4e')
|
||||
md5sums=('a5be5f7efa93c4eae7f1d8812ff78c70')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${_pkgver}
|
||||
|
|
Loading…
Reference in a new issue