small fixes

This commit is contained in:
Funami
2022-01-13 16:53:48 +01:00
parent f2d4997340
commit 2279e2a10b
3 changed files with 18 additions and 11 deletions

View File

@@ -1,17 +1,20 @@
pkgbase = coredns-bin
pkgdesc = A DNS server that chains plugins (official binary version)
pkgdesc = A DNS server that chains plugins
pkgver = 1.8.6
pkgrel = 1
pkgrel = 2
url = https://github.com/coredns/coredns
arch = x86_64
arch = aarch64
license = Apache
provides = coredns
conflicts = coredns
source = coredns_x64_1.8.6.tar.gz::https://github.com/coredns/coredns/releases/download/v1.8.6/coredns_1.8.6_linux_amd64.tgz
source = coredns.service
source = coredns-sysusers.conf
sha256sums = b97ce1a3ca01a0f5687dbc825ed4d8fd3ec14ed71b3abe0bc8b9bcc4cc4d337b
sha256sums = 030cd8e938c293c11a9acdb09b138f98b37874772072336792ec4bf0d9eff9b1
sha256sums = 536d03f8b20b0d2d6e8f96edd7e4e4dd7f6fef39ab0e952522d8725f3cc186b7
sha256sums = e3cc35967f12c8bca2961f4d98413958649072492fe37052249a8cbcd2313ed1
source_x86_64 = coredns_1.8.6.tar.gz::https://github.com/coredns/coredns/releases/download/v1.8.6/coredns_1.8.6_linux_amd64.tgz
sha256sums_x86_64 = b97ce1a3ca01a0f5687dbc825ed4d8fd3ec14ed71b3abe0bc8b9bcc4cc4d337b
source_aarch64 = coredns_1.8.6.tar.gz::https://github.com/coredns/coredns/releases/download/v1.8.6/coredns_1.8.6_linux_arm64.tgz
sha256sums_aarch64 = e6e4667c237e3355c3a611c1dc59e3fc83a49c23d1034a8c1bb14a0aebf8410e
pkgname = coredns-bin

View File

@@ -1,19 +1,23 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
# Maintainer: Funami
# Contributor: Lorenzo Fontana <lo@linux.com>
# Contributor: Simon Legner <Simon.Legner@gmail.com>
# Contributor: Tristan Hill
pkgname=coredns-bin
pkgver=1.8.6
pkgrel=1
pkgdesc="A DNS server that chains plugins (official binary version)"
pkgrel=2
pkgdesc="A DNS server that chains plugins"
arch=('x86_64' 'aarch64')
conflicts=('coredns')
url="https://github.com/coredns/coredns"
license=('Apache')
provides=('coredns')
conflicts=('coredns')
source=(coredns.service
coredns-sysusers.conf)
source_x86_64=(coredns_${pkgver}.tar.gz::https://github.com/coredns/coredns/releases/download/v${pkgver}/coredns_${pkgver}_linux_amd64.tgz)
source_aarch64=(coredns_${pkgver}.tar.gz::https://github.com/coredns/coredns/releases/download/v${pkgver}/coredns_${pkgver}_linux_arm64.tgz)
sha256sums=('030cd8e938c293c11a9acdb09b138f98b37874772072336792ec4bf0d9eff9b1'
'536d03f8b20b0d2d6e8f96edd7e4e4dd7f6fef39ab0e952522d8725f3cc186b7')
'e3cc35967f12c8bca2961f4d98413958649072492fe37052249a8cbcd2313ed1')
sha256sums_x86_64=('b97ce1a3ca01a0f5687dbc825ed4d8fd3ec14ed71b3abe0bc8b9bcc4cc4d337b')
sha256sums_aarch64=('e6e4667c237e3355c3a611c1dc59e3fc83a49c23d1034a8c1bb14a0aebf8410e')

View File

@@ -1 +1 @@
u coredns - "CoreDNS is a DNS server that chains plugins "
u coredns - "CoreDNS is a DNS server that chains plugins"