[arch-commits] Commit in mono-msbuild/trunk (PKGBUILD mono-msbuild-no-hostfxr.patch)

Maxime Gauduin alucryd at archlinux.org
Fri Jul 3 17:45:28 UTC 2020


    Date: Friday, July 3, 2020 @ 17:45:26
  Author: alucryd
Revision: 657655

upgpkg: mono-msbuild 16.6.xamarinxplat.2020.04.29.14.43-1

Modified:
  mono-msbuild/trunk/PKGBUILD
  mono-msbuild/trunk/mono-msbuild-no-hostfxr.patch

-------------------------------+
 PKGBUILD                      |   17 ++++++++---------
 mono-msbuild-no-hostfxr.patch |   10 +++++-----
 2 files changed, 13 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-03 17:26:07 UTC (rev 657654)
+++ PKGBUILD	2020-07-03 17:45:26 UTC (rev 657655)
@@ -7,7 +7,7 @@
   mono-msbuild
   mono-msbuild-sdkresolver
 )
-pkgver=16.5.xamarinxplat.2020.02.20.11.54
+pkgver=16.6.xamarinxplat.2020.04.29.14.43
 pkgrel=1
 pkgdesc='Xamarin implementation of the Microsoft build system'
 arch=(x86_64)
@@ -20,20 +20,19 @@
   dotnet-sdk
   unzip
 )
+_tag=6f16e6a30c3a6eaca819d291f2f458bc1503a9f0
 source=(
-  mono-msbuild::git+https://github.com/mono/linux-packaging-msbuild#tag=1eb8e8d57d312e1a875855c54b31672112eab5d9
+  mono-msbuild::git+https://github.com/mono/linux-packaging-msbuild#tag=${_tag}
   mono-msbuild-dotnetbits-case.patch
   mono-msbuild-license-case.patch
   mono-msbuild-no-hostfxr.patch
   mono-msbuild-use-bash.patch
 )
-sha256sums=(
-  SKIP
-  f2784ac003dc84c40e8a9532ff954e6d6c29778b3e80cad7f1f91d86a9b43811
-  3a12a9c33ad5938e8af24d2985241053602f4efc94a4818a00a17da32ce4aba5
-  041f536fbe5a36ba5bf7164460f07bd2becf4ecf2935594bf92676198b7becc2
-  a13ecb4125c673372d87a3b7d957fc8716a3c3e74cd08e9e354b5dcf170ed453
-)
+sha256sums=('SKIP'
+            'f2784ac003dc84c40e8a9532ff954e6d6c29778b3e80cad7f1f91d86a9b43811'
+            '3a12a9c33ad5938e8af24d2985241053602f4efc94a4818a00a17da32ce4aba5'
+            'ed93af9d333f9942437e7c7974628c662b304c088eda70589a4118290c25d032'
+            'a13ecb4125c673372d87a3b7d957fc8716a3c3e74cd08e9e354b5dcf170ed453')
 
 pkgver() {
   cd mono-msbuild

Modified: mono-msbuild-no-hostfxr.patch
===================================================================
--- mono-msbuild-no-hostfxr.patch	2020-07-03 17:26:07 UTC (rev 657654)
+++ mono-msbuild-no-hostfxr.patch	2020-07-03 17:45:26 UTC (rev 657655)
@@ -1,11 +1,11 @@
-Index: xamarin-pkg-msbuild/mono/build/sdks_and_nugets/update_sdks_and_nugets.proj
-===================================================================
---- xamarin-pkg-msbuild.orig/mono/build/sdks_and_nugets/update_sdks_and_nugets.proj
-+++ xamarin-pkg-msbuild/mono/build/sdks_and_nugets/update_sdks_and_nugets.proj
-@@ -63,6 +63,5 @@
+diff -rupN mono-msbuild.orig/mono/build/sdks_and_nugets/update_sdks_and_nugets.proj mono-msbuild/mono/build/sdks_and_nugets/update_sdks_and_nugets.proj
+--- mono-msbuild.orig/mono/build/sdks_and_nugets/update_sdks_and_nugets.proj	2020-07-03 19:37:07.112979921 +0200
++++ mono-msbuild/mono/build/sdks_and_nugets/update_sdks_and_nugets.proj	2020-07-03 19:37:59.966877151 +0200
+@@ -61,7 +61,6 @@
              Targets="Restore;Build"
              Properties="OutputDirectory=$(DotNetOverlayDirectory)\nuget-support\msbuild-bin"/>
          
 -        <Exec Command="$(MSBuildThisFileDirectory)/../extract_and_copy_hostfxr.sh $(DotNetSdkVersionForLibHostFxr) $(MSBuildSdkResolverOutDir)" />
+         <Exec Command="$(MSBuildThisFileDirectory)/../get_sdk_files.sh $(DotNetOverlayDirectory)\msbuild-bin" />
      </Target>
  </Project>



More information about the arch-commits mailing list