[arch-commits] Commit in mono/repos (extra-x86_64 extra-x86_64/PKGBUILD)
Daniel Isenmann
daniel at archlinux.org
Tue Dec 15 17:51:53 UTC 2009
Date: Tuesday, December 15, 2009 @ 12:51:53
Author: daniel
Revision: 61316
Merged revisions 61315 via svnmerge from
svn+ssh://daniel@gerolde.archlinux.org/srv/svn-packages/mono/trunk
........
r61315 | daniel | 2009-12-15 18:51:13 +0100 (Tue, 15 Dec 2009) | 2 lines
upgpkg: mono 2.6-1
New mono release 2.6
........
Modified:
mono/repos/extra-x86_64/ (properties)
mono/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Property changes on: mono/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /mono/trunk:1-60918
+ /mono/trunk:1-61315
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2009-12-15 17:51:13 UTC (rev 61315)
+++ extra-x86_64/PKGBUILD 2009-12-15 17:51:53 UTC (rev 61316)
@@ -3,7 +3,7 @@
# Contributor: Brice Carpentier <brice at dlfp.org>
pkgname=mono
-pkgver=2.4.3
+pkgver=2.6
pkgrel=1
pkgdesc="Free implementation of the .NET platform including runtime and compiler"
arch=(i686 x86_64)
@@ -16,7 +16,7 @@
conflicts=('monodoc')
source=(http://ftp.novell.com/pub/mono/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2
mono.rc.d)
-md5sums=('32d76ff066a5c69f40ee0e5c6229be01'
+md5sums=('39f6e463d3ff8093013492952d2a9906'
'8315e46c6a6e9625502521fc0ad1a322')
build() {
@@ -27,7 +27,8 @@
./configure --prefix=/usr --sysconfdir=/etc \
--with-libgdiplus=installed \
--with-tls=__thread \
- --with-moonlight=yes
+ --with-moonlight=yes \
+ --with-profile4=yes
make || return 1
make DESTDIR=${startdir}/pkg install || return 1
More information about the arch-commits
mailing list