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

Daniel Isenmann daniel at archlinux.org
Thu Jul 14 18:26:52 UTC 2016


    Date: Thursday, July 14, 2016 @ 18:26:52
  Author: daniel
Revision: 271864

upgpkg: mono 4.4.1.0-1

New upstream release

Modified:
  mono/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-14 18:26:43 UTC (rev 271863)
+++ PKGBUILD	2016-07-14 18:26:52 UTC (rev 271864)
@@ -3,25 +3,23 @@
 # Contributor: Brice Carpentier <brice at dlfp.org>
 
 pkgname=mono
-pkgver=4.4.0.40
-_pkgver=4.4.0
-pkgrel=2
+pkgver=4.4.1.0
+_pkgver=4.4.1
+pkgrel=1
 pkgdesc="Free implementation of the .NET platform including runtime and compiler"
 arch=(i686 x86_64)
 license=('GPL' 'LGPL2.1' 'MPL' 'custom:MITX11')
 url="http://www.mono-project.com/"
-depends=('zlib' 'libgdiplus>=3.8' 'sh' 'python' 'ca-certificates')
+depends=('zlib' 'libgdiplus>=4.2' 'sh' 'python' 'ca-certificates')
 provides=('monodoc')
 conflicts=('monodoc')
 install="${pkgname}.install"
 source=(http://download.mono-project.com/sources/mono/${pkgname}-${pkgver}.tar.bz2
         mono.binfmt.d
-	mono_context.patch
-	tls_fix.patch)
-md5sums=('f9765c947421ec96ab30aa73f0f4659f'
+	mono_context.patch)
+md5sums=('18b7931a20b0dbb7c27322bb6a1ad5e2'
          'b9ef8a65fea497acf176cca16c1e2402'
-         '9325e50a3fde354229c507801622b64b'
-         'f354f332a66014743e1dfd0bde058ba7')
+         '9325e50a3fde354229c507801622b64b')
 
 build() {
   cd "${srcdir}"/${pkgname}-${_pkgver}
@@ -33,7 +31,6 @@
     --bindir=/usr/bin \
     --sbindir=/usr/bin \
     --with-mcs-docs=no 
-  patch -p1 < ../tls_fix.patch
   make
 
   # build jay



More information about the arch-commits mailing list