[arch-commits] Commit in mono/trunk (PKGBUILD)

Daniel Isenmann daniel at archlinux.org
Sun May 14 08:49:19 UTC 2017


    Date: Sunday, May 14, 2017 @ 08:49:18
  Author: daniel
Revision: 295976

upgpkg: mono 5.0.0.100-1

New upstream release

Modified:
  mono/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-14 03:06:22 UTC (rev 295975)
+++ PKGBUILD	2017-05-14 08:49:18 UTC (rev 295976)
@@ -3,14 +3,15 @@
 # Contributor: Brice Carpentier <brice at dlfp.org>
 
 pkgname=mono
-pkgver=4.8.0.495
-_pkgver=4.8.0
+pkgver=5.0.0.100
+_pkgver=5.0.0
 pkgrel=1
 pkgdesc="Free implementation of the .NET platform including runtime and compiler"
 arch=(i686 x86_64)
 license=('GPL' 'LGPL2.1' 'MPL')
 url="http://www.mono-project.com/"
-depends=('zlib' 'libgdiplus>=4.2' 'sh' 'python' 'ca-certificates' 'cmake')
+depends=('zlib' 'libgdiplus>=4.2' 'sh' 'python' 'ca-certificates')
+makedepends=('cmake')
 provides=('monodoc')
 conflicts=('monodoc')
 install="${pkgname}.install"
@@ -17,7 +18,7 @@
 source=(https://download.mono-project.com/sources/mono/${pkgname}-${pkgver}.tar.bz2
         mono.binfmt.d
 	mono_context.patch)
-sha256sums=('7ba62e6f42559d58dc447a19fc1cb2a9c7977d6c6e21e1e335f73917dea120cb'
+sha256sums=('368da3ff9f42592920cd8cf6fa15c6c16558e967144c4d3df873352e5d2bb6df'
             '9a657fc153ef4ce23bf5fc369a26bf4a124e9304bde3744d04c583c54ca47425'
             '9028f9c84bc035fb452712e92dbc62195fae1e8c5985c5ce45e75bc5e046f642')
 



More information about the arch-commits mailing list