Search Criteria
Package Details: nginx-mainline-mod-nchan 1.3.8-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/nginx-mainline-mod-nchan.git (read-only, click to copy) |
|---|---|
| Package Base: | nginx-mainline-mod-nchan |
| Description: | nchan nginx module |
| Upstream URL: | https://nchan.io/ |
| Licenses: | MIT |
| Submitter: | gdamjan |
| Maintainer: | gdamjan (slact) |
| Last Packager: | gdamjan |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2017-06-11 18:27 (UTC) |
| Last Updated: | 2026-02-15 14:36 (UTC) |
Dependencies (2)
- nginx-mainline (nginx-quic-libresslAUR)
- nginx-mainline-src (freenginx-mainline-hg-srcAUR, nginx-quic-libressl-srcAUR) (make, i686)
Latest Comments
gdamjan commented on 2019-01-13 17:45 (UTC)
I've changed it after the comment
slact commented on 2019-01-12 21:49 (UTC)
checked the PKGBUILD, it currently reads depends=("nginx-mainline=${_nginxver}")
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=nginx-mainline-mod-nchan
golodhrim commented on 2019-01-12 20:40 (UTC)
In PKGBUILD there is an error under depends. It needs to read
''' depends=("nginx-mainline=${_nginxver}") '''
and not
''' depends=("nginx-mainline==${_nginxver}") ''' would be awesome if it could be fixed.