aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMeissnerEffect2017-12-26 09:23:51 +0200
committerMeissnerEffect2017-12-26 09:23:51 +0200
commit445055168f93e966d3af99f9c24e5b324e799145 (patch)
tree9bb3aa9021ad86ec8c10b0f213b8050a7ba563e9
parent8f1dba7ba4369f3033a84ffe3b4f7e232f365c0e (diff)
downloadaur-445055168f93e966d3af99f9c24e5b324e799145.tar.gz
switch off debug messages to reduce clutter in dmesg
-rw-r--r--PKGBUILD16
1 files changed, 5 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aab5e51d2740..e1ede0f5522a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,19 @@
-# Maintainer: Andreas Manthey <abamanthey@gmail.com>
+# Maintainer: William Grunow <william.grunow93@gmail.com>
+# Contributer: Andreas Manthey <abamanthey@gmail.com>
pkgname=rtl8822bu-dkms-git
_pkgbase=rtl8822bu
pkgver=1.0.0.9_p1.1
pkgrel=2
pkgdesc="Kernel module for Edimax EW7822ULC USB3 and Asus AC53 Nano USB 802.11ac adapter."
-url="https://github.com/jeremyb31/rtl8822bu"
+url="https://github.com/MeissnerEffect/rtl8822bu"
license=("GPL")
arch=('armv7h' 'x86_64')
makedepends=('git')
depends=('dkms')
-source=('git+https://github.com/jeremyb31/rtl8822bu.git'
- '001-fix-compile-against-kernel-4.12.patch'
- '002-fix-compile-against-kernel-4.14.patch'
+source=('git+https://github.com/MeissnerEffect/rtl8822bu.git'
'dkms.conf'
)
sha256sums=('SKIP'
- 'c42a9c930ec7f5286b74a57c216bd15004d6342bc8167085748465324436e7c6'
- 'eb82499677179afc9f375b9a5d7f5c9b3e0539cfb50f7c186b2bf73db7ccd4ed'
'470b74a26d924adbe721b47617f806b8a571b6f4ec06c5e079653da8915f4d89'
)
install="${pkgname}.install"
@@ -24,10 +21,7 @@ prepare() {
sed -e "s/@PKGNAME@/${_pkgbase}/" \
-e "s/@PKGVER@/${pkgver}/" \
-i "${srcdir}/dkms.conf"
- (cd ${srcdir}/${_pkgbase} \
- && patch -p1 -i ${srcdir}/001-fix-compile-against-kernel-4.12.patch \
- && patch -p1 -i ${srcdir}/002-fix-compile-against-kernel-4.14.patch \
- )
+ (cd ${srcdir}/${_pkgbase} )
}
package() {
install -D "${srcdir}/dkms.conf" "${pkgdir}/usr/src/${_pkgbase}-${pkgver}/dkms.conf"