summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrainDamage2023-01-23 09:47:39 +0100
committerBrainDamage2023-01-23 09:47:39 +0100
commit30f4ea9700f4e37e90b6d3df8f93e33ecc2e3697 (patch)
tree4355a4c8ae97aff5cd38a285829eb4ee09b491d4 /PKGBUILD
parent71b23d8b298ee82921218af18f800d45d29828a5 (diff)
downloadaur-30f4ea9700f4e37e90b6d3df8f93e33ecc2e3697.tar.gz
move the installation to a virtual env so it's fully self contained in a single path, out of tree from the config
enable rust python cryptography compilation move cache path to system's cache added python-wheen to deps to build several packages added rust to deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 828935b3f442..8957e88d3ec5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=home-assistant-service-pip
_serviceName=hass
pkgdesc='Self installing package of Home Assistant using pip'
-pkgver=5
+pkgver=6
pkgrel=1
arch=('any')
url='https://home-assistant.io/'
@@ -32,16 +32,16 @@ depends=(
python-sqlalchemy
python-voluptuous
python-voluptuous-serialize
+ python-wheel
python-yaml
python-yarl
python-zeroconf
python
+ rust
)
optdepends=(
'net-tools: Nmap host discovery'
'openzwave: Z-Wave integration'
- 'python-dtlssocket: Ikea Tradfri integration'
- 'python-lxml: Meteo France integration'
)
source=("${_serviceName}.service" "${_serviceName}-update.service" "${_serviceName}.sysusers" "${_serviceName}.tmpfiles" "${_serviceName}.env")
sha256sums=('548860a0b1eac13c062afb286f4a971f27a9a41d10d9923d5486dc99d76cc5d7'