summaryrefslogtreecommitdiff
path: root/extra/mono
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-25 00:28:13 -0700
committerroot <root@rshg054.dnsready.net>2013-05-25 00:28:13 -0700
commit2333a0e547f378ad697f35312d6ba6d3fbafb2c8 (patch)
treecb9c92701c40feb373936bffe4190081f8253170 /extra/mono
parent0520c5091743d9910278e53fa32470b096825fb3 (diff)
Sat May 25 00:28:12 PDT 2013
Diffstat (limited to 'extra/mono')
-rw-r--r--extra/mono/PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/extra/mono/PKGBUILD b/extra/mono/PKGBUILD
index 4830eb61f..1a1200a8e 100644
--- a/extra/mono/PKGBUILD
+++ b/extra/mono/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 184799 2013-05-08 17:55:32Z bpiotrowski $
+# $Id: PKGBUILD 186332 2013-05-24 20:45:34Z daniel $
# Maintainer: Daniel Isenmann <daniel@archlinux.org>
# Contributor: Brice Carpentier <brice@dlfp.org>
pkgname=mono
-pkgver=2.10.9
+pkgver=3.0.7
pkgrel=1
pkgdesc="Free implementation of the .NET platform including runtime and compiler"
arch=(i686 x86_64)
@@ -16,14 +16,13 @@ provides=('monodoc')
conflicts=('monodoc')
source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2
mono.binfmt.d)
-md5sums=('bbbff9d3d0c36b904437ada36a27eb9e'
+md5sums=('76ebec9c97347aac13d9f28fc58b347d'
'b9ef8a65fea497acf176cca16c1e2402')
build() {
cd "${srcdir}"/${pkgname}-${pkgver}
# build mono
- ./configure --prefix=/usr --sysconfdir=/etc \
- --with-libgdiplus=installed
+ ./configure --prefix=/usr --sysconfdir=/etc
make
# build jay