Remove v in version number

Signed-off-by: Lorenzo Fontana <lo@linux.com>
This commit is contained in:
Lorenzo Fontana
2018-08-07 16:48:37 +02:00
parent 0aa54bea8a
commit 88e611879a
2 changed files with 4 additions and 4 deletions

View File

@@ -1,13 +1,13 @@
pkgbase = coredns-bin pkgbase = coredns-bin
pkgdesc = CoreDNS is a DNS server that chains plugins (official binary version) pkgdesc = CoreDNS is a DNS server that chains plugins (official binary version)
pkgver = v1.2.0 pkgver = 1.2.0
pkgrel = 1 pkgrel = 1
url = https://github.com/coredns/coredns url = https://github.com/coredns/coredns
arch = x86_64 arch = x86_64
license = Apache license = Apache
provides = coredns provides = coredns
conflicts = coredns conflicts = coredns
source = coredns_x64_v1.2.0.tar.gz::https://github.com/coredns/coredns/releases/download/v1.2.0/coredns_1.2.0_linux_amd64.tgz source = coredns_x64_1.2.0.tar.gz::https://github.com/coredns/coredns/releases/download/v1.2.0/coredns_1.2.0_linux_amd64.tgz
source = https://raw.githubusercontent.com/coredns/deployment/39c9f7ed7640f86fa0fb6ba06a88e9afa830b306/systemd/coredns.service source = https://raw.githubusercontent.com/coredns/deployment/39c9f7ed7640f86fa0fb6ba06a88e9afa830b306/systemd/coredns.service
source = https://raw.githubusercontent.com/coredns/deployment/39c9f7ed7640f86fa0fb6ba06a88e9afa830b306/systemd/coredns-sysusers.conf source = https://raw.githubusercontent.com/coredns/deployment/39c9f7ed7640f86fa0fb6ba06a88e9afa830b306/systemd/coredns-sysusers.conf
sha256sums = ba5bc542f2652774ee9f8b5ac6486a469db351031c50fa5a0aa5d33390f7a60a sha256sums = ba5bc542f2652774ee9f8b5ac6486a469db351031c50fa5a0aa5d33390f7a60a

View File

@@ -1,6 +1,6 @@
# Maintainer: Lorenzo Fontana <lo@linux.com> # Maintainer: Lorenzo Fontana <lo@linux.com>
pkgname=coredns-bin pkgname=coredns-bin
pkgver=v1.2.0 pkgver=1.2.0
pkgrel=1 pkgrel=1
pkgdesc="CoreDNS is a DNS server that chains plugins (official binary version)" pkgdesc="CoreDNS is a DNS server that chains plugins (official binary version)"
arch=('x86_64') arch=('x86_64')
@@ -8,7 +8,7 @@ conflicts=('coredns')
url="https://github.com/coredns/coredns" url="https://github.com/coredns/coredns"
license=('Apache') license=('Apache')
provides=('coredns') provides=('coredns')
source=(coredns_x64_${pkgver}.tar.gz::https://github.com/coredns/coredns/releases/download/${pkgver}/coredns_${pkgver//v/}_linux_amd64.tgz source=(coredns_x64_${pkgver}.tar.gz::https://github.com/coredns/coredns/releases/download/v${pkgver}/coredns_${pkgver}_linux_amd64.tgz
https://raw.githubusercontent.com/coredns/deployment/39c9f7ed7640f86fa0fb6ba06a88e9afa830b306/systemd/coredns.service https://raw.githubusercontent.com/coredns/deployment/39c9f7ed7640f86fa0fb6ba06a88e9afa830b306/systemd/coredns.service
https://raw.githubusercontent.com/coredns/deployment/39c9f7ed7640f86fa0fb6ba06a88e9afa830b306/systemd/coredns-sysusers.conf) https://raw.githubusercontent.com/coredns/deployment/39c9f7ed7640f86fa0fb6ba06a88e9afa830b306/systemd/coredns-sysusers.conf)