summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Lange2018-09-09 21:30:10 +0800
committerRobin Lange2018-09-09 21:30:10 +0800
commitce831d92272fd923bcdb061f62b40af2119dc988 (patch)
tree07ebfacdd7cf2f0173b59ec554c8d6fe40b05f7b
parentfa76bc06b18db1e763f82368ae6da210a3a4da28 (diff)
downloadaur-ce831d92272fd923bcdb061f62b40af2119dc988.tar.gz
Fixed PKGBUILD typo
-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')