summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzebulon2017-09-14 20:50:45 +0100
committerzebulon2017-09-14 20:50:45 +0100
commit65976e327bee1a3c670a6a34b71afdc4cb536392 (patch)
tree9a553063d09526fe4f91a950e2f81287ac5295dd
parentf62e039114a0a42e1011d05f44075c46062006f6 (diff)
downloadaur-65976e327bee1a3c670a6a34b71afdc4cb536392.tar.gz
fix makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19075f0bcde8..fb20634d0b15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,9 @@ pkgbase = rtl8812au-dkms-git
arch = i686
arch = x86_64
license = GPL2
- makedepends = git,bc,linux-headers
+ makedepends = git
+ makedepends = bc
+ makedepends = linux-headers
depends = dkms
conflicts = rtl8812au
source = git+https://github.com/zebulon2/rtl8812au-driver-5.2.9.git#branch=txpower
diff --git a/PKGBUILD b/PKGBUILD
index a41dc0f6ceec..68c416ebc4b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
url="https://github.com/zebulon2/rtl8812au-driver-5.2.9/tree/txpower"
license=('GPL2')
depends=('dkms')
-makedepends=('git','bc','linux-headers')
+makedepends=('git' 'bc' 'linux-headers')
conflicts=("${_pkgbase}")
source=("git+https://github.com/zebulon2/rtl8812au-driver-5.2.9.git#branch=txpower"
'dkms.conf')