We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02866ca commit b1cb638Copy full SHA for b1cb638
.SRCINFO
@@ -10,6 +10,8 @@ pkgbase = rtl8821ce-dkms-git
10
makedepends = linux-headers
11
makedepends = bc
12
depends = dkms
13
+ depends = linux-headers
14
+ depends = bc
15
conflicts = rtl8821ce
16
source = git+https://github.com/tomaspinho/rtl8821ce.git
17
sha256sums = SKIP
PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="rtl8821CE driver with firmware"
8
arch=('i686' 'x86_64')
9
url="https://github.com/tomaspinho/rtl8821ce"
license=('GPL2')
-depends=('dkms')
+depends=('dkms' 'bc' 'linux-headers')
makedepends=('git' 'bc' 'linux-headers')
conflicts=("${_pkgbase}")
source=("git+https://github.com/tomaspinho/rtl8821ce.git")
0 commit comments