Add mailcap to dependencies
Without `/etc/mime.types` (from mailcap) or alternatively `/usr/share/mime/globs2` (created by the pacman hook of shared-mime-info), Caddy will not set a `Content-Type` header for the files it serves. See https://wiki.archlinux.org/title/Caddy#Missing_Content-Type
This commit is contained in:
1
.SRCINFO
1
.SRCINFO
@ -8,6 +8,7 @@ pkgbase = caddy
|
|||||||
makedepends = git
|
makedepends = git
|
||||||
makedepends = go
|
makedepends = go
|
||||||
depends = glibc
|
depends = glibc
|
||||||
|
depends = mailcap
|
||||||
backup = etc/caddy/Caddyfile
|
backup = etc/caddy/Caddyfile
|
||||||
source = git+https://github.com/caddyserver/caddy.git#tag=v2.10.0?signed
|
source = git+https://github.com/caddyserver/caddy.git#tag=v2.10.0?signed
|
||||||
source = caddy-dist::git+https://github.com/caddyserver/dist.git#tag=v2.10.0
|
source = caddy-dist::git+https://github.com/caddyserver/dist.git#tag=v2.10.0
|
||||||
|
Reference in New Issue
Block a user