fix: check licenses via SPDX identifiers

Fixes #16
This commit is contained in:
Colin Woodbury
2023-10-02 16:48:20 +09:00
parent 9cca4c1737
commit 00c323a77d
2 changed files with 22 additions and 4 deletions

View File

@@ -10,6 +10,10 @@
- The PKGBUILD and tarball are now output to `target/cargo-aur` to avoid
cluttering the top-level of the repo.
#### Fixed
- LICENSE file checking is now done via SPDX identifiers.
## 1.5.0 (2022-04-20)
#### Added