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

Daniel Isenmann daniel at archlinux.org
Sun Mar 5 21:14:07 UTC 2017


    Date: Sunday, March 5, 2017 @ 21:14:06
  Author: daniel
Revision: 290026

upgpkg: mono 4.8.0.495-1

New upstream release

Modified:
  mono/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-05 19:43:31 UTC (rev 290025)
+++ PKGBUILD	2017-03-05 21:14:06 UTC (rev 290026)
@@ -3,23 +3,23 @@
 # Contributor: Brice Carpentier <brice at dlfp.org>
 
 pkgname=mono
-pkgver=4.6.1.3
-_pkgver=4.6.1
+pkgver=4.8.0.495
+_pkgver=4.8.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')
+depends=('zlib' 'libgdiplus>=4.2' 'sh' 'python' 'ca-certificates' 'cmake')
 provides=('monodoc')
 conflicts=('monodoc')
 install="${pkgname}.install"
-source=(http://download.mono-project.com/sources/mono/${pkgname}-${pkgver}.tar.bz2
+source=(https://download.mono-project.com/sources/mono/${pkgname}-${pkgver}.tar.bz2
         mono.binfmt.d
 	mono_context.patch)
-md5sums=('a056b24e75fa2355d6d4c071e6a3ba2c'
-         'b9ef8a65fea497acf176cca16c1e2402'
-         '9325e50a3fde354229c507801622b64b')
+sha256sums=('7ba62e6f42559d58dc447a19fc1cb2a9c7977d6c6e21e1e335f73917dea120cb'
+            '9a657fc153ef4ce23bf5fc369a26bf4a124e9304bde3744d04c583c54ca47425'
+            '9028f9c84bc035fb452712e92dbc62195fae1e8c5985c5ce45e75bc5e046f642')
 
 build() {
   cd "${srcdir}"/${pkgname}-${_pkgver}



More information about the arch-commits mailing list