summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Shurukhin2022-11-05 18:25:03 +0300
committerKonstantin Shurukhin2022-11-05 18:25:03 +0300
commitc34d9efb159906036a863437496f3d1e048eb5c2 (patch)
tree1e0d323a28b5a7a78247e900909887c78195eea5
parentad3fe74927da686c219a901faa010cc3704185cf (diff)
downloadaur-c34d9efb159906036a863437496f3d1e048eb5c2.tar.gz
remove 'bc' dependancy and bump version
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 288adf3705d0..d8ca634ce5d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rtw89bt-dkms-git
pkgdesc = Out-of-kernel driver for Realtek BT devices found in rtw89 devices (8852AE, RTW8852BE, RTW8852CE)
- pkgver = 5.15.0.r18.g7a6abee
+ pkgver = 5.15.0.r20.gab17452
pkgrel = 1
url = https://github.com/lwfinger/rtw89-BT
arch = i686
@@ -8,7 +8,6 @@ pkgbase = rtw89bt-dkms-git
license = GPL2
makedepends = git
depends = dkms
- depends = bc
depends = linux>=5.15.0
depends = linux-headers>=5.15.0
conflicts = rtw89bt-dkms-git
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")