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

Maxime Gauduin alucryd at gemini.archlinux.org
Thu Aug 11 14:52:04 UTC 2022


    Date: Thursday, August 11, 2022 @ 14:52:03
  Author: alucryd
Revision: 1265248

buildinfo rebuild: mono-msbuild 16.10.1.xamarinxplat.2021.05.26.14.00-3

Modified:
  mono-msbuild/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-11 14:48:17 UTC (rev 1265247)
+++ PKGBUILD	2022-08-11 14:52:03 UTC (rev 1265248)
@@ -8,7 +8,7 @@
   mono-msbuild-sdkresolver
 )
 pkgver=16.10.1.xamarinxplat.2021.05.26.14.00
-pkgrel=2
+pkgrel=3
 pkgdesc='Xamarin implementation of the Microsoft build system'
 arch=(x86_64)
 url=https://github.com/mono/linux-packaging-msbuild
@@ -17,7 +17,7 @@
 makedepends=(
   bash
   git
-  dotnet-sdk-3.1
+  dotnet-sdk
   unzip
 )
 _tag=33648164f64f8e2d9b0458fab1c229eecfebc0a6
@@ -32,13 +32,11 @@
 
 pkgver() {
   cd mono-msbuild
-
   git describe --tags | sed 's/.*\///; s/+/./'
 }
 
 prepare() {
   cd mono-msbuild
-
   patch -Np1 -i ../mono-msbuild-license-case.patch
   patch -Np1 -i ../mono-msbuild-use-bash.patch
 }
@@ -45,7 +43,6 @@
 
 build() {
   cd mono-msbuild
-
   export DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR=/usr/share/dotnet
   ./eng/cibuild_bootstrapped_msbuild.sh --host_type mono --configuration Release --skip_tests /p:DisableNerdbankVersioning=true
   ./stage1/mono-msbuild/msbuild mono/build/install.proj /p:MonoInstallPrefix="${srcdir}"/target/usr /p:Configuration=Release-MONO /p:IgnoreDiffFailure=true



More information about the arch-commits mailing list