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

Maxime Gauduin alucryd at archlinux.org
Mon Dec 21 14:29:27 UTC 2020


    Date: Monday, December 21, 2020 @ 14:29:27
  Author: alucryd
Revision: 781109

upgpkg: mono-msbuild 16.8.xamarinxplat.2020.07.30.15.02-1

Modified:
  mono-msbuild/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-21 14:23:29 UTC (rev 781108)
+++ PKGBUILD	2020-12-21 14:29:27 UTC (rev 781109)
@@ -7,7 +7,7 @@
   mono-msbuild
   mono-msbuild-sdkresolver
 )
-pkgver=16.6.xamarinxplat.2020.10.22.18.31
+pkgver=16.8.xamarinxplat.2020.07.30.15.02
 pkgrel=1
 pkgdesc='Xamarin implementation of the Microsoft build system'
 arch=(x86_64)
@@ -20,18 +20,14 @@
   dotnet-sdk
   unzip
 )
-_tag=4c52b4c2dfea7ab553b52ae9fe291cb59393a478
+_tag=341aa916b0ba580e9d50fc0d00ce60e20a7e4a08
 source=(
   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'
-            'ed93af9d333f9942437e7c7974628c662b304c088eda70589a4118290c25d032'
             'a13ecb4125c673372d87a3b7d957fc8716a3c3e74cd08e9e354b5dcf170ed453')
 
 pkgver() {
@@ -43,9 +39,7 @@
 prepare() {
   cd mono-msbuild
 
-  patch -Np1 -i ../mono-msbuild-dotnetbits-case.patch
   patch -Np1 -i ../mono-msbuild-license-case.patch
-  patch -Np1 -i ../mono-msbuild-no-hostfxr.patch
   patch -Np1 -i ../mono-msbuild-use-bash.patch
 }
 
@@ -67,6 +61,7 @@
 
   cp -dr --no-preserve=ownership target/usr "${pkgdir}"/
   rm -rf "${pkgdir}"/usr/lib/mono/msbuild/Current/bin/SdkResolvers/Microsoft.DotNet.MSBuildSdkResolver
+  find "${pkgdir}" -name *.pdb -delete
 }
 
 package_mono-msbuild-sdkresolver() {
@@ -79,6 +74,7 @@
 
   install -dm 755 "${pkgdir}"/usr/lib/mono/msbuild/Current/bin/SdkResolvers
   cp -dr --no-preserve=ownership target/usr/lib/mono/msbuild/Current/bin/SdkResolvers/Microsoft.DotNet.MSBuildSdkResolver "${pkgdir}"/usr/lib/mono/msbuild/Current/bin/SdkResolvers/
+  find "${pkgdir}" -name *.pdb -delete
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list