[arch-commits] Commit in mono/trunk (PKGBUILD mono.install)
Daniel Isenmann
daniel at archlinux.org
Wed Sep 2 17:25:11 UTC 2015
Date: Wednesday, September 2, 2015 @ 19:25:11
Author: daniel
Revision: 245201
upgpkg: mono 4.0.3.20-1
New upstream release
Added:
mono/trunk/mono.install
Modified:
mono/trunk/PKGBUILD
--------------+
PKGBUILD | 9 +++++----
mono.install | 7 +++++++
2 files changed, 12 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-02 15:28:23 UTC (rev 245200)
+++ PKGBUILD 2015-09-02 17:25:11 UTC (rev 245201)
@@ -3,14 +3,14 @@
# Contributor: Brice Carpentier <brice at dlfp.org>
pkgname=mono
-pkgver=4.0.2.5
-_pkgver=4.0.2
+pkgver=4.0.3.20
+_pkgver=4.0.3
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')
+depends=('zlib' 'libgdiplus>=3.8' 'sh' 'python' 'ca-certificates')
options=('!makeflags')
provides=('monodoc')
conflicts=('monodoc')
@@ -20,12 +20,13 @@
build_fix.patch
Microsoft.Portable.Common.targets
fix-zlib-helper.patch)
-md5sums=('b1360d45a80c2e1bac15e765b56cf66c'
+md5sums=('0d495942f283168f5d10e9fc83839ca4'
'b9ef8a65fea497acf176cca16c1e2402'
'8a700b94bff7a913f920e95890d2fb4c'
'30a5af1a4ff50b98f9e73cc2ae554115'
'acbffadb0ac233c494b40dd5e79209a5'
'62912ad289535bf841c140727e5c1165')
+install="${pkgname}.install"
build() {
cd "${srcdir}"/${pkgname}-${_pkgver}
Added: mono.install
===================================================================
--- mono.install (rev 0)
+++ mono.install 2015-09-02 17:25:11 UTC (rev 245201)
@@ -0,0 +1,7 @@
+post_install() {
+ post_upgrade
+}
+
+post_upgrade() {
+ cert-sync /etc/ssl/certs/ca-certificates.crt
+}
More information about the arch-commits
mailing list