summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-04-14Fix license, pkgver, dependenciesClaudia Pellegrino
2024-04-14Add nvchecker configurationClaudia Pellegrino
2022-06-06Add missing `g` prefix to pkgverClaudia Pellegrino
2022-06-05Fix pkgver so it uses the correct version baseClaudia 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-05Update .gitignoreClaudia Pellegrino
2022-02-27Fix build errors, document new maintainerClaudia 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-26Update .gitignoreClaudia Pellegrino
2019-09-26Remove superfluous quotesSebastian J. Bronner
2019-09-25Create gwenhywfar-git packageSebastian 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.