@Gr3q this has been out of date a little while now and is missing a security patch. For myself, I updated the .SRCINFO and PKGBUILD files. Reading the wiki and searching around I do not offhand see a way to propose an update (e.g., a pull request). Is there a way I can give you a patch to review so folks can update without manually editing files?
Search Criteria
Package Details: aspnet-targeting-pack-bin 9.0.4.sdk203-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dotnet-core-bin.git (read-only, click to copy) |
---|---|
Package Base: | dotnet-core-bin |
Description: | The ASP.NET Core targeting pack (binary) |
Upstream URL: | https://www.microsoft.com/net/core |
Keywords: | .net dotnet microsoft |
Licenses: | MIT |
Conflicts: | aspnet-targeting-pack, aspnet-targeting-pack-9.0 |
Provides: | aspnet-targeting-pack, aspnet-targeting-pack-9.0 |
Submitter: | Gr3q |
Maintainer: | Gr3q |
Last Packager: | Gr3q |
Votes: | 47 |
Popularity: | 0.39 |
First Submitted: | 2019-10-02 17:13 (UTC) |
Last Updated: | 2025-04-17 07:37 (UTC) |
Dependencies (1)
Required by (10)
- dotnet-sdk-6.0-bin (optional)
- dotnet-sdk-7.0-bin (optional)
- dotnet-sdk-8.0-bin (optional)
- dotnet-sdk-bin
- iceshrimp.net (requires aspnet-targeting-pack) (make)
- iceshrimp.net-git (requires aspnet-targeting-pack) (make)
- iceshrimp.net-pre (requires aspnet-targeting-pack) (make)
Sources (4)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 12 Next › Last »
natep commented on 2024-03-05 01:03 (UTC) (edited on 2024-03-05 01:12 (UTC) by natep)
Gr3q commented on 2024-01-20 13:53 (UTC)
@narcher pamac probably doesn't support split packages properly, like this one. It also has multiple other problems but they are irrelevant in this case.
Try a different AUR helper to see if they work for you.
linux-aarhus commented on 2024-01-12 09:14 (UTC)
@narcher This specific PKGBUILD cannot be build using pamac - I don't know why - it is how is.
Manjaro specific build instruction
git clone https://aur.archlinux.org/pkgbase/dotnet-core-bin
cd dotnet-core-bin
makepkg -i
narcher commented on 2023-09-09 15:54 (UTC)
@Gr3q I cleared the build cache and have tried to 'explicitly' install netstandard-targeting-pack-bin, but it always fails with that 'Failed to generate netstandard-targeting-pack-bin information' error.
As for trying another AUR helper, I wouldn't know where to start as I use the built in "Add Remove software" tool in Manjaro and pamac on the command line occasionally.
Gr3q commented on 2023-09-05 08:22 (UTC)
@narcher as always I recommend clearing your build cache, or just install netstandard-targeting-pack-bin or netstandard-targeting-pack explicitly.
Or try another AUR helper.
narcher commented on 2023-09-04 15:10 (UTC) (edited on 2023-09-04 15:11 (UTC) by narcher)
For the the last few weeks I have been unable to get this update installed. I'm using Manjaro, not Arch, if that is relevent. The output looks like this:
Preparing...
Synchronizing package databases...
Refreshing AUR...
Warning: dotnet-targeting-pack-6.0-bin: ignoring package upgrade (6.0.16.sdk408-1 => 6.0.20.sdk412-1)
Cloning dotnet-core-bin build files...
Generating netstandard-targeting-pack-bin information...
Failed to prepare transaction:
Failed to generate netstandard-targeting-pack-bin information
Kicker0429 commented on 2023-07-14 03:44 (UTC) (edited on 2023-07-14 03:53 (UTC) by Kicker0429)
.NET 7.0.9 is now available at https://github.com/dotnet/sdk/releases/tag/v7.0.306 or https://download.visualstudio.microsoft.com/download/pr/0be7a87e-3a3f-4500-8301-49ccd6f24887/e9e36f35dbaf6625fec3e18f5c2b613f/dotnet-sdk-7.0.306-linux-x64.tar.gz in case you feel like updating the PKGBUILD.
jongeduard commented on 2023-07-09 12:53 (UTC) (edited on 2023-07-09 12:54 (UTC) by jongeduard)
Hi! Is there any news? See the comment by Kicker0429.
Thanks anyway!
Kicker0429 commented on 2023-07-05 02:17 (UTC)
Is there an issue with dotnet 7.0.8? I noticed that the packages have not been updated in several weeks.
Aryma commented on 2023-05-16 01:03 (UTC)
this is dont runtime only this sdk same as https://aur.archlinux.org/packages/dotnet-sdk-bin
can you make runtime non SDK package please
Pinned Comments
Gr3q commented on 2019-10-05 07:28 (UTC) (edited on 2021-02-13 09:06 (UTC) by Gr3q)
IMPORTANT INSTALLATION INFO (a reminder for myself as well):
For dotnet to work you need to EXPLICITLY install:
If you keep the install order in mind and you don't rely on pacman to resolve your dependencies you will be fine.
Longer explanation:
Every dotnet-sdk is dependent on a specific version of dotnet-runtime, this is built into dotnet.
Technically you only need the latest dotnet-sdk because it can build to any earlier versions.