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

Maxime Gauduin alucryd at gemini.archlinux.org
Fri Nov 12 21:01:47 UTC 2021


    Date: Friday, November 12, 2021 @ 21:01:47
  Author: alucryd
Revision: 1044836

upgpkg: dotnet-core-3.1 3.1.20.sdk120-1

Modified:
  dotnet-core-3.1/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-12 20:59:35 UTC (rev 1044835)
+++ PKGBUILD	2021-11-12 21:01:47 UTC (rev 1044836)
@@ -11,7 +11,7 @@
  dotnet-targeting-pack-3.1
  aspnet-targeting-pack-3.1
 )
-pkgver=3.1.17.sdk117
+pkgver=3.1.20.sdk120
 pkgrel=1
 arch=(x86_64)
 url=https://www.microsoft.com/net/core
@@ -31,7 +31,7 @@
   libxml2
   lldb
   llvm
-  lttng-ust
+  lttng-ust2.12
   nodejs
   openssl
   systemd
@@ -38,7 +38,7 @@
   zlib
 )
 options=(staticlibs)
-_tag=6e438c30c8db69f7e9b26e4e47a87a7ff90d80cf
+_tag=61c1106e21baad31a946238a4aa2b27fde415c97
 source=(
   dotnet-source-build::git+https://github.com/dotnet/source-build.git#tag=${_tag}
   dotnet-source-build-coreclr-tools-path.patch
@@ -69,7 +69,7 @@
 pkgver() {
   cd dotnet-source-build
 
-  if [[ $(git describe --tags) != v3.1.*-runtime ]]; then
+  if [[ $(git describe --tags) != v3.1.*-runtime && $(git describe --tags) != v3.1.*-SDK ]]; then
     exit 1
   fi
 
@@ -108,7 +108,7 @@
     zlib
   )
 
-  optdepends=('lttng-ust: CoreCLR tracing')
+  optdepends=('lttng-ust2.12: CoreCLR tracing')
 
   cd dotnet-source-build/artifacts/x64/Release
 



More information about the arch-commits mailing list