Search Criteria
Package Details: miniflux 2.0.28-1
Git Clone URL: | https://aur.archlinux.org/miniflux.git (read-only, click to copy) |
---|---|
Package Base: | miniflux |
Description: | Minimalist Feed Reader |
Upstream URL: | https://miniflux.app |
Licenses: | |
Conflicts: | |
Submitter: | lightdark |
Maintainer: | thor77 |
Last Packager: | thor77 |
Votes: | 10 |
Popularity: | 0.35 |
First Submitted: | 2018-07-14 22:34 |
Last Updated: | 2021-02-16 16:55 |
Dependencies (3)
- git (git-git) (make)
- go (go-tip, go-git, go-go2go-git, gcc-go-git, gcc-go) (make)
- postgresql (pipelinedb, agensgraph-git, postgresql-1c, postgresql-10, postgresql-src-beta, postgresql-9.5, postgresql-9.4, postgresql-src, postgresql-11, postgresql-lts, postgresql-12, postgresql-9.6) (optional) – unless the database is on another machine, this machine needs it
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
lightdark commented on 2020-02-20 02:58
FYI -- I am not always able to update this package immediately because I'm often busy, so, if anyone else is interested in taking over as maintainer, please let me know. In the meantime I will try to update this as soon as I notice a new release.
lightdark commented on 2019-08-07 03:24
@von Right now, miniflux only supports PostgreSQL and I feel like a majority of installations will be using it with the database on the same machine, as this is very much intended for small self-hosted installations.
That said, you're right that postgresql isn't technically required and I made it an optional dependency in the latest update.
von commented on 2019-08-06 16:04
Should it depend on postgresql? What if the database is hosted somewhere else? Maybe it should be an optional dependency?
lightdark commented on 2019-01-31 01:41
>_< It should finally be fixed now.
rEnr3n commented on 2019-01-30 08:32
Man you gotta relax. You missed
armv5
.rEnr3n commented on 2019-01-16 05:02
Your targets are still wrong :P Should be
armv7
instead ofarm7
.lightdark commented on 2019-01-16 03:42
You're completely right, @rEnr3n. I've updated to the latest version and fixed the targets.
rEnr3n commented on 2019-01-06 03:21
The make commands are incorrect. https://docs.miniflux.app/en/latest/development.html
lightdark commented on 2019-01-01 21:28
@demize I assumed that git was part of base-devel but it is not. I made the changes you requested.
@rEn3n I've added all of the ARM targets to the PKGBUILD. I have no way of testing these but in theory they should work. I also submitted a PR upstream to add a 32-bit target to the Makefile, and will add that to the PKGBUILD in the next release.
demize commented on 2018-12-30 01:09
The service should really Requires=/After=network-online.target rather than After=network.target, and also Requires=postgresql.service.
Additionally, it apparently needs git to build, so please add it to makedepends.