summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Klester2022-12-21 22:12:53 +0600
committerDenis Klester2022-12-21 22:12:53 +0600
commit3fbbd26e0b397d571c6219bd0107b5be8632dfc1 (patch)
treed0f86c18ac02c1b50a20e8cb0d4f8d8f5b0c8a4a
parent73d35b2301e385f057cb891648b49fe3158dde34 (diff)
downloadaur-3fbbd26e0b397d571c6219bd0107b5be8632dfc1.tar.gz
important change
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9b0e0e54e6c..2e22385601e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = rtl8723bu-dkms-git
pkgdesc = Driver for RTL8723BU DKMS version
- pkgver = r1.d56f63e
+ pkgver = r2.73d35b2
pkgrel = 1
- url = https://github.com/lwfinger/rtl8723bu
+ url = https://github.com/dini/rtl8723bu
install = rtl8723bu-dkms-git.install
arch = any
license = GPL
@@ -12,7 +12,7 @@ pkgbase = rtl8723bu-dkms-git
depends = linux-headers
provides = rtl8723bu
conflicts = rtl8723bu
- source = rtl8723bu::git+https://github.com/lwfinger/rtl8723bu.git
+ source = rtl8723bu::git+https://github.com/dini/rtl8723bu.git
source = blacklist-rtl8723bu.conf
source = dkms.conf
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e634edda2aa5..050d913fc932 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Denis Klester <dinisoft@gmail.com>
_pkgname=rtl8723bu
pkgname=${_pkgname}-dkms-git
-pkgver=r1.d56f63e
+pkgver=r2.73d35b2
pkgrel=1
pkgdesc="Driver for RTL8723BU DKMS version"
-url="https://github.com/lwfinger/${_pkgname}"
+url="https://github.com/dini/${_pkgname}"
provides=("${_pkgname}")
conflicts=("${_pkgname}")
arch=('any')