summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomás Pinho2019-12-22 19:23:40 +0000
committerTomás Pinho2019-12-22 19:23:40 +0000
commitb1cb638aa77f09124912431970331f4056891416 (patch)
treee9a96d1b32bb8cc57813efb698249ee790872569
parent02866cad47c6f87661ca9b05adaeb6e9fcdc1044 (diff)
downloadaur-b1cb638aa77f09124912431970331f4056891416.tar.gz
Add bc and linux-headers to dependencies as the module needs to be rebuilt on every kernel update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26e2d51f969d..7e6deb96301a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,8 @@ pkgbase = rtl8821ce-dkms-git
makedepends = linux-headers
makedepends = bc
depends = dkms
+ depends = linux-headers
+ depends = bc
conflicts = rtl8821ce
source = git+https://github.com/tomaspinho/rtl8821ce.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b9a20d0f147f..90dba20ef91f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="rtl8821CE driver with firmware"
arch=('i686' 'x86_64')
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")