diff options
author | root <root@rshg054.dnsready.net> | 2013-09-14 02:29:04 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-09-14 02:29:04 -0700 |
commit | 4037e15db64f7056ae2222c22605b41d95d5b3c3 (patch) | |
tree | 197b645a67f31a4de4492502880ebf5e47e4ecd0 /extra/monodevelop | |
parent | ab0da22f3d1d275faa99cd8139037a6ec60e2df3 (diff) |
Sat Sep 14 02:27:34 PDT 2013
Diffstat (limited to 'extra/monodevelop')
-rw-r--r-- | extra/monodevelop/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/monodevelop/PKGBUILD b/extra/monodevelop/PKGBUILD index c44244a7d..886f09470 100644 --- a/extra/monodevelop/PKGBUILD +++ b/extra/monodevelop/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 188887 2013-06-23 21:49:24Z daniel $ +# $Id: PKGBUILD 194341 2013-09-13 21:42:47Z daniel $ # Maintainer: Daniel Isenmann <daniel@archlinux.org> # Contributor: Timm Preetz <timm@preetz.us> # Contributor: Giovanni Scafora <giovanni@archlinux.org> pkgname=monodevelop -pkgver=4.0.9 +pkgver=4.0.12 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://origin-download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2 +source=(http://origin-download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}-3.tar.bz2 monodevelop-core-addins.pc.in.patch) -md5sums=('b54461118aab6c8f9d4520d9cbf84d84' +md5sums=('5f9cd24d2791054d88b0dcce1259afdb' '8466d032735130e37d4091a793a7966c') build() { |