summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThor772019-02-08 13:08:15 +0100
committerThor772019-02-08 13:08:15 +0100
commit2f49632eeb324dc8a0e2f0991ea385e044d8d6a8 (patch)
tree9eea27a13b67b41617bda58358ec80eb3aae3c9e
parentdea0a487966a80eb99087ca41a3f7d5c54b9da7e (diff)
downloadaur-2f49632eeb324dc8a0e2f0991ea385e044d8d6a8.tar.gz
Add conflict with acme-dns
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5baf06427c8d..e784d1c88419 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = acme-dns-bin
pkgdesc = Limited DNS server with RESTful HTTP API to handle ACME DNS challenges easily and securely
pkgver = 0.7.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/joohoi/acme-dns
install = acme-dns.install
arch = x86_64
arch = i686
license = MIT
+ conflicts = acme-dns
options = !strip
options = !emptydirs
source = acme-dns.custom.service
diff --git a/PKGBUILD b/PKGBUILD
index cb3da4fc5162..0f2076e9cc8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,14 @@
pkgname=acme-dns-bin
_pkgname=acme-dns
pkgver=0.7.2
-pkgrel=1
+pkgrel=2
pkgdesc="Limited DNS server with RESTful HTTP API to handle ACME DNS challenges easily and securely"
arch=('x86_64' 'i686')
url="https://github.com/joohoi/acme-dns"
license=('MIT')
options=('!strip' '!emptydirs')
install=acme-dns.install
+conflicts=('acme-dns')
source=('acme-dns.custom.service' 'acme-dns.sysusers' 'acme-dns.tmpfiles')
source_x86_64=("https://github.com/joohoi/acme-dns/releases/download/v$pkgver/acme-dns_${pkgver}_linux_amd64.tar.gz")