[arch-commits] Commit in xsp/trunk (PKGBUILD)
Daniel Isenmann
daniel at nymeria.archlinux.org
Mon Jun 10 16:36:32 UTC 2013
Date: Monday, June 10, 2013 @ 18:36:32
Author: daniel
Revision: 188153
upgpkg: xsp 3.0.11-1
New upstream release
Modified:
xsp/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-06-10 16:22:47 UTC (rev 188152)
+++ PKGBUILD 2013-06-10 16:36:32 UTC (rev 188153)
@@ -3,8 +3,8 @@
# Contributor: Tobias Kieslich <tobias at justdreams.de>
pkgname=xsp
-pkgver=2.10.2
-pkgrel=5
+pkgver=3.0.11
+pkgrel=1
pkgdesc="A simple webserver based on mono - provides ASP.NET support"
arch=('i686' 'x86_64')
license=('custom')
@@ -12,10 +12,10 @@
depends=('mono' 'sqlite')
options=(!makeflags)
install=${pkgname}.install
-source=(http://download.mono-project.com/sources/xsp/xsp-2.10.2.tar.bz2
+source=(https://github.com/mono/xsp/archive/${pkgver}.tar.gz
${pkgname}.webapp
${pkgname}.service)
-md5sums=('4fe62fc95ad5dc136d8a7f3299d523b6'
+md5sums=('6a694d5e87ebe57e532ec80a16b6966d'
'c917c07f68b945691506c29750db482f'
'9d83bd36d209f8d36a11dfbc4fa50819')
@@ -27,6 +27,7 @@
# build
cd ${srcdir}/${pkgname}-${pkgver}
#sed -i 's|/bin/sh|\0\nexport MONO_PATH=${MONO_PATH}:/opt/mono/lib/mono/1.0|' scripts/script.in
+ ./autogen.sh
./configure --prefix=/usr --sysconfdir=/etc
make
# tweak the xsp shellscript to grab system dll's
More information about the arch-commits
mailing list