summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSergey Kasmy2020-02-19 01:33:19 +0100
committerSergey Kasmy2020-02-19 01:33:19 +0100
commit11bc7c30fc4434f90ace23a9808f3c83044b25c8 (patch)
tree1030393e900d4033f5fef738a6935204a09635ce /PKGBUILD
parent7f8a3f7e09c925efd36c8a6b1cd9a63e0550d8c7 (diff)
downloadaur-11bc7c30fc4434f90ace23a9808f3c83044b25c8.tar.gz
Change python-setuptools from a runtime dependency to a make dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5dd1c8aa59a5..0bdc50e3bae2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
pkgname=liquidctl
pkgver=1.3.3
-pkgrel=1
+pkgrel=2
pkgdesc="Cross-platform tool and drivers for liquid coolers and other devices"
url="https://github.com/jonasmalacofilho/liquidctl"
-depends=('python' 'python-setuptools' 'python-pyusb' 'python-hidapi' 'python-docopt')
-makedepends=()
+depends=('python' 'python-pyusb' 'python-hidapi' 'python-docopt')
+makedepends=('python-setuptools')
license=('GPL3')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/l/liquidctl/liquidctl-${pkgver}.tar.gz")