Change dependencies to match debian names.

Go >= 1.16 required.
This commit is contained in:
Roland Vet 2021-09-10 17:16:58 +02:00
parent 69415e841f
commit 6f69979933
2 changed files with 6 additions and 4 deletions

View File

@ -7,9 +7,11 @@ pkgbase = caddy
url = https://caddyserver.com
arch = x86_64
license = Apache
makedepends = go
makedepends = gcc
makedepends = libc-dev
makedepends = golang-go>=2:1.16~1
makedepends = git
depends = glibc
depends = libc-bin
backup = etc/caddy/Caddyfile
source = git+https://github.com/caddyserver/caddy#tag=v2.4.5?signed
source = caddy-dist::git+https://github.com/caddyserver/dist#commit=093d76bdd6ecacd8aeb21de3aa0c35b82a0eb064

View File

@ -15,8 +15,8 @@ pkgdesc='Fast web server with automatic HTTPS'
url='https://caddyserver.com'
arch=('x86_64')
license=('Apache')
depends=('glibc')
makedepends=('go' 'git')
depends=('libc-bin')
makedepends=('gcc' 'libc-dev' 'golang-go>=2:1.16~1' 'git')
backup=('etc/caddy/Caddyfile')
source=("git+https://github.com/caddyserver/caddy#tag=${_gitcommit}?signed"
caddy-dist::"git+https://github.com/caddyserver/dist#commit=${_distcommit}"