diff options
Diffstat (limited to 'extra/monodevelop/PKGBUILD')
-rw-r--r-- | extra/monodevelop/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/monodevelop/PKGBUILD b/extra/monodevelop/PKGBUILD index 85c19338a..7aaeb4c1f 100644 --- a/extra/monodevelop/PKGBUILD +++ b/extra/monodevelop/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 175072 2013-01-12 15:31:21Z daniel $ +# $Id: PKGBUILD 178505 2013-02-24 19:40:36Z daniel $ # Maintainer: Daniel Isenmann <daniel@archlinux.org> # Contributor: Timm Preetz <timm@preetz.us> # Contributor: Giovanni Scafora <giovanni@archlinux.org> pkgname=monodevelop -pkgver=3.0.6 +pkgver=4.0 pkgrel=1 pkgdesc="An IDE primarily designed for C# and other .NET languages" @@ -19,7 +19,7 @@ options=(!makeflags) install=monodevelop.install source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2 monodevelop-core-addins.pc.in.patch) -md5sums=('748d0fb89c40c2cb5a9267c8635eb55d' +md5sums=('811e09cbddc262d138fed1e119a52df7' '8466d032735130e37d4091a793a7966c') build() { |