Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
dotnet-core-8.0
Commits:
d0fe65df by Maxime Gauduin at 2025-01-26T12:56:41+01:00
fix license dirs
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -8,7 +8,7 @@ pkgbase = dotnet-core-8.0
makedepends = clang18
makedepends = cmake
makedepends = dotnet-sdk-8.0
- makedepends = dotnet-source-built-artifacts
+ makedepends = dotnet-source-built-artifacts-8.0
makedepends = git
makedepends = icu
makedepends = krb5
=====================================
PKGBUILD
=====================================
@@ -22,7 +22,7 @@ makedepends=(
clang18
cmake
dotnet-sdk-8.0
- dotnet-source-built-artifacts
+ dotnet-source-built-artifacts-8.0
git
icu
krb5
@@ -54,7 +54,7 @@ prepare() {
git remote set-url origin https://github.com/dotnet/dotnet.git
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/')
+ local _previousver=$(pacman -Q dotnet-source-built-artifacts-8.0 | sed -r
's/.*([0-9]+\.[0-9]+)\.[0-9]+\.sdk([0-9]+)-.*/\1.\2/')
if [[ $_bootstrapver == $_previousver ]]; then
cp -r /usr/share/dotnet .dotnet
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dotnet-core-8.0/-/commit/d0fe65dffd5a8ac6717a318519eaa5798a3467f0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dotnet-core-8.0/-/commit/d0fe65dffd5a8ac6717a318519eaa5798a3467f0
You're receiving this email because of your account on gitlab.archlinux.org.