diff options
author | root <root@rshg047.dnsready.net> | 2011-04-28 22:32:07 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-04-28 22:32:07 +0000 |
commit | 19f42937be8f6619a85663cb71e24c05b7e8b6d2 (patch) | |
tree | e7d059bcc0b5c309ff565da9be68ade7f29ef5fc /extra/xsp | |
parent | 8784d3134c1d4b4c02d705259ae2ebd768c778fd (diff) |
Thu Apr 28 22:32:07 UTC 2011
Diffstat (limited to 'extra/xsp')
-rw-r--r-- | extra/xsp/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/xsp/PKGBUILD b/extra/xsp/PKGBUILD index e78ba6aa7..85730ab32 100644 --- a/extra/xsp/PKGBUILD +++ b/extra/xsp/PKGBUILD @@ -1,20 +1,20 @@ -# $Id: PKGBUILD 111514 2011-02-27 11:35:42Z daniel $ +# $Id: PKGBUILD 120915 2011-04-27 09:28:00Z daniel $ # Maintainer: Daniel Isenmann <daniel@archlinux.org> # Contributor: Tobias Kieslich <tobias@justdreams.de> pkgname=xsp -pkgver=2.10 +pkgver=2.10.2 pkgrel=1 pkgdesc="A simple webserver based on mono - provides ASP.NET support" arch=(i686 x86_64) license=('custom') url="http://www.go-mono.com" -depends=('mono>=2.10.1' 'sqlite3') +depends=('mono>=2.10.2' 'sqlite3') options=(!makeflags) install=${pkgname}.install source=(http://ftp.novell.com/pub/mono/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2 \ ${pkgname}.rc.d ${pkgname}.conf.d ${pkgname}.webapp) -md5sums=('aec9369a00a9728801ea2587a1a8fd9c' +md5sums=('4fe62fc95ad5dc136d8a7f3299d523b6' '9575bd7d6f64d51ba05bdd6370665858' '35d921df0fefc30f47a438c95d420efc' 'c917c07f68b945691506c29750db482f') |