diff options
Diffstat (limited to 'extra/monodevelop/PKGBUILD')
-rw-r--r-- | extra/monodevelop/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/monodevelop/PKGBUILD b/extra/monodevelop/PKGBUILD index 7de84d024..a00ba49aa 100644 --- a/extra/monodevelop/PKGBUILD +++ b/extra/monodevelop/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Giovanni Scafora <giovanni@archlinux.org> pkgname=monodevelop -pkgver=2.8.2 +pkgver=2.8.4.2 pkgrel=1 pkgdesc="An IDE primarily designed for C# and other .NET languages" arch=('i686' 'x86_64' 'mips64el') @@ -13,7 +13,7 @@ depends=('mono>=2.10.5' 'mono-addins>=0.6.2' 'gnome-sharp' 'gecko-sharp-2.0>=0.1 options=(!makeflags) install=monodevelop.install source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -md5sums=('4a445e251d5e8a12a8aa4ae22f3a6841') +md5sums=('276fb75e2ffa4cf41fd609caa74dc276') build() { export MONO_SHARED_DIR=$srcdir/src/.wabi |