Skip to content

Commit b1cb638

Browse files
committed
Add bc and linux-headers to dependencies as the module needs to be rebuilt on every kernel update
1 parent 02866ca commit b1cb638

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.SRCINFO

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ pkgbase = rtl8821ce-dkms-git
1010
makedepends = linux-headers
1111
makedepends = bc
1212
depends = dkms
13+
depends = linux-headers
14+
depends = bc
1315
conflicts = rtl8821ce
1416
source = git+https://github.com/tomaspinho/rtl8821ce.git
1517
sha256sums = SKIP

PKGBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pkgdesc="rtl8821CE driver with firmware"
88
arch=('i686' 'x86_64')
99
url="https://github.com/tomaspinho/rtl8821ce"
1010
license=('GPL2')
11-
depends=('dkms')
11+
depends=('dkms' 'bc' 'linux-headers')
1212
makedepends=('git' 'bc' 'linux-headers')
1313
conflicts=("${_pkgbase}")
1414
source=("git+https://github.com/tomaspinho/rtl8821ce.git")

0 commit comments

Comments
 (0)