From 18a8d1e794e6154d2d04d9fcb110fdaad09f3de8 Mon Sep 17 00:00:00 2001 From: Alexpux Date: Thu, 1 May 2014 00:05:02 +0400 Subject: [PATCH] msys2-runtime: Update to latest. --- msys2-runtime/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/msys2-runtime/PKGBUILD b/msys2-runtime/PKGBUILD index 7f745ff8..b0afce47 100644 --- a/msys2-runtime/PKGBUILD +++ b/msys2-runtime/PKGBUILD @@ -3,7 +3,7 @@ pkgname=('msys2-runtime' 'msys2-runtime-devel') _ver_base=2.0 -pkgver=2.0.15955.858fe1d +pkgver=2.0.15973.6466b74 pkgrel=1 pkgdesc="Cygwin POSIX emulation engine" arch=('i686' 'x86_64') @@ -32,10 +32,10 @@ pkgver() { prepare() { cd "$srcdir/msys2-runtime" patch -p1 -i ${srcdir}/0001-Expand-CYGWIN-error_start-processing.patch -# Experimental! -# patch -p1 -i ${srcdir}/0002-revert-mounting.patch -# This is the new code, but it doesn't handle Unix PATH lists very well. -# patch -p1 -i ${srcdir}/0003-Add-msys2_path_conv.patch + # Experimental! + # patch -p1 -i ${srcdir}/0002-revert-mounting.patch + # This is the new code, but it doesn't handle Unix PATH lists very well. + # patch -p1 -i ${srcdir}/0003-Add-msys2_path_conv.patch patch -p1 -i ${srcdir}/0004-Fix-cygwin-path_conv-of-root.patch }