[arch-commits] CVS update of extra/daemons/xsp (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Jun 10 20:45:13 UTC 2007


    Date: Sunday, June 10, 2007 @ 16:45:13
  Author: jgc
    Path: /home/cvs-extra/extra/daemons/xsp

Modified: PKGBUILD (1.20 -> 1.21)

upgpkg: xsp 1.2.4-1


----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)


Index: extra/daemons/xsp/PKGBUILD
diff -u extra/daemons/xsp/PKGBUILD:1.20 extra/daemons/xsp/PKGBUILD:1.21
--- extra/daemons/xsp/PKGBUILD:1.20	Tue Feb 13 19:56:25 2007
+++ extra/daemons/xsp/PKGBUILD	Sun Jun 10 16:45:13 2007
@@ -1,19 +1,21 @@
-# $Id: PKGBUILD,v 1.20 2007/02/14 00:56:25 tobias Exp $
+# $Id: PKGBUILD,v 1.21 2007/06/10 20:45:13 jgc Exp $
 # Maintainer: tobias <tobias at archlinux.org>
 # Contributor: Tobias Kieslich <tobias at justdreams.de>
 
 pkgname=xsp
-pkgver=1.2.3
+pkgver=1.2.4
 pkgrel=1
 pkgdesc="A simple webserver based on mono - provides ASP.NET support"
 arch=(i686 x86_64)
 depends=('mono>=1.2')
 url="http://www.go-mono.com"
 install=${pkgname}.install
-source=(http://www.go-mono.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.gz \
+source=(http://www.go-mono.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2 \
         ${pkgname}.rc.d ${pkgname}.conf.d ${pkgname}.webapp)
-md5sums=('bdd6bd7d2dab9e117fc1fd4c03aac45b' '9575bd7d6f64d51ba05bdd6370665858'\
-         '35d921df0fefc30f47a438c95d420efc' '3136575652778d8b905dae8302ceec03')
+md5sums=('b1b9641d2ffeaca465a29ff62c5584e2'
+         '9575bd7d6f64d51ba05bdd6370665858'
+         '35d921df0fefc30f47a438c95d420efc'
+         '3136575652778d8b905dae8302ceec03')
 
 build() {
  # get rid of that .wapi errors; thanks to brice
@@ -48,6 +50,4 @@
  # install a xsp configuration home
   install -D -m644 ${startdir}/src/${pkgname}.webapp \
     ${startdir}/pkg/etc/${pkgname}/${pkgname}.webapp
- # housecleaning
-  rm -rf "${MONO_SHARED_DIR}"
 }




More information about the arch-commits mailing list