summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxr19982022-11-17 20:29:23 +0100
committerMaxr19982022-11-17 20:29:23 +0100
commit21aee223fb461e6e10799b57d0e2afd66b043057 (patch)
tree550d1ae936d1f84e166162bae0db4e8044ea0d6b
parenta188f703b4d130091bab3202b96ab919e8cf14b5 (diff)
downloadaur-21aee223fb461e6e10799b57d0e2afd66b043057.tar.gz
Add home-assistant-cli to conflicts
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fecdf7ee6034..06f16a380101 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,6 +18,7 @@ pkgbase = python-homeassistant-cli
depends = python-ruamel-yaml
depends = python-aiohttp
depends = python-setuptools
+ conflicts = home-assistant-cli
source = https://files.pythonhosted.org/packages/source/h/homeassistant-cli/homeassistant-cli-0.9.4.tar.gz
sha256sums = 4e74591d6400c7b1ba93e8967d39ce00c2789523508406c6cbc8fd712ff6710e
diff --git a/PKGBUILD b/PKGBUILD
index df1c3f61aa3a..1db12880a722 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=('any')
url=https://github.com/home-assistant/home-assistant-cli
license=('Apache')
depends=('python' 'python-requests' 'python-netdisco' 'python-click' 'python-click-log' 'python-tabulate' 'python-jsonpath-ng' 'python-jinja' 'python-dateparser' 'python-regex' 'python-ruamel-yaml' 'python-aiohttp' 'python-setuptools')
+conflicts=('home-assistant-cli')
source=("https://files.pythonhosted.org/packages/source/h/homeassistant-cli/$_name-$pkgver.tar.gz")
sha256sums=("4e74591d6400c7b1ba93e8967d39ce00c2789523508406c6cbc8fd712ff6710e")