summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbobpaul2019-09-12 20:17:36 -0500
committerbobpaul2019-09-12 20:17:36 -0500
commit248b3e0df406080e2c51998f7fe3555564f37fab (patch)
tree999824d9f68085bb31445abe4a897a4176a8e965 /PKGBUILD
parent5c05bdd06f1959865ab1096ec34096c8e3b3c3a3 (diff)
downloadaur-python-pymavlink-git.tar.gz
Both this package and the python2 version try to put files in /usr/bin/
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 48a054979655..61314f80333f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ groups=()
depends=('python-future' 'python-lxml')
makedepends=('git') # 'bzr', 'git', 'mercurial' or 'subversion'
provides=("${pkgname%-git}")
-conflicts=("${pkgname%-git}")
+conflicts=("${pkgname%-git}" "python2-pymavlink" "python2-pymavlink-git")
replaces=()
backup=()
options=()