Search Criteria
Package Details: powershell 7.5.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/powershell.git (read-only, click to copy) |
---|---|
Package Base: | powershell |
Description: | A cross-platform automation and configuration tool/framework |
Upstream URL: | https://microsoft.com/PowerShell |
Keywords: | automation dotnet microsoft net powershell script scripting shell |
Licenses: | MIT |
Submitter: | jsteel |
Maintainer: | yataro |
Last Packager: | yataro |
Votes: | 84 |
Popularity: | 0.133930 |
First Submitted: | 2016-11-26 22:16 (UTC) |
Last Updated: | 2025-01-31 11:17 (UTC) |
Dependencies (7)
- dotnet-runtime-9.0 (dotnet-runtime-preview-binAUR, dotnet-runtime-binAUR, dotnet-runtime)
- dotnet-sdk-9.0 (dotnet-sdk-preview-binAUR, dotnet-sdk-binAUR, dotnet-sdk) (make)
- git (git-gitAUR, git-glAUR) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
- inetutils (inetutils-gitAUR, busybox-coreutilsAUR) (check)
- iputils (busybox-coreutilsAUR, iputils-gitAUR) (check)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR) (check)
Latest Comments
1 2 3 4 5 6 .. 21 Next › Last »
yataro commented on 2025-01-31 11:18 (UTC)
After updating to 7.5.0 some more failing tests popped up. I can't handle it at the moment. If someone wants to step-in, your patch will be appreciated
cozzos84 commented on 2025-01-23 13:13 (UTC) (edited on 2025-01-23 13:15 (UTC) by cozzos84)
@yataro
Thanks! it works!!! :) Thank you for your patience and kindness!!
yataro commented on 2025-01-23 13:00 (UTC) (edited on 2025-01-23 13:01 (UTC) by yataro)
You can skip tests with
makepkg --nocheck
, they are optional. The log you provided doesn't include the test failed (and these warning are expected), it should be marked with[-]
cozzos84 commented on 2025-01-23 12:32 (UTC)
Thanks @yataro
Making exit with error:
I suppose this error:
But is not important...i wait
dotnet-sdk
package upgrade in Manjaro repo!yataro commented on 2025-01-23 11:36 (UTC)
Try with this patch
cozzos84 commented on 2025-01-23 11:31 (UTC)
@yataro No change after
pacman -Syu
:(Yes, my distro is Manjaro.
yataro commented on 2025-01-23 11:20 (UTC)
Is your package database outdated or do you use some derivative distro (not Arch Linux)? Try to run
pacman -Syu
firstcozzos84 commented on 2025-01-23 07:46 (UTC) (edited on 2025-01-23 07:46 (UTC) by cozzos84)
@yataro
You need to update dotnet-sdk, it is 8.0.11.sdk111 in repos
How can I force the 8.0.11.sdk111-1? When I install powershell it automatically takes me the 8.0.11.sdk110 :(
yataro commented on 2025-01-23 06:57 (UTC)
Thank you, this is indeed educating, I will keep this in mind for my future PKGBUILDs
patlefort commented on 2025-01-23 06:43 (UTC)
prepare() and build() can be run separately with 2 invocation of makepkg. I have good reasons to do so in
pat-aur
. For example, I have to run prepare() before I can run pkgver() and get an updated version so I can check if a rebuild is needed. I would rather not have to run prepare() twice.1 2 3 4 5 6 .. 21 Next › Last »