Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
dotnet-core
Commits:
9bdeb9a0 by Maxime Gauduin at 2023-08-15T10:49:42+02:00
upgpkg: 7.0.10.sdk110-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,5 +1,5 @@
pkgbase = dotnet-core
- pkgver = 7.0.9.sdk109
+ pkgver = 7.0.10.sdk110
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 =
dotnet-installer::git+https://github.com/dotnet/installer.git#tag=3e9283a8e906761fcf9973c0007a75c0eb20baea
+ source =
dotnet-installer::git+https://github.com/dotnet/installer.git#tag=ba920f88aceb29ba2178e33e51cbe5c6963e2a4a
source =
https://github.com/dotnet/runtime/commit/31e4f404c218eae7ba999c4df5346d30f971451c.patch
source = dotnet.sh
b2sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -14,7 +14,7 @@ pkgname=(
aspnet-targeting-pack
dotnet-source-built-artifacts
)
-pkgver=7.0.9.sdk109
+pkgver=7.0.10.sdk110
pkgrel=1
arch=(x86_64)
url=https://www.microsoft.com/net/core
@@ -45,7 +45,7 @@ options=(
!lto
staticlibs
)
-_tag=3e9283a8e906761fcf9973c0007a75c0eb20baea
+_tag=ba920f88aceb29ba2178e33e51cbe5c6963e2a4a
source=(
dotnet-installer::git+https://github.com/dotnet/installer.git#tag=${_tag}
https://github.com/dotnet/runtime/commit/31e4f404c218eae7ba999c4df5346d30f971451c.patch
@@ -99,7 +99,7 @@ build() {
cd dotnet-installer
local _bootstrapver=$(xmllint --xpath
"//*[local-name()='PrivateSourceBuiltArtifactsPackageVersion']/text()"
eng/Versions.props)
- local _previousver=$(pacman -Q dotnet-source-built-artifacts-6.0 | sed -r
's/.*([0-9]\.[0-9])\.[0-9]\.sdk([0-9]+)-.*/\1.\2/')
+ local _previousver=$(pacman -Q dotnet-source-built-artifacts | sed -r
's/.*([0-9]+\.[0-9]+)\.[0-9]+\.sdk([0-9]+)-.*/\1.\2/')
./build.sh \
/p:ArcadeBuildTarball=true \
@@ -128,7 +128,7 @@ build() {
cp -r /usr/share/dotnet .
ln -sf
/usr/share/dotnet/source-built-artifacts/Private.SourceBuilt.Artifacts.*.tar.gz
packages/archive/
./build.sh \
- --with-sdk "${srcdir}"/sources/dotnet
+ --with-sdk "${srcdir}"/sources/dotnet \
-- \
/v:n \
/p:ContinueOnPrebuiltBaselineError=true \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dotnet-core/-/commit/9bdeb9a09b5a0924147efd26d74b8c0a4f88c71c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dotnet-core/-/commit/9bdeb9a09b5a0924147efd26d74b8c0a4f88c71c
You're receiving this email because of your account on gitlab.archlinux.org.