Search Criteria
Package Details: avaloniailspy v7.2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/avaloniailspy.git (read-only, click to copy) |
---|---|
Package Base: | avaloniailspy |
Description: | Avalonia-based .NET Decompiler (port of ILSpy) |
Upstream URL: | https://github.com/icsharpcode/AvaloniaILSpy |
Licenses: | MIT, LGPLv2.1, Ms-PL |
Provides: | avaloniailspy |
Submitter: | necklace |
Maintainer: | necklace |
Last Packager: | necklace |
Votes: | 10 |
Popularity: | 0.005304 |
First Submitted: | 2020-01-20 12:09 (UTC) |
Last Updated: | 2023-06-01 06:07 (UTC) |
Dependencies (5)
- dotnet-runtime (dotnet-runtime-2.2, dotnet-runtime-3.0, dotnet-runtime-2.1, dotnet-runtime-5.0-bin, dotnet-runtime-bin, dotnet-runtime-6.0-bin, dotnet-runtime-preview-bin)
- dotnet-sdk (dotnet-sdk-2.2, dotnet-sdk-2.2-vs2017, dotnet-sdk-3.0, dotnet-sdk-2.1, dotnet-sdk-5.0-bin, dotnet-sdk-6.0.110-bin, dotnet-sdk-bin, dotnet-sdk-6.0-bin, dotnet-sdk-preview-bin) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- libicns (make)
- mono (mono48, mono-visualstudio, mono5, mono-nightly, mono-alpha, mono-git) (make)
Latest Comments
1 2 3 Next › Last »
xiota commented on 2023-09-18 12:39 (UTC) (edited on 2023-09-19 22:04 (UTC) by xiota)
More issues to fix:
LGPLv2.1
inlicense
array should beLGPL2.1
to match/usr/share/licenses/common
provides
should be removed because all packages provides themselves.$srcdir
, variables in general, should be guarded by quotes because it can contain spacesVersion=v5.0
in.desktop
file does not conform to spec.PKGBUILD
lacks ending newline, causes problems with some clean chroot build scripts.xiota commented on 2023-09-18 09:54 (UTC) (edited on 2023-09-18 11:57 (UTC) by xiota)
The
v
prefix comes from tags in the upstream git repository, so the instructions from the VCS package guidelines apply.The version is also missing the "rc" designation.
xiota commented on 2023-09-18 07:57 (UTC)
Version shouldn't have
v
prefix. Please update to remove it.Note: No need to add epoch because
[0-9]
>v[0-9]
.necklace commented on 2023-06-01 06:06 (UTC)
@Nekoseri So I tried building in a clean chroot, you need mono to build the package but not to run it, so I'm moving mono to makedepends.
Nekoseri commented on 2023-05-31 19:43 (UTC)
@developomp no it shouldn't? I just -Rdd'd it, and everything still works flawlessly. Mono is bloat.
developomp commented on 2022-04-28 02:39 (UTC)
mono
should be added to the dependencies.Severus commented on 2022-03-04 15:04 (UTC)
The build script refers to artifacts directory, not Release directory. The PKGBUILD needs updating.
Severus commented on 2022-03-04 09:07 (UTC)
I cannot build with new release the error here: cp: cannot stat '/home/user/.cache/yay/avaloniailspy/src/AvaloniaILSpy/Release/': No such file or directory
1 2 3 Next › Last »