Search Criteria
Package Details: cdecrypt-git r32.0ca58c6-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/cdecrypt-git.git (read-only, click to copy) |
|---|---|
| Package Base: | cdecrypt-git |
| Description: | A utility that decrypts Wii U NUS content files. |
| Upstream URL: | https://github.com/VitaSmith/cdecrypt |
| Licenses: | GPL |
| Submitter: | dvcky |
| Maintainer: | HurricanePootis |
| Last Packager: | HurricanePootis |
| Votes: | 2 |
| Popularity: | 0.000515 |
| First Submitted: | 2021-11-09 19:27 (UTC) |
| Last Updated: | 2026-05-24 07:54 (UTC) |
Latest Comments
HurricanePootis commented on 2026-05-24 07:53 (UTC)
Thank you so much!
dvcky commented on 2026-05-23 21:17 (UTC)
Hi HurricanePootis, thanks for the suggestions! I realize now that I also missed the message from abouvier forever ago - sorry about that. This was the first and only package I made on the AUR, and at the time I was using Arch. Now I am using a different distribution, so I have not kept an eye on this package. To not inconvenience you further, I have pushed up your changes myself - hopefully they are to your liking :) I have also disowned the package so that someone more active can maintain it.
HurricanePootis commented on 2026-05-22 05:34 (UTC)
Hello I am the maintainer of
cdecrypt. This package could do with the following changes:arch=('x86_64'). This package has a binarylicense()toGPL-3.0-or-laterto be SPDX compliantprovides=("${pkgname::-4}")andconflicts=("${pkgname::-4}")since this is a-gitpackage.depends=('glibc'). This package relies on the C library.makedepends()tomakedepends=('git').makeis included in thebase-develpackage, which is required to even havemakepkgin the first place.pkgver()function. Crazy that this package doesn't have thatprepare()function to modify the Makefile to allow passing environmental$CFLAGSand$LDFLAGSinto the build system.build()function to pass those flags.installcommand, do notmv.abouvier commented on 2024-01-26 04:18 (UTC)
arch=('any')is not correct for a package containing a binary.