[arch-commits] Commit in dotnet-core/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sat Jul 14 16:33:11 UTC 2018


    Date: Saturday, July 14, 2018 @ 16:33:11
  Author: alucryd
Revision: 359330

upgpkg: dotnet-core 2.1.2+302-1

Modified:
  dotnet-core/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-14 16:31:52 UTC (rev 359329)
+++ PKGBUILD	2018-07-14 16:33:11 UTC (rev 359330)
@@ -4,7 +4,7 @@
 
 pkgbase=dotnet-core
 pkgname=('dotnet-host' 'dotnet-runtime' 'aspnet-runtime' 'dotnet-sdk')
-pkgver=2.1.1+301
+pkgver=2.1.2+302
 pkgrel=1
 arch=('x86_64')
 url='https://www.microsoft.com/net/core'
@@ -16,7 +16,7 @@
 options=('staticlibs')
 _commit='1dd84aaa2e44f1694ce0e681f96b6cd4e79f48ff'
 source=(
-  "dotnet-source-build::git+https://github.com/dotnet/source-build.git#commit=${_commit}"
+  "dotnet-source-build::git+https://github.com/dotnet/source-build.git#tag=v${pkgver/[0-9]\+}"
   'dotnet-application-insights::git+https://github.com/Microsoft/ApplicationInsights-dotnet.git'
   'dotnet-cli::git+https://github.com/dotnet/cli.git'
   'dotnet-cli-migrate::git+https://github.com/dotnet/cli-migrate.git'
@@ -37,7 +37,7 @@
   'dotnet-vstest::git+https://github.com/Microsoft/vstest.git'
   'dotnet-websdk::git+https://github.com/aspnet/websdk.git'
   'dotnet-xliff-tasks::git+https://github.com/dotnet/xliff-tasks.git'
-  'https://download.microsoft.com/download/9/3/E/93ED35C8-57B9-4D50-AE32-0330111B38E8/aspnetcore-runtime-2.1.1-linux-x64.tar.gz'
+  'https://download.microsoft.com/download/1/f/7/1f7755c5-934d-4638-b89f-1f4ffa5afe89/aspnetcore-runtime-2.1.2-linux-x64.tar.gz'
   'dotnet-coreclr-rid.patch'
 )
 sha256sums=('SKIP'
@@ -61,7 +61,7 @@
             'SKIP'
             'SKIP'
             'SKIP'
-            'e92ca4f35996e5793f611b1c9714134321328a00fc754bb32d8120052c0eb9c3'
+            '08459d8bfb3c177ee93ae1271d4a81d50f12f8ab6232c86c81142a79e1bb237f'
             '2c4fc48151e5319d57c8761091709070a17da91eddc2de8a26bc32c60679bfee')
 
 prepare() {
@@ -95,12 +95,13 @@
   install -dm 755 "${pkgdir}"/{opt/dotnet,usr/bin,usr/share/licenses/dotnet-host}
   tar -C "${pkgdir}"/opt/dotnet -xf dotnet-sdk-${pkgver/[0-9]\+}-linux-x64.tar.gz ./dotnet ./host
   tar -C "${pkgdir}"/usr/share/licenses/dotnet-host -xf dotnet-sdk-${pkgver/[0-9]\+}-linux-x64.tar.gz ./LICENSE.txt ./ThirdPartyNotices.txt
+  chown root:root -R "${pkgdir}"/opt/dotnet
   ln -s /opt/dotnet/dotnet "${pkgdir}"/usr/bin/
 }
 
 package_dotnet-runtime() {
   pkgdesc='The .NET Core runtime'
-  depends=('dotnet-host' 'icu' 'krb5' 'openssl-1.0' 'zlib'
+  depends=('dotnet-host' 'icu' 'krb5' 'libunwind' 'openssl-1.0' 'zlib'
            'libcurl.so')
   optdepends=('lttng-ust: CoreCLR tracing')
   provides=('dotnet-runtime-2.1')
@@ -110,6 +111,7 @@
 
   install -dm 755 "${pkgdir}"/{opt/dotnet,usr/share/licenses}
   tar -C "${pkgdir}"/opt/dotnet -xf dotnet-sdk-${pkgver/[0-9]\+}-linux-x64.tar.gz ./shared
+  chown root:root -R "${pkgdir}"/opt/dotnet
   ln -s dotnet-host "${pkgdir}"/usr/share/licenses/dotnet-runtime
 }
 
@@ -134,6 +136,7 @@
 
   install -dm 755 "${pkgdir}"/{opt/dotnet,usr/share/licenses}
   tar -C "${pkgdir}"/opt/dotnet -xf dotnet-sdk-${pkgver/[0-9]\+}-linux-x64.tar.gz ./sdk
+  chown root:root -R "${pkgdir}"/opt/dotnet
   ln -s dotnet-host "${pkgdir}"/usr/share/licenses/dotnet-sdk
 }
 



More information about the arch-commits mailing list