summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dbd90dacb58d..41cb32bd5570 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ pkgdesc="Configuration tool for SteelSeries per-key RGB keyboards on MSI laptops
arch=(any)
url="https://github.com/Askannz/msi-perkeyrgb"1
license=(MIT)
-depends=('python' 'hidapi')
+depends=('python'
+ 'hidapi')
makedepends=(python-setuptools)
source=("msi-perkeyrgb::git+https://github.com/Askannz/msi-perkeyrgb.git#branch=master")
sha256sums=('SKIP')