summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonstantin Shurukhin2022-11-05 18:25:03 +0300
committerKonstantin Shurukhin2022-11-05 18:25:03 +0300
commitc34d9efb159906036a863437496f3d1e048eb5c2 (patch)
tree1e0d323a28b5a7a78247e900909887c78195eea5 /PKGBUILD
parentad3fe74927da686c219a901faa010cc3704185cf (diff)
downloadaur-c34d9efb159906036a863437496f3d1e048eb5c2.tar.gz
remove 'bc' dependancy and bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 942d58bdfce7..3f1ff00d479b 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.r18.g7a6abee
+pkgver=5.15.0.r20.gab17452
pkgrel=1
pkgdesc="Out-of-kernel driver for Realtek BT devices found in rtw89 devices (8852AE, RTW8852BE, RTW8852CE)"
arch=('i686' 'x86_64')
url="https://github.com/lwfinger/rtw89-BT"
license=('GPL2')
-depends=('dkms' 'bc' 'linux>=5.15.0' 'linux-headers>=5.15.0')
+depends=('dkms' 'linux>=5.15.0' 'linux-headers>=5.15.0')
makedepends=('git')
conflicts=("${pkgname}")
source=("git+https://github.com/lwfinger/rtw89-BT.git")