Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-14 | Fix license, pkgver, dependencies | Claudia Pellegrino | |
2024-04-14 | Add nvchecker configuration | Claudia Pellegrino | |
2022-06-06 | Add missing `g` prefix to pkgver | Claudia Pellegrino | |
2022-06-05 | Fix pkgver so it uses the correct version base | Claudia Pellegrino | |
In the gwenhywfar repository, the Git tag that we want is usually not reachable from the current HEAD. That causes `git describe` to report a version base that is too old. Even worse, downstream packages that depend on gwenhywfar, such as aqbanking-git, are often failing at configuration time because they look at gwenhywfar’s pkgver, too. To work around that issue, use the following alternative sources to calculate a more precise pkgver: - Extract the version string from upstream’s configure.ac instead of `git describe`. - Use `git rev-parse` to count commits that have been made since the tag. (This assumes that an actual Git tag exists that matches the version string from configure.ac, which is usually the case.) - Use `git describe` only for the abbreviated commit hash that forms the last pkgver segment. | |||
2022-06-05 | Update .gitignore | Claudia Pellegrino | |
2022-02-27 | Fix build errors, document new maintainer | Claudia Pellegrino | |
This fixes build errors, which were caused by running `configure` and `make install` from one level too high in the directory hierarchy. See also: https://github.com/archlinux/svntogit-community/blob/packages/gwenhywfar/trunk/PKGBUILD | |||
2021-10-26 | Update .gitignore | Claudia Pellegrino | |
2019-09-26 | Remove superfluous quotes | Sebastian J. Bronner | |
2019-09-25 | Create gwenhywfar-git package | Sebastian J. Bronner | |
This was prompted by a sudden inability to connect to European banks due to PSD2 beginning 2019-09-14. PSD2 is not yet completely functional in the released version of aqbanking, which requires gwenhywfar. |