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 =================================================================== --- PKGBUILD 2020-02-20 09:49:28 UTC (rev 577034) +++ PKGBUILD 2020-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 9999-Fix-versionless-RID-computation.patch 9999-Add-arch-RIDs.patch )
