diff options
author | Devaev Maxim <[email protected]> | 2019-10-19 20:05:05 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-10-19 20:05:05 +0300 |
commit | d42e04b8085eae5583f54f787de833e6e92749ee (patch) | |
tree | cc92a75f38a0c5acdd50982d37c74a5d652941b1 /PKGBUILD | |
parent | 1a3ec60911dc0ddcf86bb790944e6c89332dd115 (diff) |
removed tc358743-dkms from deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -112,8 +112,7 @@ for _variant in "${_variants[@]}"; do depends=(kvmd=$pkgver-$pkgrel) if [[ $_platform =~ ^.*-hdmi$ ]]; then - depends=(\"\${depends[@]}\" \"tc358743-dkms>=0.3\") - conflicts=(tc35874-dkms) + depends=(\"\${depends[@]}\") if [ $_board == rpi4 ]; then depends=(\"\${depends[@]}\" \"linux-raspberrypi4>=4.19.71-1\") else |