rtl88x2bu-openhd-dkms-git: rename driver

This commit is contained in:
Rihards Skuja 2024-01-03 21:03:02 +02:00
parent e2079d875c
commit e9468a13f0
Signed by: rhssk
GPG Key ID: BABE7EB1F38C7EF6
2 changed files with 8 additions and 8 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
pkgdesc = Realtek RTL88x2BU WiFi USB driver (with OpenHD patches)
pkgver = 5.13.1.r214.g7a54b83
pkgrel = 2
url = https://github.com/OpenHD/rtl88x2bu
arch = any
license = GPL2

View File

@ -1,11 +1,11 @@
# 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
pkgdesc='Realtek RTL88x2BU WiFi USB Driver for Linux (with OpenHD patches)'
pkgrel=2
pkgdesc='Realtek RTL88x2BU WiFi USB driver (with OpenHD patches)'
arch=(any)
url='https://github.com/OpenHD/rtl88x2bu'
license=(GPL2)
@ -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() {