summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzappaboy2024-04-29 20:45:46 +0200
committerzappaboy2024-04-29 20:45:46 +0200
commite6f6196f8528103dbcbb552c89e00cf16e49b020 (patch)
treead0465d87a776f543271f6fe82f467c881c03183 /PKGBUILD
parent94e08e63ccf614e6ebc2f265ecb8bd9ef2715cdd (diff)
downloadaur-domo-git.tar.gz
Updated to python pyproject.toml
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 11e20aabc706..8a56ea3eab8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,18 +9,13 @@ arch=('i686' 'x86_64')
url="https://github.com/ZappaBoy/domo"
source=("git+https://github.com/ZappaBoy/domo")
sha256sums=('SKIP')
-
license=('GPL')
depends=(
"python"
'python-setuptools'
- "python-certifi"
- "python-charset-normalizer"
- "python-colorama"
- "python-idna"
- "python-pycryptodome"
+ 'python-cryptography'
"python-requests"
- "python-urllib3")
+ "python-tinytuya")
makedepends=('git' 'python-installer' 'python-build' 'python-wheel')
provides=("domo")