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

2020-09-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, September 13, 2020 @ 11:35:48
  Author: alucryd
Revision: 705102

upgpkg: dotnet-core 3.1.8.sdk108-1

Modified:
  dotnet-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-13 10:51:18 UTC (rev 705101)
+++ PKGBUILD2020-09-13 11:35:48 UTC (rev 705102)
@@ -12,9 +12,9 @@
  dotnet-targeting-pack
  aspnet-targeting-pack
 )
-pkgver=3.1.7.sdk107
-_runtimever=3.1.7
-_sdkver=3.1.107
+pkgver=3.1.8.sdk108
+_runtimever=3.1.8
+_sdkver=3.1.108
 pkgrel=1
 arch=(x86_64)
 url=https://www.microsoft.com/net/core
@@ -37,7 +37,7 @@
   zlib
 )
 options=(staticlibs)
-_tag=6997f78ba54e62145c4c335ee8f9bdab33155dea
+_tag=c68d3ea70d793e6b3adc84c9299ccce550813f72
 source=(
   
dotnet-source-build::git+https://github.com/dotnet/source-build.git#tag=${_tag}
   -Fix-versionless-RID-computation.patch


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

2020-08-14 Thread Maxime Gauduin via arch-commits
Date: Friday, August 14, 2020 @ 17:49:55
  Author: alucryd
Revision: 679253

upgpkg: dotnet-core 3.1.7.sdk107-1

Modified:
  dotnet-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-14 17:41:43 UTC (rev 679252)
+++ PKGBUILD2020-08-14 17:49:55 UTC (rev 679253)
@@ -12,10 +12,10 @@
  dotnet-targeting-pack
  aspnet-targeting-pack
 )
-pkgver=3.1.6.sdk106
-_runtimever=3.1.6
-_sdkver=3.1.106
-pkgrel=2
+pkgver=3.1.7.sdk107
+_runtimever=3.1.7
+_sdkver=3.1.107
+pkgrel=1
 arch=(x86_64)
 url=https://www.microsoft.com/net/core
 license=(MIT)
@@ -37,7 +37,7 @@
   zlib
 )
 options=(staticlibs)
-_tag=bebae309898f714f8d3e79f1b86cb3d086487af0
+_tag=6997f78ba54e62145c4c335ee8f9bdab33155dea
 source=(
   
dotnet-source-build::git+https://github.com/dotnet/source-build.git#tag=${_tag}
   -Fix-versionless-RID-computation.patch


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

2020-07-30 Thread Maxime Gauduin via arch-commits
Date: Thursday, July 30, 2020 @ 17:13:03
  Author: alucryd
Revision: 665924

FS#67075: dotnet-core 3.1.6.sdk106-2

Modified:
  dotnet-core/trunk/PKGBUILD

--+
 PKGBUILD |   64 +++--
 1 file changed, 54 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-30 17:08:35 UTC (rev 665923)
+++ PKGBUILD2020-07-30 17:13:03 UTC (rev 665924)
@@ -6,13 +6,16 @@
 pkgname=(
  dotnet-host
  dotnet-runtime
+ aspnet-runtime
  dotnet-sdk
- aspnet-runtime
+ netstandard-targeting-pack
+ dotnet-targeting-pack
+ aspnet-targeting-pack
 )
 pkgver=3.1.6.sdk106
 _runtimever=3.1.6
 _sdkver=3.1.106
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url=https://www.microsoft.com/net/core
 license=(MIT)
@@ -99,12 +102,28 @@
   ln -s dotnet-host "${pkgdir}"/usr/share/licenses/dotnet-runtime
 }
 
+package_aspnet-runtime() {
+  pkgdesc='The ASP.NET Core runtime'
+  depends=(dotnet-runtime)
+  provides=(aspnet-runtime-3.1)
+  conflicts=(aspnet-runtime-3.1)
+
+  cd dotnet-source-build/artifacts/x64/Release
+
+  install -dm 755 "${pkgdir}"/usr/share/{dotnet,licenses}
+  bsdtar -xf dotnet-sdk-${_sdkver}-arch-x64.tar.gz -C 
"${pkgdir}"/usr/share/dotnet/ --no-same-owner shared/Microsoft.AspNetCore.App
+  ln -s dotnet-host "${pkgdir}"/usr/share/licenses/aspnet-runtime
+}
+
 package_dotnet-sdk() {
   pkgdesc='The .NET Core SDK'
   depends=(
 dotnet-runtime
+dotnet-targeting-pack
 glibc
+netstandard-targeting-pack
   )
+  optdepends=('aspnet-targeting-pack: Build ASP.NET Core applications')
   provides=(dotnet-sdk-3.1)
   conflicts=(dotnet-sdk-3.1)
 
@@ -111,21 +130,46 @@
   cd dotnet-source-build/artifacts/x64/Release
 
   install -dm 755 "${pkgdir}"/usr/share/{dotnet,licenses}
-  bsdtar -xf dotnet-sdk-${_sdkver}-arch-x64.tar.gz -C 
"${pkgdir}"/usr/share/dotnet/ --no-same-owner packs sdk templates
+  bsdtar -xf dotnet-sdk-${_sdkver}-arch-x64.tar.gz -C 
"${pkgdir}"/usr/share/dotnet/ --no-same-owner sdk templates
   ln -s dotnet-host "${pkgdir}"/usr/share/licenses/dotnet-sdk
 }
 
-package_aspnet-runtime() {
-  pkgdesc='The ASP.NET Core runtime'
-  depends=(dotnet-runtime)
-  provides=(aspnet-runtime-3.1)
-  conflicts=(aspnet-runtime-3.1)
+package_netstandard-targeting-pack() {
+  pkgdesc='The .NET Standard targeting pack'
+  provides=(netstandard-targeting-pack-2.1)
+  conflicts=(netstandard-targeting-pack-2.1)
 
   cd dotnet-source-build/artifacts/x64/Release
 
   install -dm 755 "${pkgdir}"/usr/share/{dotnet,licenses}
-  bsdtar -xf dotnet-sdk-${_sdkver}-arch-x64.tar.gz -C 
"${pkgdir}"/usr/share/dotnet/ --no-same-owner shared/Microsoft.AspNetCore.App
-  ln -s dotnet-host "${pkgdir}"/usr/share/licenses/aspnet-runtime
+  bsdtar -xf dotnet-sdk-${_sdkver}-arch-x64.tar.gz -C 
"${pkgdir}"/usr/share/dotnet/ --no-same-owner packs/NETStandard.Library.Ref
+  ln -s dotnet-host "${pkgdir}"/usr/share/licenses/netstandard-targeting-pack
 }
 
+package_dotnet-targeting-pack() {
+  pkgdesc='The .NET Core targeting pack'
+  depends=(netstandard-targeting-pack)
+  provides=(dotnet-targeting-pack-3.1)
+  conflicts=(dotnet-targeting-pack-3.1)
+
+  cd dotnet-source-build/artifacts/x64/Release
+
+  install -dm 755 "${pkgdir}"/usr/share/{dotnet,licenses}
+  bsdtar -xf dotnet-sdk-${_sdkver}-arch-x64.tar.gz -C 
"${pkgdir}"/usr/share/dotnet/ --no-same-owner 
packs/Microsoft.NETCore.App.{Host.arch-x64,Ref}
+  ln -s dotnet-host "${pkgdir}"/usr/share/licenses/dotnet-targeting-pack
+}
+
+package_aspnet-targeting-pack() {
+  pkgdesc='The ASP.NET Core targeting pack'
+  depends=(dotnet-targeting-pack)
+  provides=(aspnet-targeting-pack-3.1)
+  conflicts=(aspnet-targeting-pack-3.1)
+
+  cd dotnet-source-build/artifacts/x64/Release
+
+  install -dm 755 "${pkgdir}"/usr/share/{dotnet,licenses}
+  bsdtar -xf dotnet-sdk-${_sdkver}-arch-x64.tar.gz -C 
"${pkgdir}"/usr/share/dotnet/ --no-same-owner packs/Microsoft.AspNetCore.App.Ref
+  ln -s dotnet-host "${pkgdir}"/usr/share/licenses/aspnet-targeting-pack
+}
+
 # vim: ts=2 sw=2 et:


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

2020-03-28 Thread Maxime Gauduin via arch-commits
Date: Saturday, March 28, 2020 @ 13:27:35
  Author: alucryd
Revision: 605096

upgpkg: dotnet-core 3.1.3.sdk103.2-1

Modified:
  dotnet-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-28 13:27:15 UTC (rev 605095)
+++ PKGBUILD2020-03-28 13:27:35 UTC (rev 605096)
@@ -9,7 +9,7 @@
  dotnet-sdk
  aspnet-runtime
 )
-pkgver=3.1.3.sdk103
+pkgver=3.1.3.sdk103.2
 _runtimever=3.1.3
 _sdkver=3.1.103
 pkgrel=1
@@ -34,7 +34,7 @@
 )
 options=(staticlibs)
 source=(
-  
dotnet-source-build::git+https://github.com/dotnet/source-build.git#tag=9678feff10e08406d11aee34ff33d409de915902
+  
dotnet-source-build::git+https://github.com/dotnet/source-build.git#tag=ed88943d2414b1abaaae657b5b3c2d38a1391164
   -Fix-versionless-RID-computation.patch
   -Add-arch-RIDs.patch
 )


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

2020-03-22 Thread Maxime Gauduin via arch-commits
Date: Sunday, March 22, 2020 @ 19:21:00
  Author: alucryd
Revision: 603607

upgpkg: dotnet-core 3.1.3.sdk103-1

Modified:
  dotnet-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-22 19:20:37 UTC (rev 603606)
+++ PKGBUILD2020-03-22 19:21:00 UTC (rev 603607)
@@ -9,9 +9,9 @@
  dotnet-sdk
  aspnet-runtime
 )
-pkgver=3.1.2.sdk102
-_runtimever=3.1.2
-_sdkver=3.1.102
+pkgver=3.1.3.sdk103
+_runtimever=3.1.3
+_sdkver=3.1.103
 pkgrel=1
 arch=(x86_64)
 url=https://www.microsoft.com/net/core
@@ -34,7 +34,7 @@
 )
 options=(staticlibs)
 source=(
-  
dotnet-source-build::git+https://github.com/dotnet/source-build.git#tag=e5d3faa5b374e75fea8185a88eee52540c6f2342
+  
dotnet-source-build::git+https://github.com/dotnet/source-build.git#tag=9678feff10e08406d11aee34ff33d409de915902
   -Fix-versionless-RID-computation.patch
   -Add-arch-RIDs.patch
 )


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

2020-02-20 Thread Maxime Gauduin via arch-commits
Date: Thursday, February 20, 2020 @ 09:59:16
  Author: alucryd
Revision: 577035

upgpkg: dotnet-core 3.1.2.sdk102-1

Modified:
  dotnet-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-20 09:49:28 UTC (rev 577034)
+++ PKGBUILD2020-02-20 09:59:16 UTC (rev 577035)
@@ -9,10 +9,10 @@
  dotnet-sdk
  aspnet-runtime
 )
-pkgver=3.1.0.sdk100
-_runtimever=3.1.0
-_sdkver=3.1.100
-pkgrel=2
+pkgver=3.1.2.sdk102
+_runtimever=3.1.2
+_sdkver=3.1.102
+pkgrel=1
 arch=(x86_64)
 url=https://www.microsoft.com/net/core
 license=(MIT)
@@ -34,7 +34,7 @@
 )
 options=(staticlibs)
 source=(
-  dotnet-source-build::git+https://github.com/dotnet/source-build.git#tag=
+  
dotnet-source-build::git+https://github.com/dotnet/source-build.git#tag=e5d3faa5b374e75fea8185a88eee52540c6f2342
   -Fix-versionless-RID-computation.patch
   -Add-arch-RIDs.patch
 )


[arch-commits] Commit in dotnet-core/trunk (PKGBUILD dotnet-coreclr-dbghelpers.patch)

2019-07-18 Thread Maxime Gauduin via arch-commits
Date: Thursday, July 18, 2019 @ 19:29:31
  Author: alucryd
Revision: 491889

upgpkg: dotnet-core 2.2.6+108-1

Added:
  dotnet-core/trunk/dotnet-coreclr-dbghelpers.patch
Modified:
  dotnet-core/trunk/PKGBUILD

-+
 PKGBUILD|   18 +++
 dotnet-coreclr-dbghelpers.patch |   44 ++
 2 files changed, 57 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-18 19:29:01 UTC (rev 491888)
+++ PKGBUILD2019-07-18 19:29:31 UTC (rev 491889)
@@ -8,7 +8,7 @@
  dotnet-sdk
  aspnet-runtime
 )
-pkgver=2.2.3+105
+pkgver=2.2.6+108
 pkgrel=1
 arch=(x86_64)
 url=https://www.microsoft.com/net/core
@@ -19,6 +19,7 @@
   curl
   git
   icu
+  inetutils
   krb5
   libunwind
   lldb
@@ -31,6 +32,7 @@
 source=(
   
dotnet-source-build::git+https://github.com/dotnet/source-build.git#tag=v${pkgver%+*}
   
dotnet-application-insights::git+https://github.com/Microsoft/ApplicationInsights-dotnet.git
+  dotnet-arcade::git+https://github.com/dotnet/arcade.git
   dotnet-aspnet-razor::git+https://github.com/aspnet/Razor.git
   dotnet-cecil::git+https://github.com/mono/cecil.git
   dotnet-cli::git+https://github.com/dotnet/cli.git
@@ -53,9 +55,10 @@
   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.visualstudio.microsoft.com/download/pr/dabca6d9-19e5-44b6-a402-a627fae42d26/e36d703f5d281ec8662422bfa62c2fdd/aspnetcore-runtime-2.2.3-linux-x64.tar.gz
+  
https://download.visualstudio.microsoft.com/download/pr/5d59077f-07f3-4997-b514-d88bce8cdcbf/3729ac370c4b96720829e098bee7ee5e/aspnetcore-runtime-2.2.6-linux-x64.tar.gz
   dotnet.sh
   dotnet-coreclr-rid.patch
+  dotnet-coreclr-dbghelpers.patch
 )
 sha256sums=('SKIP'
 'SKIP'
@@ -81,14 +84,16 @@
 'SKIP'
 'SKIP'
 'SKIP'
-'9d71c8312ec3448ae957cfbf4d4777c1924e34cb287d0f0d0f4853ce4ffc5355'
+'SKIP'
+'1e5687ab1b52fc342211607af829d847b96976737f187394b468d27b9f3ae7af'
 '4978b3a31a94032b425d2a2a9b5a17f506f36fb784fbfefdf2cfea9485a30f47'
-'2c4fc48151e5319d57c8761091709070a17da91eddc2de8a26bc32c60679bfee')
+'2c4fc48151e5319d57c8761091709070a17da91eddc2de8a26bc32c60679bfee'
+'6a8da7d7e19efdabaae07b668cfefe8f7e8dc62239f0d70e03f34ae6bf79e645')
 
 prepare() {
   cd dotnet-source-build
 
-  for submodule in 
src/{application-insights,aspnet-razor,cli,cli-migrate,clicommandlineparser,common,core-setup,coreclr,corefx,fsharp,linker,msbuild,newtonsoft-json,nuget-client,roslyn,roslyn-tools,sdk,standard,templating,vstest,websdk,xliff-tasks};
 do
+  for submodule in 
src/{application-insights,arcade,aspnet-razor,cli,cli-migrate,clicommandlineparser,common,core-setup,coreclr,corefx,fsharp,linker,msbuild,newtonsoft-json,nuget-client,roslyn,roslyn-tools,sdk,standard,templating,vstest,websdk,xliff-tasks};
 do
 git submodule init ${submodule}
 git config submodule.${submodule}.url ../dotnet-${submodule#src/}
 git submodule update
@@ -104,6 +109,8 @@
 
   cd ../coreclr
 
+  git cherry-pick -n bdd0408f25a285deae0a69da659f4bc4d4f272f7
+  patch -Np1 -i "${srcdir}"/dotnet-coreclr-dbghelpers.patch
   patch -Np1 -i "${srcdir}"/dotnet-coreclr-rid.patch
 }
 
@@ -112,6 +119,7 @@
 
   export PKG_CONFIG_PATH='/usr/lib/openssl-1.0/pkgconfig'
   export SOURCE_BUILD_SKIP_SUBMODULE_CHECK=1
+  export CXXFLAGS="$CXXFLAGS -Wno-atomic-implicit-seq-cst"
 
   ./build.sh
 }

Added: dotnet-coreclr-dbghelpers.patch
===
--- dotnet-coreclr-dbghelpers.patch (rev 0)
+++ dotnet-coreclr-dbghelpers.patch 2019-07-18 19:29:31 UTC (rev 491889)
@@ -0,0 +1,44 @@
+diff --git a/src/debug/ee/amd64/dbghelpers.S b/src/debug/ee/amd64/dbghelpers.S
+index 85ec80c7014f..864c4dc943be 100644
+--- a/src/debug/ee/amd64/dbghelpers.S
 b/src/debug/ee/amd64/dbghelpers.S
+@@ -29,7 +29,7 @@ NESTED_ENTRY FuncEvalHijack, _TEXT, 
UnhandledExceptionHandlerUnix
+ //
+ // epilogue
+ //
+-add rsp, 20h
++add rsp, 0x20
+ TAILJMP_RAX
+ NESTED_END FuncEvalHijack, _TEXT
+ 
+@@ -65,14 +65,14 @@ NESTED_ENTRY ExceptionHijack, _TEXT, 
UnhandledExceptionHandlerUnix
+ // its arguments on the stack. In x64, it gets its arguments in
+ // registers (set up for us by DacDbiInterfaceImpl::Hijack),
+ // and this stack space may be reused.
+-mov rax, [rsp + 20h]
++mov rax, [rsp + 0x20]
+ mov [rsp], rax
+-mov rax, [rsp + 28h]
+-mov [rsp + 8h], rax
+-mov rax, [rsp + 30h]
+-mov [rsp + 10h], rax
+-mov rax, [rsp + 38h]
+-mov [rsp + 18h], 

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

2019-03-17 Thread Maxime Gauduin via arch-commits
Date: Sunday, March 17, 2019 @ 14:05:26
  Author: alucryd
Revision: 442378

upgpkg: dotnet-core 2.2.3+105-1

Modified:
  dotnet-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-17 13:54:03 UTC (rev 442377)
+++ PKGBUILD2019-03-17 14:05:26 UTC (rev 442378)
@@ -8,10 +8,10 @@
  dotnet-sdk
  aspnet-runtime
 )
-pkgver=2.2.1+102
+pkgver=2.2.3+105
 pkgrel=1
 arch=(x86_64)
-url='https://www.microsoft.com/net/core'
+url=https://www.microsoft.com/net/core
 license=(MIT)
 makedepends=(
   clang
@@ -29,7 +29,7 @@
 )
 options=(staticlibs)
 source=(
-  
dotnet-source-build::git+https://github.com/dotnet/source-build.git#tag=v${pkgver%+*}-ga
+  
dotnet-source-build::git+https://github.com/dotnet/source-build.git#tag=v${pkgver%+*}
   
dotnet-application-insights::git+https://github.com/Microsoft/ApplicationInsights-dotnet.git
   dotnet-aspnet-razor::git+https://github.com/aspnet/Razor.git
   dotnet-cecil::git+https://github.com/mono/cecil.git
@@ -53,7 +53,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.visualstudio.microsoft.com/download/pr/53cace8f-2907-487e-84d7-bc7a7ba5de05/326704ffa2ef9d4dcd0db2f1da996ebb/aspnetcore-runtime-2.2.1-linux-x64.tar.gz
+  
https://download.visualstudio.microsoft.com/download/pr/dabca6d9-19e5-44b6-a402-a627fae42d26/e36d703f5d281ec8662422bfa62c2fdd/aspnetcore-runtime-2.2.3-linux-x64.tar.gz
   dotnet.sh
   dotnet-coreclr-rid.patch
 )
@@ -81,7 +81,7 @@
 'SKIP'
 'SKIP'
 'SKIP'
-'8a275315b36f6f66038049c34dcb4808e0fa4ece49651957f7be83d6b235f4b8'
+'9d71c8312ec3448ae957cfbf4d4777c1924e34cb287d0f0d0f4853ce4ffc5355'
 '4978b3a31a94032b425d2a2a9b5a17f506f36fb784fbfefdf2cfea9485a30f47'
 '2c4fc48151e5319d57c8761091709070a17da91eddc2de8a26bc32c60679bfee')
 


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

2019-01-17 Thread Maxime Gauduin via arch-commits
Date: Thursday, January 17, 2019 @ 22:18:48
  Author: alucryd
Revision: 423957

upgpkg: dotnet-core 2.2.1+102-1

Modified:
  dotnet-core/trunk/PKGBUILD
  dotnet-core/trunk/dotnet.sh

---+
 PKGBUILD  |   10 +-
 dotnet.sh |2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-17 21:12:44 UTC (rev 423956)
+++ PKGBUILD2019-01-17 22:18:48 UTC (rev 423957)
@@ -8,7 +8,7 @@
  dotnet-sdk
  aspnet-runtime
 )
-pkgver=2.2.0+100
+pkgver=2.2.1+102
 pkgrel=1
 arch=(x86_64)
 url='https://www.microsoft.com/net/core'
@@ -29,7 +29,7 @@
 )
 options=(staticlibs)
 source=(
-  
dotnet-source-build::git+https://github.com/dotnet/source-build.git#tag=v${pkgver%+*}
+  
dotnet-source-build::git+https://github.com/dotnet/source-build.git#tag=v${pkgver%+*}-ga
   
dotnet-application-insights::git+https://github.com/Microsoft/ApplicationInsights-dotnet.git
   dotnet-aspnet-razor::git+https://github.com/aspnet/Razor.git
   dotnet-cecil::git+https://github.com/mono/cecil.git
@@ -53,7 +53,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.visualstudio.microsoft.com/download/pr/69ee3993-54fe-4687-9388-25b1e0c888fb/df2ba0637e68f6e8ee212a38756a4002/aspnetcore-runtime-2.2.0-linux-x64.tar.gz
+  
https://download.visualstudio.microsoft.com/download/pr/53cace8f-2907-487e-84d7-bc7a7ba5de05/326704ffa2ef9d4dcd0db2f1da996ebb/aspnetcore-runtime-2.2.1-linux-x64.tar.gz
   dotnet.sh
   dotnet-coreclr-rid.patch
 )
@@ -81,8 +81,8 @@
 'SKIP'
 'SKIP'
 'SKIP'
-'30af25564a9b71a2033b8ce7f78de2232beca4263dc0d6fbaed1e39610e806aa'
-'f4cb02490234b853946477f82514f0c6247b55b08b2e85fae98e99a6e6974edd'
+'8a275315b36f6f66038049c34dcb4808e0fa4ece49651957f7be83d6b235f4b8'
+'4978b3a31a94032b425d2a2a9b5a17f506f36fb784fbfefdf2cfea9485a30f47'
 '2c4fc48151e5319d57c8761091709070a17da91eddc2de8a26bc32c60679bfee')
 
 prepare() {

Modified: dotnet.sh
===
--- dotnet.sh   2019-01-17 21:12:44 UTC (rev 423956)
+++ dotnet.sh   2019-01-17 22:18:48 UTC (rev 423957)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
 export DOTNET_ROOT=/opt/dotnet
-exec /opt/dotnet/dotnet $@
+exec /opt/dotnet/dotnet "$@"
 
 # vim: ts=2 sw=2 et:


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

2018-12-05 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 5, 2018 @ 16:56:29
  Author: alucryd
Revision: 411562

upgpkg: dotnet-core 2.2.0+100-1

Modified:
  dotnet-core/trunk/PKGBUILD

--+
 PKGBUILD |  129 +++--
 1 file changed, 75 insertions(+), 54 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-05 16:55:54 UTC (rev 411561)
+++ PKGBUILD2018-12-05 16:56:29 UTC (rev 411562)
@@ -2,46 +2,60 @@
 # Contributor: Max Liebkies 
 
 pkgbase=dotnet-core
-pkgname=('dotnet-host' 'dotnet-runtime' 'aspnet-runtime' 'dotnet-sdk')
-pkgver=2.1.6+500
+pkgname=(
+ dotnet-host
+ dotnet-runtime
+ dotnet-sdk
+ aspnet-runtime
+)
+pkgver=2.2.0+100
 pkgrel=1
-arch=('x86_64')
+arch=(x86_64)
 url='https://www.microsoft.com/net/core'
-license=('MIT')
+license=(MIT)
 makedepends=(
-  'clang' 'cmake' 'curl' 'git' 'icu' 'krb5' 'libunwind' 'lldb' 'llvm'
-  'lttng-ust' 'openssl-1.0' 'zlib'
+  clang
+  cmake
+  curl
+  git
+  icu
+  krb5
+  libunwind
+  lldb
+  llvm
+  lttng-ust
+  openssl-1.0
+  zlib
 )
-options=('staticlibs')
+options=(staticlibs)
 source=(
-  
"dotnet-source-build::git+https://github.com/dotnet/source-build.git#tag=v${pkgver%+*}a;
-  
'dotnet-application-insights::git+https://github.com/Microsoft/ApplicationInsights-dotnet.git'
-  'dotnet-aspnet-razor::git+https://github.com/aspnet/Razor.git'
-  'dotnet-cecil::git+https://github.com/mono/cecil.git'
-  'dotnet-cli::git+https://github.com/dotnet/cli.git'
-  'dotnet-cli-migrate::git+https://github.com/dotnet/cli-migrate.git'
-  
'dotnet-clicommandlineparser::git+https://github.com/dotnet/clicommandlineparser.git'
-  'dotnet-common::git+https://github.com/aspnet/common.git'
-  'dotnet-core-setup::git+https://github.com/dotnet/core-setup.git'
-  'dotnet-coreclr::git+https://github.com/dotnet/coreclr.git'
-  'dotnet-corefx::git+https://github.com/dotnet/corefx.git'
-  'dotnet-fsharp::git+https://github.com/Microsoft/VisualFSharp.git'
-  'dotnet-linker::git+https://github.com/mono/linker.git'
-  'dotnet-msbuild::git+https://github.com/Microsoft/msbuild.git'
-  'dotnet-newtonsoft-json::git+https://github.com/JamesNK/Newtonsoft.Json.git'
-  'dotnet-nuget-client::git+https://github.com/NuGet/NuGet.Client.git'
-  'dotnet-roslyn::git+https://github.com/dotnet/roslyn.git'
-  'dotnet-roslyn-tools::git+https://github.com/dotnet/roslyn-tools.git'
-  'dotnet-sdk::git+https://github.com/dotnet/sdk.git'
-  'dotnet-standard::git+https://github.com/dotnet/standard.git'
-  'dotnet-templating::git+https://github.com/dotnet/templating.git'
-#  'dotnet-toolset::git+https://github.com/dotnet/toolset.git'
-  '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.visualstudio.microsoft.com/download/pr/5ecfed21-c776-4924-b734-126400fd324a/4e1bfb9c870ffcf99b1bf953b91ef072/aspnetcore-runtime-2.1.6-linux-x64.tar.gz'
-  'dotnet.sh'
-  'dotnet-coreclr-rid.patch'
+  
dotnet-source-build::git+https://github.com/dotnet/source-build.git#tag=v${pkgver%+*}
+  
dotnet-application-insights::git+https://github.com/Microsoft/ApplicationInsights-dotnet.git
+  dotnet-aspnet-razor::git+https://github.com/aspnet/Razor.git
+  dotnet-cecil::git+https://github.com/mono/cecil.git
+  dotnet-cli::git+https://github.com/dotnet/cli.git
+  dotnet-cli-migrate::git+https://github.com/dotnet/cli-migrate.git
+  
dotnet-clicommandlineparser::git+https://github.com/dotnet/clicommandlineparser.git
+  dotnet-common::git+https://github.com/aspnet/common.git
+  dotnet-core-setup::git+https://github.com/dotnet/core-setup.git
+  dotnet-coreclr::git+https://github.com/dotnet/coreclr.git
+  dotnet-corefx::git+https://github.com/dotnet/corefx.git
+  dotnet-fsharp::git+https://github.com/Microsoft/VisualFSharp.git
+  dotnet-linker::git+https://github.com/mono/linker.git
+  dotnet-msbuild::git+https://github.com/Microsoft/msbuild.git
+  dotnet-newtonsoft-json::git+https://github.com/JamesNK/Newtonsoft.Json.git
+  dotnet-nuget-client::git+https://github.com/NuGet/NuGet.Client.git
+  dotnet-roslyn::git+https://github.com/dotnet/roslyn.git
+  dotnet-roslyn-tools::git+https://github.com/dotnet/roslyn-tools.git
+  dotnet-sdk::git+https://github.com/dotnet/sdk.git
+  dotnet-standard::git+https://github.com/dotnet/standard.git
+  dotnet-templating::git+https://github.com/dotnet/templating.git
+  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.visualstudio.microsoft.com/download/pr/69ee3993-54fe-4687-9388-25b1e0c888fb/df2ba0637e68f6e8ee212a38756a4002/aspnetcore-runtime-2.2.0-linux-x64.tar.gz
+  dotnet.sh
+  dotnet-coreclr-rid.patch
 )
 sha256sums=('SKIP'
 'SKIP'
@@ -67,7 +81,7 @@
 'SKIP'
   

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

2018-11-13 Thread Maxime Gauduin via arch-commits
Date: Tuesday, November 13, 2018 @ 21:40:58
  Author: alucryd
Revision: 407229

upgpkg: dotnet-core 2.1.6+500-1

Added:
  dotnet-core/trunk/dotnet.sh
Modified:
  dotnet-core/trunk/PKGBUILD

---+
 PKGBUILD  |   19 ---
 dotnet.sh |6 ++
 2 files changed, 18 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-13 21:38:23 UTC (rev 407228)
+++ PKGBUILD2018-11-13 21:40:58 UTC (rev 407229)
@@ -3,7 +3,7 @@
 
 pkgbase=dotnet-core
 pkgname=('dotnet-host' 'dotnet-runtime' 'aspnet-runtime' 'dotnet-sdk')
-pkgver=2.1.5+403
+pkgver=2.1.6+500
 pkgrel=1
 arch=('x86_64')
 url='https://www.microsoft.com/net/core'
@@ -14,8 +14,9 @@
 )
 options=('staticlibs')
 source=(
-  
"dotnet-source-build::git+https://github.com/dotnet/source-build.git#tag=v${pkgver%+*};
+  
"dotnet-source-build::git+https://github.com/dotnet/source-build.git#tag=v${pkgver%+*}a;
   
'dotnet-application-insights::git+https://github.com/Microsoft/ApplicationInsights-dotnet.git'
+  'dotnet-aspnet-razor::git+https://github.com/aspnet/Razor.git'
   'dotnet-cecil::git+https://github.com/mono/cecil.git'
   'dotnet-cli::git+https://github.com/dotnet/cli.git'
   'dotnet-cli-migrate::git+https://github.com/dotnet/cli-migrate.git'
@@ -34,10 +35,12 @@
   'dotnet-sdk::git+https://github.com/dotnet/sdk.git'
   'dotnet-standard::git+https://github.com/dotnet/standard.git'
   'dotnet-templating::git+https://github.com/dotnet/templating.git'
+#  'dotnet-toolset::git+https://github.com/dotnet/toolset.git'
   '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.visualstudio.microsoft.com/download/pr/97fce50e-e736-41c3-a700-d83d43178197/4c00b063affdbc940dd16f62c68d1505/aspnetcore-runtime-2.1.5-linux-x64.tar.gz'
+  
'https://download.visualstudio.microsoft.com/download/pr/5ecfed21-c776-4924-b734-126400fd324a/4e1bfb9c870ffcf99b1bf953b91ef072/aspnetcore-runtime-2.1.6-linux-x64.tar.gz'
+  'dotnet.sh'
   'dotnet-coreclr-rid.patch'
 )
 sha256sums=('SKIP'
@@ -63,13 +66,15 @@
 'SKIP'
 'SKIP'
 'SKIP'
-'775bcb800f186461b54f2ca0dc858c2a34dc82f95ad060681e8f440c48c2b291'
+'SKIP'
+'3d4a4135627c07716447fd058b91c8c45de6b5c385f1245cae8a7a62dec93ce9'
+'f4cb02490234b853946477f82514f0c6247b55b08b2e85fae98e99a6e6974edd'
 '2c4fc48151e5319d57c8761091709070a17da91eddc2de8a26bc32c60679bfee')
 
 prepare() {
   cd dotnet-source-build
 
-  for submodule in 
src/{application-insights,cli,cli-migrate,clicommandlineparser,common,core-setup,coreclr,corefx,fsharp,linker,msbuild,newtonsoft-json,nuget-client,roslyn,roslyn-tools,sdk,standard,templating,vstest,websdk,xliff-tasks};
 do
+  for submodule in 
src/{application-insights,aspnet-razor,cli,cli-migrate,clicommandlineparser,common,core-setup,coreclr,corefx,fsharp,linker,msbuild,newtonsoft-json,nuget-client,roslyn,roslyn-tools,sdk,standard,templating,vstest,websdk,xliff-tasks};
 do
 git submodule init ${submodule}
 git config submodule.${submodule}.url ../dotnet-${submodule#src/}
 git submodule update
@@ -102,11 +107,11 @@
 
   cd dotnet-source-build/bin/x64/Release
 
-  install -dm 755 
"${pkgdir}"/{opt/dotnet,usr/bin,usr/share/licenses/dotnet-host}
+  install -dm 755 "${pkgdir}"/{opt/dotnet,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/
+  install -Dm 755 "${srcdir}"/dotnet.sh "${pkgdir}"/usr/bin/dotnet
 }
 
 package_dotnet-runtime() {

Added: dotnet.sh
===
--- dotnet.sh   (rev 0)
+++ dotnet.sh   2018-11-13 21:40:58 UTC (rev 407229)
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+export DOTNET_ROOT=/opt/dotnet
+exec /opt/dotnet/dotnet $@
+
+# vim: ts=2 sw=2 et:


Property changes on: dotnet-core/trunk/dotnet.sh
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property


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

2018-10-04 Thread Maxime Gauduin via arch-commits
Date: Thursday, October 4, 2018 @ 12:40:30
  Author: alucryd
Revision: 389490

upgpkg: dotnet-core 2.1.5+403-1

Modified:
  dotnet-core/trunk/PKGBUILD

--+
 PKGBUILD |   22 +-
 1 file changed, 17 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-04 12:33:14 UTC (rev 389489)
+++ PKGBUILD2018-10-04 12:40:30 UTC (rev 389490)
@@ -3,7 +3,7 @@
 
 pkgbase=dotnet-core
 pkgname=('dotnet-host' 'dotnet-runtime' 'aspnet-runtime' 'dotnet-sdk')
-pkgver=2.1.4+402
+pkgver=2.1.5+403
 pkgrel=1
 arch=('x86_64')
 url='https://www.microsoft.com/net/core'
@@ -16,6 +16,7 @@
 source=(
   
"dotnet-source-build::git+https://github.com/dotnet/source-build.git#tag=v${pkgver%+*};
   
'dotnet-application-insights::git+https://github.com/Microsoft/ApplicationInsights-dotnet.git'
+  'dotnet-cecil::git+https://github.com/mono/cecil.git'
   'dotnet-cli::git+https://github.com/dotnet/cli.git'
   'dotnet-cli-migrate::git+https://github.com/dotnet/cli-migrate.git'
   
'dotnet-clicommandlineparser::git+https://github.com/dotnet/clicommandlineparser.git'
@@ -24,6 +25,7 @@
   'dotnet-coreclr::git+https://github.com/dotnet/coreclr.git'
   'dotnet-corefx::git+https://github.com/dotnet/corefx.git'
   'dotnet-fsharp::git+https://github.com/Microsoft/VisualFSharp.git'
+  'dotnet-linker::git+https://github.com/mono/linker.git'
   'dotnet-msbuild::git+https://github.com/Microsoft/msbuild.git'
   'dotnet-newtonsoft-json::git+https://github.com/JamesNK/Newtonsoft.Json.git'
   'dotnet-nuget-client::git+https://github.com/NuGet/NuGet.Client.git'
@@ -35,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/A/7/8/A78F1D25-8D5C-4411-B544-C7D527296D5E/aspnetcore-runtime-2.1.4-linux-x64.tar.gz'
+  
'https://download.visualstudio.microsoft.com/download/pr/97fce50e-e736-41c3-a700-d83d43178197/4c00b063affdbc940dd16f62c68d1505/aspnetcore-runtime-2.1.5-linux-x64.tar.gz'
   'dotnet-coreclr-rid.patch'
 )
 sha256sums=('SKIP'
@@ -59,20 +61,30 @@
 'SKIP'
 'SKIP'
 'SKIP'
-'517195f38f7553fffec01a2bd3d09ed4ad589823094426a3febb70c7e77319d3'
+'SKIP'
+'SKIP'
+'775bcb800f186461b54f2ca0dc858c2a34dc82f95ad060681e8f440c48c2b291'
 '2c4fc48151e5319d57c8761091709070a17da91eddc2de8a26bc32c60679bfee')
 
 prepare() {
   cd dotnet-source-build
 
-  for submodule in 
src/{application-insights,cli,cli-migrate,clicommandlineparser,common,core-setup,coreclr,corefx,fsharp,msbuild,newtonsoft-json,nuget-client,roslyn,roslyn-tools,sdk,standard,templating,vstest,websdk,xliff-tasks};
 do
+  for submodule in 
src/{application-insights,cli,cli-migrate,clicommandlineparser,common,core-setup,coreclr,corefx,fsharp,linker,msbuild,newtonsoft-json,nuget-client,roslyn,roslyn-tools,sdk,standard,templating,vstest,websdk,xliff-tasks};
 do
 git submodule init ${submodule}
 git config submodule.${submodule}.url ../dotnet-${submodule#src/}
 git submodule update
   done
 
-  cd src/coreclr
+  cd src/linker
 
+  for submodule in cecil; do
+git submodule init ${submodule}
+git config submodule.${submodule}.url ../../../dotnet-${submodule}
+git submodule update
+  done
+
+  cd ../coreclr
+
   patch -Np1 -i "${srcdir}"/dotnet-coreclr-rid.patch
 }
 


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

2018-09-18 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 18, 2018 @ 11:18:33
  Author: alucryd
Revision: 383031

upgpkg: dotnet-core 2.1.4+402-1

Modified:
  dotnet-core/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 11:07:54 UTC (rev 383030)
+++ PKGBUILD2018-09-18 11:18:33 UTC (rev 383031)
@@ -3,7 +3,7 @@
 
 pkgbase=dotnet-core
 pkgname=('dotnet-host' 'dotnet-runtime' 'aspnet-runtime' 'dotnet-sdk')
-pkgver=2.1.3+401
+pkgver=2.1.4+402
 pkgrel=1
 arch=('x86_64')
 url='https://www.microsoft.com/net/core'
@@ -13,9 +13,8 @@
   'lttng-ust' 'openssl-1.0' 'zlib'
 )
 options=('staticlibs')
-_commit='1dd84aaa2e44f1694ce0e681f96b6cd4e79f48ff'
 source=(
-  
"dotnet-source-build::git+https://github.com/dotnet/source-build.git#tag=v${pkgver/[0-9]\+};
+  
"dotnet-source-build::git+https://github.com/dotnet/source-build.git#tag=v${pkgver%+*};
   
'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'
@@ -36,7 +35,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/6/E/B/6EBD972D-2E2F-41EB-9668-F73F5FDDC09C/aspnetcore-runtime-2.1.3-linux-x64.tar.gz'
+  
'https://download.microsoft.com/download/A/7/8/A78F1D25-8D5C-4411-B544-C7D527296D5E/aspnetcore-runtime-2.1.4-linux-x64.tar.gz'
   'dotnet-coreclr-rid.patch'
 )
 sha256sums=('SKIP'
@@ -60,7 +59,7 @@
 'SKIP'
 'SKIP'
 'SKIP'
-'5c6c38fbc0386761cbbb0d92045d3533c5e054f82813564af2cf56fac93cb106'
+'517195f38f7553fffec01a2bd3d09ed4ad589823094426a3febb70c7e77319d3'
 '2c4fc48151e5319d57c8761091709070a17da91eddc2de8a26bc32c60679bfee')
 
 prepare() {


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

2018-08-22 Thread Maxime Gauduin via arch-commits
Date: Wednesday, August 22, 2018 @ 14:50:15
  Author: alucryd
Revision: 373258

upgpkg: dotnet-core 2.1.3+401-1

Modified:
  dotnet-core/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-22 14:09:33 UTC (rev 373257)
+++ PKGBUILD2018-08-22 14:50:15 UTC (rev 373258)
@@ -4,7 +4,7 @@
 
 pkgbase=dotnet-core
 pkgname=('dotnet-host' 'dotnet-runtime' 'aspnet-runtime' 'dotnet-sdk')
-pkgver=2.1.2+302
+pkgver=2.1.3+401
 pkgrel=1
 arch=('x86_64')
 url='https://www.microsoft.com/net/core'
@@ -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/1/f/7/1f7755c5-934d-4638-b89f-1f4ffa5afe89/aspnetcore-runtime-2.1.2-linux-x64.tar.gz'
+  
'https://download.microsoft.com/download/6/E/B/6EBD972D-2E2F-41EB-9668-F73F5FDDC09C/aspnetcore-runtime-2.1.3-linux-x64.tar.gz'
   'dotnet-coreclr-rid.patch'
 )
 sha256sums=('SKIP'
@@ -61,7 +61,7 @@
 'SKIP'
 'SKIP'
 'SKIP'
-'08459d8bfb3c177ee93ae1271d4a81d50f12f8ab6232c86c81142a79e1bb237f'
+'5c6c38fbc0386761cbbb0d92045d3533c5e054f82813564af2cf56fac93cb106'
 '2c4fc48151e5319d57c8761091709070a17da91eddc2de8a26bc32c60679bfee')
 
 prepare() {


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

2018-07-14 Thread Maxime Gauduin via arch-commits
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
===
--- PKGBUILD2018-07-14 16:31:52 UTC (rev 359329)
+++ PKGBUILD2018-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
 }
 


[arch-commits] Commit in dotnet-core/trunk (PKGBUILD dotnet-coreclr-rid.patch)

2018-06-27 Thread Maxime Gauduin via arch-commits
Date: Wednesday, June 27, 2018 @ 19:52:21
  Author: alucryd
Revision: 346566

upgpkg: dotnet-core 2.1.1+301-1

Added:
  dotnet-core/trunk/dotnet-coreclr-rid.patch
Modified:
  dotnet-core/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 dotnet-coreclr-rid.patch |   38 ++
 2 files changed, 43 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-27 19:29:23 UTC (rev 346565)
+++ PKGBUILD2018-06-27 19:52:21 UTC (rev 346566)
@@ -4,8 +4,7 @@
 
 pkgbase=dotnet-core
 pkgname=('dotnet-host' 'dotnet-runtime' 'aspnet-runtime' 'dotnet-sdk')
-pkgver=2.1.1
-_pkgver_sdk=2.1.301
+pkgver=2.1.1+301
 pkgrel=1
 arch=('x86_64')
 url='https://www.microsoft.com/net/core'
@@ -94,8 +93,8 @@
   cd dotnet-source-build/bin/x64/Release
 
   install -dm 755 
"${pkgdir}"/{opt/dotnet,usr/bin,usr/share/licenses/dotnet-host}
-  tar -C "${pkgdir}"/opt/dotnet -xf dotnet-sdk-${_pkgver_sdk}-linux-x64.tar.gz 
./dotnet ./host
-  tar -C "${pkgdir}"/usr/share/licenses/dotnet-host -xf 
dotnet-sdk-${_pkgver_sdk}-linux-x64.tar.gz ./LICENSE.txt ./ThirdPartyNotices.txt
+  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
   ln -s /opt/dotnet/dotnet "${pkgdir}"/usr/bin/
 }
 
@@ -110,7 +109,7 @@
   cd dotnet-source-build/bin/x64/Release
 
   install -dm 755 "${pkgdir}"/{opt/dotnet,usr/share/licenses}
-  tar -C "${pkgdir}"/opt/dotnet -xf dotnet-sdk-${_pkgver_sdk}-linux-x64.tar.gz 
./shared
+  tar -C "${pkgdir}"/opt/dotnet -xf 
dotnet-sdk-${pkgver/[0-9]\+}-linux-x64.tar.gz ./shared
   ln -s dotnet-host "${pkgdir}"/usr/share/licenses/dotnet-runtime
 }
 
@@ -126,7 +125,6 @@
 }
 
 package_dotnet-sdk() {
-  pkgver=2.1.301
   pkgdesc='The .NET Core SDK'
   depends=('dotnet-runtime')
   provides=('dotnet-sdk-2.1')
@@ -135,7 +133,7 @@
   cd dotnet-source-build/bin/x64/Release
 
   install -dm 755 "${pkgdir}"/{opt/dotnet,usr/share/licenses}
-  tar -C "${pkgdir}"/opt/dotnet -xf dotnet-sdk-${_pkgver_sdk}-linux-x64.tar.gz 
./sdk
+  tar -C "${pkgdir}"/opt/dotnet -xf 
dotnet-sdk-${pkgver/[0-9]\+}-linux-x64.tar.gz ./sdk
   ln -s dotnet-host "${pkgdir}"/usr/share/licenses/dotnet-sdk
 }
 

Added: dotnet-coreclr-rid.patch
===
--- dotnet-coreclr-rid.patch(rev 0)
+++ dotnet-coreclr-rid.patch2018-06-27 19:52:21 UTC (rev 346566)
@@ -0,0 +1,38 @@
+diff -rupN dotnet-coreclr.orig/build-packages.sh 
dotnet-coreclr/build-packages.sh
+--- dotnet-coreclr.orig/build-packages.sh  2018-06-21 11:53:45.890536633 
+0200
 dotnet-coreclr/build-packages.sh   2018-06-21 11:57:34.508917604 +0200
+@@ -24,6 +24,9 @@ initHostDistroRid()
+ if [[ $ID == "alpine" ]]; then
+ __HostDistroRid="linux-musl-$__Arch"
+ fi
++if [[ $ID == "arch" ]]; then
++__HostDistroRid="arch-$__Arch"
++fi
+ elif [ -e /etc/redhat-release ]; then
+ local redhatRelease=$(

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

2018-06-27 Thread Maxime Gauduin via arch-commits
Date: Wednesday, June 27, 2018 @ 18:15:04
  Author: alucryd
Revision: 346558

upgpkg: dotnet-core 2.1.1-1

Modified:
  dotnet-core/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-27 18:13:03 UTC (rev 346557)
+++ PKGBUILD2018-06-27 18:15:04 UTC (rev 346558)
@@ -126,7 +126,7 @@
 }
 
 package_dotnet-sdk() {
-  pkgver=${_pkgver_sdk}
+  pkgver=2.1.301
   pkgdesc='The .NET Core SDK'
   depends=('dotnet-runtime')
   provides=('dotnet-sdk-2.1')


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

2018-06-27 Thread Maxime Gauduin via arch-commits
Date: Wednesday, June 27, 2018 @ 18:13:03
  Author: alucryd
Revision: 346557

upgpkg: dotnet-core 2.1.1-1

Modified:
  dotnet-core/trunk/PKGBUILD

--+
 PKGBUILD |  115 +++--
 1 file changed, 104 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-27 16:59:15 UTC (rev 346556)
+++ PKGBUILD2018-06-27 18:13:03 UTC (rev 346557)
@@ -1,37 +1,116 @@
 # $Id$
 # Maintainer: Maxime Gauduin 
 # Contributor: Max Liebkies 
-# Contributor: Florian Maunier 
 
 pkgbase=dotnet-core
-pkgname=('dotnet-host' 'dotnet-runtime' 'aspnet-runtime')
-pkgver=2.1.0
-pkgrel=3
+pkgname=('dotnet-host' 'dotnet-runtime' 'aspnet-runtime' 'dotnet-sdk')
+pkgver=2.1.1
+_pkgver_sdk=2.1.301
+pkgrel=1
 arch=('x86_64')
 url='https://www.microsoft.com/net/core'
 license=('MIT')
+makedepends=(
+  'clang' 'cmake' 'curl' 'git' 'icu' 'krb5' 'libunwind' 'lldb' 'llvm'
+  'lttng-ust' 'openssl-1.0' 'zlib'
+)
 options=('staticlibs')
-source=('https://download.microsoft.com/download/9/1/7/917308D9-6C92-4DA5-B4B1-B4A19451E2D2/aspnetcore-runtime-2.1.0-linux-x64.tar.gz')
-sha256sums=('1f75c6d98cf729f74dfbeb5a36207567912e0e61e9bac0bf0f72046fa7a81d4b')
+_commit='1dd84aaa2e44f1694ce0e681f96b6cd4e79f48ff'
+source=(
+  
"dotnet-source-build::git+https://github.com/dotnet/source-build.git#commit=${_commit};
+  
'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'
+  
'dotnet-clicommandlineparser::git+https://github.com/dotnet/clicommandlineparser.git'
+  'dotnet-common::git+https://github.com/aspnet/common.git'
+  'dotnet-core-setup::git+https://github.com/dotnet/core-setup.git'
+  'dotnet-coreclr::git+https://github.com/dotnet/coreclr.git'
+  'dotnet-corefx::git+https://github.com/dotnet/corefx.git'
+  'dotnet-fsharp::git+https://github.com/Microsoft/VisualFSharp.git'
+  'dotnet-msbuild::git+https://github.com/Microsoft/msbuild.git'
+  'dotnet-newtonsoft-json::git+https://github.com/JamesNK/Newtonsoft.Json.git'
+  'dotnet-nuget-client::git+https://github.com/NuGet/NuGet.Client.git'
+  'dotnet-roslyn::git+https://github.com/dotnet/roslyn.git'
+  'dotnet-roslyn-tools::git+https://github.com/dotnet/roslyn-tools.git'
+  'dotnet-sdk::git+https://github.com/dotnet/sdk.git'
+  'dotnet-standard::git+https://github.com/dotnet/standard.git'
+  'dotnet-templating::git+https://github.com/dotnet/templating.git'
+  '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'
+  'dotnet-coreclr-rid.patch'
+)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'e92ca4f35996e5793f611b1c9714134321328a00fc754bb32d8120052c0eb9c3'
+'2c4fc48151e5319d57c8761091709070a17da91eddc2de8a26bc32c60679bfee')
 
+prepare() {
+  cd dotnet-source-build
+
+  for submodule in 
src/{application-insights,cli,cli-migrate,clicommandlineparser,common,core-setup,coreclr,corefx,fsharp,msbuild,newtonsoft-json,nuget-client,roslyn,roslyn-tools,sdk,standard,templating,vstest,websdk,xliff-tasks};
 do
+git submodule init ${submodule}
+git config submodule.${submodule}.url ../dotnet-${submodule#src/}
+git submodule update
+  done
+
+  cd src/coreclr
+
+  patch -Np1 -i "${srcdir}"/dotnet-coreclr-rid.patch
+}
+
+build() {
+  cd dotnet-source-build
+
+  export PKG_CONFIG_PATH='/usr/lib/openssl-1.0/pkgconfig'
+  export SOURCE_BUILD_SKIP_SUBMODULE_CHECK=1
+
+  ./build.sh
+}
+
 package_dotnet-host() {
   pkgdesc='A generic driver for the .NET Core Command Line Interface'
 
+  cd dotnet-source-build/bin/x64/Release
+
   install -dm 755 
"${pkgdir}"/{opt/dotnet,usr/bin,usr/share/licenses/dotnet-host}
-  cp -dr --no-preserve='ownership' dotnet host "${pkgdir}"/opt/dotnet/
-  install -m 644 *.txt -t "${pkgdir}"/usr/share/licenses/dotnet-host/
+  tar -C "${pkgdir}"/opt/dotnet -xf dotnet-sdk-${_pkgver_sdk}-linux-x64.tar.gz 
./dotnet ./host
+  tar -C "${pkgdir}"/usr/share/licenses/dotnet-host -xf 
dotnet-sdk-${_pkgver_sdk}-linux-x64.tar.gz ./LICENSE.txt ./ThirdPartyNotices.txt
   ln -s /opt/dotnet/dotnet "${pkgdir}"/usr/bin/
 }
 
 package_dotnet-runtime() {
   pkgdesc='The .NET Core runtime'
-  depends=('dotnet-host' 'icu' 'krb5' 'lttng-ust' 

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

2018-06-12 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 12, 2018 @ 11:17:12
  Author: alucryd
Revision: 342456

FS#58806: dotnet-core 2.1.0-3

Modified:
  dotnet-core/trunk/PKGBUILD

--+
 PKGBUILD |   24 ++--
 1 file changed, 18 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-12 11:10:29 UTC (rev 342455)
+++ PKGBUILD2018-06-12 11:17:12 UTC (rev 342456)
@@ -1,17 +1,18 @@
 # $Id$
 # Maintainer: Maxime Gauduin 
 # Contributor: Max Liebkies 
+# Contributor: Florian Maunier 
 
 pkgbase=dotnet-core
-pkgname=('dotnet-host' 'dotnet-runtime')
+pkgname=('dotnet-host' 'dotnet-runtime' 'aspnet-runtime')
 pkgver=2.1.0
-pkgrel=1
+pkgrel=3
 arch=('x86_64')
 url='https://www.microsoft.com/net/core'
 license=('MIT')
 options=('staticlibs')
-source=('https://download.microsoft.com/download/9/1/7/917308D9-6C92-4DA5-B4B1-B4A19451E2D2/dotnet-runtime-2.1.0-linux-x64.tar.gz')
-sha256sums=('fee8973feb7f964a20be8ed7ff8e277d343b7a9ee032af2f4deb90913e58f638')
+source=('https://download.microsoft.com/download/9/1/7/917308D9-6C92-4DA5-B4B1-B4A19451E2D2/aspnetcore-runtime-2.1.0-linux-x64.tar.gz')
+sha256sums=('1f75c6d98cf729f74dfbeb5a36207567912e0e61e9bac0bf0f72046fa7a81d4b')
 
 package_dotnet-host() {
   pkgdesc='A generic driver for the .NET Core Command Line Interface'
@@ -29,9 +30,20 @@
   provides=('dotnet-runtime-2.1')
   conflicts=('dotnet-runtime-2.1')
 
-  install -dm 755 "${pkgdir}"/{opt/dotnet,usr/share/licenses}
-  cp -dr --no-preserve='ownership' shared "${pkgdir}"/opt/dotnet/
+  install -dm 755 "${pkgdir}"/{opt/dotnet/shared,usr/share/licenses}
+  cp -dr --no-preserve='ownership' shared/Microsoft.NETCore.App 
"${pkgdir}"/opt/dotnet/shared/
   ln -s dotnet-host "${pkgdir}"/usr/share/licenses/dotnet-runtime
 }
 
+package_aspnet-runtime() {
+  pkgdesc='The ASP.NET Core runtime'
+  depends=('dotnet-runtime')
+  provides=('aspnet-runtime-2.1')
+  conflicts=('aspnet-runtime-2.1')
+
+  install -dm 755 "${pkgdir}"/{opt/dotnet/shared,usr/share/licenses}
+  cp -dr --no-preserve='ownership' shared/Microsoft.AspNetCore.{All,App} 
"${pkgdir}"/opt/dotnet/shared/
+  ln -s dotnet-host "${pkgdir}"/usr/share/licenses/aspnet-runtime
+}
+
 # vim: ts=2 sw=2 et:


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

2018-05-31 Thread Maxime Gauduin via arch-commits
Date: Thursday, May 31, 2018 @ 12:12:07
  Author: alucryd
Revision: 334804

upgpkg: dotnet-core 2.1.0-1

Modified:
  dotnet-core/trunk/PKGBUILD

--+
 PKGBUILD |   15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-31 11:59:52 UTC (rev 334803)
+++ PKGBUILD2018-05-31 12:12:07 UTC (rev 334804)
@@ -4,15 +4,14 @@
 
 pkgbase=dotnet-core
 pkgname=('dotnet-host' 'dotnet-runtime')
-pkgver=2.0.7
+pkgver=2.1.0
 pkgrel=1
 arch=('x86_64')
 url='https://www.microsoft.com/net/core'
 license=('MIT')
-depends=('gcc-libs' 'glibc')
 options=('staticlibs')
-source=('https://download.microsoft.com/download/A/9/F/A9F8872C-48B2-41DB-8AAD-D5908D988592/dotnet-runtime-2.0.7-linux-x64.tar.gz')
-sha256sums=('680ea40a1fafb7a6f93897df70077b64f0081b7d9b0f1358f5897ffd949d6b71')
+source=('https://download.microsoft.com/download/9/1/7/917308D9-6C92-4DA5-B4B1-B4A19451E2D2/dotnet-runtime-2.1.0-linux-x64.tar.gz')
+sha256sums=('fee8973feb7f964a20be8ed7ff8e277d343b7a9ee032af2f4deb90913e58f638')
 
 package_dotnet-host() {
   pkgdesc='A generic driver for the .NET Core Command Line Interface'
@@ -25,10 +24,10 @@
 
 package_dotnet-runtime() {
   pkgdesc='The .NET Core runtime'
-  depends+=('dotnet-host' 'icu' 'krb5' 'libunwind'  'lldb' 'lttng-ust' 
'openssl-1.0' 'zlib'
-'libcurl.so' 'libuuid.so')
-  provides=('dotnet-runtime-2.0')
-  conflicts=('dotnet-runtime-2.0')
+  depends=('dotnet-host' 'icu' 'krb5' 'lttng-ust' 'openssl-1.0' 'zlib'
+   'libcurl.so')
+  provides=('dotnet-runtime-2.1')
+  conflicts=('dotnet-runtime-2.1')
 
   install -dm 755 "${pkgdir}"/{opt/dotnet,usr/share/licenses}
   cp -dr --no-preserve='ownership' shared "${pkgdir}"/opt/dotnet/


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

2018-04-26 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 26, 2018 @ 08:06:20
  Author: alucryd
Revision: 318136

upgpkg: dotnet-core 2.0.7-1

Modified:
  dotnet-core/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-26 07:44:23 UTC (rev 318135)
+++ PKGBUILD2018-04-26 08:06:20 UTC (rev 318136)
@@ -4,7 +4,7 @@
 
 pkgbase=dotnet-core
 pkgname=('dotnet-host' 'dotnet-runtime')
-pkgver=2.0.6
+pkgver=2.0.7
 pkgrel=1
 arch=('x86_64')
 url='https://www.microsoft.com/net/core'
@@ -11,8 +11,8 @@
 license=('MIT')
 depends=('gcc-libs' 'glibc')
 options=('staticlibs')
-source=('https://download.microsoft.com/download/8/D/A/8DA04DA7-565B-4372-BBCE-D44C7809A467/dotnet-runtime-2.0.6-linux-x64.tar.gz')
-sha256sums=('0eeb894d6e17ac0fc036997ba11ddf6665da5161e2e898788220e1945fa9bf11')
+source=('https://download.microsoft.com/download/A/9/F/A9F8872C-48B2-41DB-8AAD-D5908D988592/dotnet-runtime-2.0.7-linux-x64.tar.gz')
+sha256sums=('680ea40a1fafb7a6f93897df70077b64f0081b7d9b0f1358f5897ffd949d6b71')
 
 package_dotnet-host() {
   pkgdesc='A generic driver for the .NET Core Command Line Interface'


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

2018-03-15 Thread Maxime Gauduin via arch-commits
Date: Thursday, March 15, 2018 @ 09:46:53
  Author: alucryd
Revision: 308407

upgpkg: dotnet-core 2.0.6-1

Modified:
  dotnet-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-15 09:37:44 UTC (rev 308406)
+++ PKGBUILD2018-03-15 09:46:53 UTC (rev 308407)
@@ -1,10 +1,10 @@
 # $Id$
 # Maintainer: Maxime Gauduin 
-# Maintainer: Max Liebkies 
+# Contributor: Max Liebkies 
 
 pkgbase=dotnet-core
 pkgname=('dotnet-host' 'dotnet-runtime')
-pkgver=2.0.5
+pkgver=2.0.6
 pkgrel=1
 arch=('x86_64')
 url='https://www.microsoft.com/net/core'
@@ -11,8 +11,8 @@
 license=('MIT')
 depends=('gcc-libs' 'glibc')
 options=('staticlibs')
-source=('https://download.microsoft.com/download/1/1/0/11046135-4207-40D3-A795-13ECEA741B32/dotnet-runtime-2.0.5-linux-x64.tar.gz')
-sha256sums=('d55dbf65dcf3cc07b228915b04600bc1e2f5b46303cf9c8912c181898b95d8cf')
+source=('https://download.microsoft.com/download/8/D/A/8DA04DA7-565B-4372-BBCE-D44C7809A467/dotnet-runtime-2.0.6-linux-x64.tar.gz')
+sha256sums=('0eeb894d6e17ac0fc036997ba11ddf6665da5161e2e898788220e1945fa9bf11')
 
 package_dotnet-host() {
   pkgdesc='A generic driver for the .NET Core Command Line Interface'


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

2018-01-09 Thread Maxime Gauduin via arch-commits
Date: Tuesday, January 9, 2018 @ 20:15:46
  Author: alucryd
Revision: 280760

upgpkg: dotnet-core 2.0.5-1

Modified:
  dotnet-core/trunk/PKGBUILD

--+
 PKGBUILD |   10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 20:13:14 UTC (rev 280759)
+++ PKGBUILD2018-01-09 20:15:46 UTC (rev 280760)
@@ -4,7 +4,7 @@
 
 pkgbase=dotnet-core
 pkgname=('dotnet-host' 'dotnet-runtime')
-pkgver=2.0.4
+pkgver=2.0.5
 pkgrel=1
 arch=('x86_64')
 url='https://www.microsoft.com/net/core'
@@ -11,14 +11,13 @@
 license=('MIT')
 depends=('gcc-libs' 'glibc')
 options=('staticlibs')
-source=("https://download.microsoft.com/download/2/B/2/2B2854E7-7EAE-4FE9-85D2-19ACCD716F18/dotnet-runtime-${pkgver}-linux-x64.tar.gz;)
-sha256sums=('9c0080bd82ea26a5721fa063885c5675071af9741693e90efeb8eea8c70ac6bc')
+source=('https://download.microsoft.com/download/1/1/0/11046135-4207-40D3-A795-13ECEA741B32/dotnet-runtime-2.0.5-linux-x64.tar.gz')
+sha256sums=('d55dbf65dcf3cc07b228915b04600bc1e2f5b46303cf9c8912c181898b95d8cf')
 
 package_dotnet-host() {
   pkgdesc='A generic driver for the .NET Core Command Line Interface'
 
   install -dm 755 
"${pkgdir}"/{opt/dotnet,usr/bin,usr/share/licenses/dotnet-host}
-
   cp -dr --no-preserve='ownership' dotnet host "${pkgdir}"/opt/dotnet/
   install -m 644 *.txt -t "${pkgdir}"/usr/share/licenses/dotnet-host/
   ln -s /opt/dotnet/dotnet "${pkgdir}"/usr/bin/
@@ -32,9 +31,8 @@
   conflicts=('dotnet-runtime-2.0')
 
   install -dm 755 "${pkgdir}"/{opt/dotnet,usr/share/licenses}
-
   cp -dr --no-preserve='ownership' shared "${pkgdir}"/opt/dotnet/
   ln -s dotnet-host "${pkgdir}"/usr/share/licenses/dotnet-runtime
 }
 
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:


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

2017-12-13 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 13, 2017 @ 22:41:59
  Author: alucryd
Revision: 274314

upgpkg: dotnet-core 2.0.4-1

Modified:
  dotnet-core/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-13 22:40:28 UTC (rev 274313)
+++ PKGBUILD2017-12-13 22:41:59 UTC (rev 274314)
@@ -4,7 +4,7 @@
 
 pkgbase=dotnet-core
 pkgname=('dotnet-host' 'dotnet-runtime')
-pkgver=2.0.3
+pkgver=2.0.4
 pkgrel=1
 arch=('x86_64')
 url='https://www.microsoft.com/net/core'
@@ -11,8 +11,8 @@
 license=('MIT')
 depends=('gcc-libs' 'glibc')
 options=('staticlibs')
-source=("https://download.microsoft.com/download/5/C/1/5C190037-632B-443D-842D-39085F02E1E8/dotnet-runtime-${pkgver}-linux-x64.tar.gz;)
-sha256sums=('9ddd682ab6ecaf1f1fc88fd4bc5a4b4203fb9c75f4d627319904dd771781d8ca')
+source=("https://download.microsoft.com/download/2/B/2/2B2854E7-7EAE-4FE9-85D2-19ACCD716F18/dotnet-runtime-${pkgver}-linux-x64.tar.gz;)
+sha256sums=('9c0080bd82ea26a5721fa063885c5675071af9741693e90efeb8eea8c70ac6bc')
 
 package_dotnet-host() {
   pkgdesc='A generic driver for the .NET Core Command Line Interface'


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

2017-11-25 Thread Maxime Gauduin via arch-commits
Date: Saturday, November 25, 2017 @ 16:47:21
  Author: alucryd
Revision: 268452

upgpkg: dotnet-core 2.0.3-1

Modified:
  dotnet-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-25 15:44:17 UTC (rev 268451)
+++ PKGBUILD2017-11-25 16:47:21 UTC (rev 268452)
@@ -4,15 +4,15 @@
 
 pkgbase=dotnet-core
 pkgname=('dotnet-host' 'dotnet-runtime')
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.0.3
+pkgrel=1
 arch=('x86_64')
 url='https://www.microsoft.com/net/core'
 license=('MIT')
 depends=('gcc-libs' 'glibc')
 options=('staticlibs')
-source=("https://download.microsoft.com/download/5/F/0/5F0362BD-7D0A-4A9D-9BF9-022C6B15B04D/dotnet-runtime-${pkgver}-linux-x64.tar.gz;)
-sha256sums=('69ecad24bce4f2132e0db616b49e2c35487d13e3c379dabc3ec860662467b714')
+source=("https://download.microsoft.com/download/5/C/1/5C190037-632B-443D-842D-39085F02E1E8/dotnet-runtime-${pkgver}-linux-x64.tar.gz;)
+sha256sums=('9ddd682ab6ecaf1f1fc88fd4bc5a4b4203fb9c75f4d627319904dd771781d8ca')
 
 package_dotnet-host() {
   pkgdesc='A generic driver for the .NET Core Command Line Interface'


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

2017-11-07 Thread Maxime Gauduin
Date: Tuesday, November 7, 2017 @ 20:22:58
  Author: alucryd
Revision: 265694

upgpkg: dotnet-core 2.0.0-2

Modified:
  dotnet-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-07 20:17:05 UTC (rev 265693)
+++ PKGBUILD2017-11-07 20:22:58 UTC (rev 265694)
@@ -5,7 +5,7 @@
 pkgbase=dotnet-core
 pkgname=('dotnet-host' 'dotnet-runtime')
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.microsoft.com/net/core'
 license=('MIT')
@@ -26,7 +26,7 @@
 
 package_dotnet-runtime() {
   pkgdesc='The .NET Core runtime'
-  depends+=('dotnet-host' 'krb5' 'libunwind'  'lldb' 'lttng-ust' 'openssl-1.0' 
'zlib'
+  depends+=('dotnet-host' 'icu' 'krb5' 'libunwind'  'lldb' 'lttng-ust' 
'openssl-1.0' 'zlib'
 'libcurl.so' 'libuuid.so')
   provides=('dotnet-runtime-2.0')
   conflicts=('dotnet-runtime-2.0')