summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Zhang2019-12-06 22:39:28 +0800
committerBruce Zhang2019-12-06 22:39:28 +0800
commitefc3d7bfdcd03b21713acbdeea07091ed15ab658 (patch)
tree012c582c43a9f241d191e1e730d11a53c159802c
parenta8a3d9721fc5862d6cd172b508cc90cb14f567af (diff)
downloadaur-efc3d7bfdcd03b21713acbdeea07091ed15ab658.tar.gz
upgpkg: rtl88x2ce-dkms 5.7.3_35403-3
update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3bcc93003db6..f54c66854402 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rtl88x2ce-dkms
pkgdesc = Realtek RTL88x2CE Driver (DKMS)
pkgver = 5.7.3_35403
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/alanfox2000/realtek-linux/blob/master/RTL8822CE
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 00dc698bc431..e6124fc52692 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _name=rtl88x2ce
pkgver=5.7.3_35403
_allver="${pkgver}_COEX20190531-0e0e.20191028"
_dver="${pkgver}.20191028_COEX20190531-0e0e"
-pkgrel=2
+pkgrel=3
pkgdesc="Realtek RTL88x2CE Driver (DKMS)"
arch=('x86_64' 'i686')
url="https://github.com/alanfox2000/realtek-linux/blob/master/RTL8822CE"
@@ -27,16 +27,16 @@ prepare() {
cd "$srcdir/RTL8822CE_WiFi_linux_v$_allver/driver/rtl88x2CE_WiFi_linux_v$_dver"
# Enable WOWLAN
- sed -i 's/^CONFIG_WOWLAN/CONFIG_WOWLAN = y/' Makefile
+ sed -i '/CONFIG_WOWLAN/c\CONFIG_WOWLAN = y/' Makefile
# Enable wifi monitor
- sed -i 's/^CONFIG_WIFI_MONITOR/CONFIG_WIFI_MONITOR = y/' Makefile
+ sed -i '/CONFIG_WIFI_MONITOR/c\CONFIG_WIFI_MONITOR = y/' Makefile
# Enable WAPI
- sed -i 's/^CONFIG_WAPI_SUPPORT/CONFIG_WAPI_SUPPORT = y/' Makefile
+ sed -i '/CONFIG_WAPI_SUPPORT/c\CONFIG_WAPI_SUPPORT = y/' Makefile
# Disable debug
- sed -i 's/^CONFIG_RTW_DEBUG/CONFIG_RTW_DEBUG = n/' Makefile
+ sed -i '/CONFIG_RTW_DEBUG/c\CONFIG_RTW_DEBUG = n/' Makefile
}
package() {