Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
dotnet-core


Commits:
31a59a1f by Maxime Gauduin at 2024-02-27T20:51:51+01:00
upgpkg: 8.0.2.sdk102-1

- - - - -
ab6d1939 by Maxime Gauduin at 2024-03-01T14:02:20+01:00
upgpkg: 8.0.2.sdk102-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,5 +1,5 @@
 pkgbase = dotnet-core
-       pkgver = 8.0.1.sdk101
+       pkgver = 8.0.2.sdk102
        pkgrel = 1
        url = https://www.microsoft.com/net/core
        arch = x86_64
@@ -26,7 +26,7 @@ pkgbase = dotnet-core
        optdepends = bash-completion: Bash completion support
        options = !lto
        options = staticlibs
-       source = 
git+https://github.com/dotnet/dotnet.git#tag=b27976e5a6850466ee5b4ce24f91ee93bef645f7
+       source = 
git+https://github.com/dotnet/dotnet.git#tag=d396b0c4d3e51c2d8d679b2f7233912bc5bfc2fa
        b2sums = SKIP
 
 pkgname = dotnet-host


=====================================
PKGBUILD
=====================================
@@ -14,7 +14,7 @@ pkgname=(
  aspnet-targeting-pack
  dotnet-source-built-artifacts
 )
-pkgver=8.0.1.sdk101
+pkgver=8.0.2.sdk102
 pkgrel=1
 arch=(x86_64)
 url=https://www.microsoft.com/net/core
@@ -45,7 +45,7 @@ options=(
   !lto
   staticlibs
 )
-_tag=b27976e5a6850466ee5b4ce24f91ee93bef645f7
+_tag=d396b0c4d3e51c2d8d679b2f7233912bc5bfc2fa
 source=(git+https://github.com/dotnet/dotnet.git#tag=${_tag})
 b2sums=(SKIP)
 
@@ -58,11 +58,11 @@ prepare() {
   local _bootstrapver=$(xmllint --xpath 
"//*[local-name()='PrivateSourceBuiltArtifactsPackageVersion']/text()" 
src/installer/eng/Versions.props)
   local _previousver=$(pacman -Q dotnet-source-built-artifacts | sed -r 
's/.*([0-9]+\.[0-9]+)\.[0-9]+\.sdk([0-9]+)-.*/\1.\2/')
 
-#  if [[ $_bootstrapver == $_previousver ]]; then
+  if [[ $_bootstrapver == $_previousver ]]; then
     cp -r /usr/share/dotnet .dotnet
     ln -sf 
/usr/share/dotnet/source-built-artifacts/Private.SourceBuilt.Artifacts.*.tar.gz 
prereqs/packages/archive/
     ln -sf 
/usr/share/dotnet/source-built-artifacts/Private.SourceBuilt.Prebuilts.*.tar.gz 
prereqs/packages/archive/
-#  fi
+  fi
   ./prep.sh
 }
 
@@ -118,7 +118,7 @@ package_dotnet-host() {
   )
   optdepends=('bash-completion: Bash completion support')
 
-  install -dm 755 
"${pkgdir}"/{usr/{bin,lib,share/{dotnet,licenses/dotnet-host}}}
+  install -dm 755 "${pkgdir}"/usr/{bin,lib,share/{dotnet,licenses/dotnet-host}}
   bsdtar -xf 
dotnet/artifacts/x64/Release/dotnet-sdk-${pkgver%.*.sdk*}.${pkgver#*sdk}-arch-x64.tar.gz
 -C "${pkgdir}"/usr/share/dotnet/ --no-same-owner dotnet host
   bsdtar -xf 
dotnet/artifacts/x64/Release/dotnet-sdk-${pkgver%.*.sdk*}.${pkgver#*sdk}-arch-x64.tar.gz
 -C "${pkgdir}"/usr/share/licenses/dotnet-host/ --no-same-owner LICENSE.txt 
ThirdPartyNotices.txt
   ln -s /usr/share/dotnet/dotnet "${pkgdir}"/usr/bin/dotnet



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dotnet-core/-/compare/0adecc76ad982b6ad35b3aaf353d79407ff9d19e...ab6d1939d73e1a6e687dfdab3f4200c923f6fce3

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dotnet-core/-/compare/0adecc76ad982b6ad35b3aaf353d79407ff9d19e...ab6d1939d73e1a6e687dfdab3f4200c923f6fce3
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to