Search Criteria
Package Details: changie 1.24.0-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/changie.git (read-only, click to copy) |
|---|---|
| Package Base: | changie |
| Description: | Automated changelog tool for preparing releases with lots of customization options. |
| Upstream URL: | https://github.com/miniscruff/changie |
| Keywords: | changelog |
| Licenses: | MIT |
| Submitter: | bephinix |
| Maintainer: | bephinix |
| Last Packager: | bephinix |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-09-17 14:47 (UTC) |
| Last Updated: | 2026-03-01 21:28 (UTC) |
Latest Comments
bephinix commented on 2026-03-01 21:30 (UTC)
@Blacksmoke16 Fixed. All changie env variables are unset for the check/test section.
Blacksmoke16 commented on 2026-02-24 05:29 (UTC)
I ran into an interesting scenario resulting from https://github.com/miniscruff/changie/pull/828. I have a
CHANGIE_CUSTOM_AUTHORenv var defined, and when trying to install changie thecheck()step is failing seemingly because of it. I.e. because the test suite doesn't have a corresponding custom value configured:Maybe there's a way to exclude
CHANGIE_env vars from impacting the test suite?bephinix commented on 2022-07-29 16:55 (UTC) (edited on 2022-07-29 16:55 (UTC) by bephinix)
Thank you for your suggenstions, @lmartinez-mirror.
I have update the PKGBUILD to match the go package guidelines and list git as a make dependency.
In addition to this, go tests provided by upstream are now also executed during the test stage.
lmartinez-mirror commented on 2022-07-20 15:35 (UTC)
Hi, a couple things here:
gitin its makedepends, otherwise it won't properly handle the source.prepare()function needs to rename the source directory?I would suggest looking at the Go packaging guidelines for a general idea of how this should be written.