rtl88x2bu-openhd-dkms-git: rename driver

This commit is contained in:
Rihards Skuja 2024-01-03 14:45:14 +02:00
parent f2a4cd51e9
commit 091486636b
Signed by: rhssk
GPG Key ID: E3BF73E10BFF4DF3
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
pkgbase = rtl88x2bu-openhd-dkms-git
pkgdesc = Realtek RTL88x2BU WiFi USB Driver for Linux (with OpenHD patches)
pkgver = 5.13.1.r210.6554258
pkgrel = 1
pkgver = 5.13.1.r214.g7a54b83
pkgrel = 2
url = https://github.com/OpenHD/rtl88x2bu
arch = any
license = GPL2

View File

@ -1,10 +1,10 @@
# Maintainer: Rihards Skuja <rihards at skuja dot eu>
pkgname=rtl88x2bu-openhd-dkms-git
_modname=88x2bu
pkgver=5.13.1.r210.6554258
_modname=88x2bu_ohd
pkgver=5.13.1.r214.g7a54b83
_pkgver=5.13.1
pkgrel=1
pkgrel=2
pkgdesc='Realtek RTL88x2BU WiFi USB Driver for Linux (with OpenHD patches)'
arch=(any)
url='https://github.com/OpenHD/rtl88x2bu'
@ -16,7 +16,7 @@ sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/rtl88x2bu"
printf '%s.r%s.%s' "${_pkgver}" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
printf '%s.r%s.g%s' "${_pkgver}" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
}
package() {