[arch-commits] Commit in dotnet-core/trunk (PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Sun Nov 14 20:54:41 UTC 2021
Date: Sunday, November 14, 2021 @ 20:54:41
Author: alucryd
Revision: 1047577
upgpkg: dotnet-core 6.0.0.sdk100-2
Modified:
dotnet-core/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-14 20:53:38 UTC (rev 1047576)
+++ PKGBUILD 2021-11-14 20:54:41 UTC (rev 1047577)
@@ -14,7 +14,7 @@
aspnet-targeting-pack
)
pkgver=6.0.0.sdk100
-pkgrel=1
+pkgrel=2
_bootstrapver=0.1.0-6.0.100-bootstrap.29
arch=(x86_64)
url=https://www.microsoft.com/net/core
@@ -87,10 +87,7 @@
cd dotnet-installer
./build.sh \
/p:ArcadeBuildTarball=true \
- /p:BuildPortableRuntime=false \
- /p:BuildPortableSdk=false \
- /p:TarballDir="${srcdir}"/sources \
- /p:UseSystemLibraries=true
+ /p:TarballDir="${srcdir}"/sources
cd ../sources
pushd src/runtime.*
patch -Np1 -i ../../../dotnet-core-runtime-disable-package-validation.patch
@@ -176,7 +173,7 @@
cd sources/artifacts/x64/Release
install -dm 755 "${pkgdir}"/usr/share/{dotnet,licenses}
- bsdtar -xf dotnet-sdk-${pkgver%.*.sdk*}.${pkgver#*sdk}-arch-x64.tar.gz -C "${pkgdir}"/usr/share/dotnet/ --no-same-owner sdk templates
+ bsdtar -xf dotnet-sdk-${pkgver%.*.sdk*}.${pkgver#*sdk}-arch-x64.tar.gz -C "${pkgdir}"/usr/share/dotnet/ --no-same-owner sdk sdk-manifests templates
ln -s dotnet-host "${pkgdir}"/usr/share/licenses/dotnet-sdk
}
More information about the arch-commits
mailing list