Ahoj!,
many thanks for this package.
You install pre compiled binaries, so you should rename the package to
dart-sdk-dev-bin (i.e. with the -bin suffix).
To do so:
- Create a new package named
dart-sdk-dev-binwith the same build recipe as this package, - add to it
replaces=("dart-sdk-dev<=3.12.0_221.0.dev")(version should be the latest version of the wrongly named packagedart-sdk-dev), - add
"dart-sdk-dev=${pkgver}"to theprovidesarray, - submit
dart-sdk-dev-binto the AUR, - in
dart-sdk-devAUR package, submit a merge request to be merged intodart-sdk-dev-bin.
Further issues:
- License identifier needs to be SPDX compliant:
dart-sdk-dev E: custom is not a valid SPDX license identifier. See https://spdx.org/licenses/ for valid identifiers, or prefix the identifier with 'LicenseRef-', if it is custom., - license file should be installed into
/usr/share/licenses/${pkgname}/.
Regards and thanks for maintaining!
Pinned Comments