summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorClaudia Pellegrino2024-04-28 15:15:27 +0200
committerClaudia Pellegrino2024-04-28 15:19:50 +0200
commitb9a8413eb1423c8c799645672421259ef446f5d0 (patch)
tree3539b92ba20cc5971a13d5ca5f212dc4f9725845 /.SRCINFO
parentdfc4dd3b02ae3aaa79d37c6a208d7133dc342ba9 (diff)
downloadaur-b9a8413eb1423c8c799645672421259ef446f5d0.tar.gz
Use PEP 517 for building
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO7
1 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 257aed338edb..2007d3dd315c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,14 @@
pkgbase = python-qhue
pkgdesc = A very lightweight Python wrapper to the Philips Hue API
pkgver = 2.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/quentinsf/qhue
arch = any
- license = GPL2
+ license = GPL-2.0-only
+ makedepends = python-build
+ makedepends = python-installer
makedepends = python-setuptools
+ makedepends = python-wheel
depends = python
depends = python-requests
depends = python-requests-oauthlib