diff options
Diffstat (limited to 'extra/monodevelop/PKGBUILD')
-rw-r--r-- | extra/monodevelop/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/monodevelop/PKGBUILD b/extra/monodevelop/PKGBUILD index e1eba8ade..c44244a7d 100644 --- a/extra/monodevelop/PKGBUILD +++ b/extra/monodevelop/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 186330 2013-05-24 20:45:12Z daniel $ +# $Id: PKGBUILD 188887 2013-06-23 21:49:24Z daniel $ # Maintainer: Daniel Isenmann <daniel@archlinux.org> # Contributor: Timm Preetz <timm@preetz.us> # Contributor: Giovanni Scafora <giovanni@archlinux.org> pkgname=monodevelop -pkgver=4.0.8 +pkgver=4.0.9 pkgrel=1 pkgdesc="An IDE primarily designed for C# and other .NET languages" @@ -17,9 +17,9 @@ depends=('mono>=2.10.8' 'mono-addins>=0.6.2' 'gnome-sharp' 'desktop-file-utils' makedepends=('rsync' 'git') options=(!makeflags) install=monodevelop.install -source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.gz +source=(http://origin-download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2 monodevelop-core-addins.pc.in.patch) -md5sums=('84a03fabcd3399807c7bf2c2027c87bf' +md5sums=('b54461118aab6c8f9d4520d9cbf84d84' '8466d032735130e37d4091a793a7966c') build() { @@ -30,7 +30,7 @@ build() { # fix location for MonoDevelop.Gettext.dll - breaks gdb build # patch -Np0 -i ${srcdir}/monodevelop-core-addins.pc.in.patch - ./configure --prefix=/usr --profile stable + ./configure --prefix=/usr LD_PRELOAD="" make } |