summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoraimileus2018-01-11 09:13:05 +0100
committeraimileus2018-01-11 09:13:05 +0100
commit51bc45ced8522c579aa5041d96c3b85610e5991a (patch)
treea73997e912b71267ac48e13b16a15c98c14e8e05 /PKGBUILD
parentd09035c544112f601d9e902d5f9eddb6f802d1dd (diff)
downloadaur-51bc45ced8522c579aa5041d96c3b85610e5991a.tar.gz
snapd - add snap-confine as conflict
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4bc62fc85b02..8ca5e671c527 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,7 @@ arch=('x86_64')
url="https://github.com/snapcore/snapd"
license=('GPL3')
makedepends=('git' 'go-pie' 'go-tools' 'bzr' 'libcap' 'python-docutils' 'systemd' 'xfsprogs')
+conflicts=('snap-confine')
options=('!strip' 'emptydirs')
install=snapd.install
source=("git+https://github.com/snapcore/${pkgname}.git#tag=${pkgver}")