summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Engestrom2016-04-26 22:46:51 +0100
committerEric Engestrom2016-04-26 22:46:51 +0100
commit3ef8993750cc1dda480718f442c619d9521a8e32 (patch)
tree0098484e530d2febbaea9a9e07a06a47c84b0506 /PKGBUILD
parent7acdcad06bc7dde3317cba607dc1603fcee5cfa0 (diff)
downloadaur-3ef8993750cc1dda480718f442c619d9521a8e32.tar.gz
fix conflicts array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d766eed3cf89..6fd0c6932a96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="https://caddyserver.com"
license=('Apache')
install='caddy.install'
-conflicts=('caddy-git')
+conflicts=('caddy' 'caddy-git')
source=('caddy.service')
sha256sums=('244fa03febae623f1b10adfb6883a9573ba81747b8e535bb23101ab230ccbf95')