summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonstantin Shurukhin2023-09-03 09:46:48 +0300
committerKonstantin Shurukhin2023-09-03 09:46:48 +0300
commite8f493138df1c5b9f023abb247f921b58b5b0e9f (patch)
treeda87556d8682176d39b226f0bcd4794ac09075b7 /PKGBUILD
parentc34d9efb159906036a863437496f3d1e048eb5c2 (diff)
downloadaur-e8f493138df1c5b9f023abb247f921b58b5b0e9f.tar.gz
remove linux and linux-headers dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f1ff00d479b..52d4fa1c1f54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Konstantin Shurukhin <kshurukhin (at)gmail(dot)com>
pkgname=rtw89bt-dkms-git
-pkgver=5.15.0.r20.gab17452
+pkgver=5.15.0.r30.g6ff07d1
pkgrel=1
-pkgdesc="Out-of-kernel driver for Realtek BT devices found in rtw89 devices (8852AE, RTW8852BE, RTW8852CE)"
+pkgdesc="Out-of-kernel driver for Realtek BT devices found in rtw89 devices (8852AE, RTW8852BE, RTW8852CE). Kernel >= 5.15.0"
arch=('i686' 'x86_64')
url="https://github.com/lwfinger/rtw89-BT"
license=('GPL2')
-depends=('dkms' 'linux>=5.15.0' 'linux-headers>=5.15.0')
+depends=('dkms')
makedepends=('git')
conflicts=("${pkgname}")
source=("git+https://github.com/lwfinger/rtw89-BT.git")