summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2019-03-06 17:20:26 -0500
committergraysky2019-03-06 17:20:26 -0500
commit4581b9c3df5e35ed5f4f1040be2ecb2fc35a2fdd (patch)
treeec7d3c345a22e53f2957478d746c1b6c1fcf7047
parent16b09823bc3aff540448bb640c332a682563ffda (diff)
downloadaur-4581b9c3df5e35ed5f4f1040be2ecb2fc35a2fdd.tar.gz
Update to d5056bd-4
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD14
2 files changed, 16 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61f4e4673877..a6b04e6af27d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,20 @@
# Generated by mksrcinfo v8
-# Mon Jan 14 20:18:18 UTC 2019
+# Wed Mar 6 22:20:26 UTC 2019
pkgbase = rtl8192du-git
pkgdesc = Kernel module for Realtek RTL8192DU USB wireless devices.
pkgver = d5056bd
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/lwfinger/rtl8192du
arch = x86_64
license = GPL
- makedepends = linux-headers>=4.20
+ makedepends = linux-headers>=5.0
makedepends = git
- depends = linux>=4.20
- depends = linux<4.21
+ depends = linux>=5.0
+ depends = linux<5.1
source = git://github.com/lwfinger/rtl8192du.git
+ source = 00-unfuck-build-for-linux5.0.patch::https://github.com/lwfinger/rtl8192du/pull/69/commits/ddbc81d4c1c172742e5a6f0cabdfef50cb9ba491.patch
sha256sums = SKIP
+ sha256sums = 55c30249976b7c360ba193b3e61fd1c921a87708bea9ba68a3bf5b8906e1b47d
pkgname = rtl8192du-git
diff --git a/PKGBUILD b/PKGBUILD
index f3f171db0ea8..79de3dfff04f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,18 @@
pkgname=rtl8192du-git
_pkgname=rtl8192du
pkgver=d5056bd
-pkgrel=3
+pkgrel=4
pkgdesc="Kernel module for Realtek RTL8192DU USB wireless devices."
arch=('x86_64')
url="https://github.com/lwfinger/rtl8192du"
license=('GPL')
_extramodules="extramodules-ARCH"
-depends=('linux>=4.20' 'linux<4.21')
-makedepends=('linux-headers>=4.20' 'git')
-source=("git://github.com/lwfinger/$_pkgname.git")
-sha256sums=('SKIP')
+depends=('linux>=5.0' 'linux<5.1')
+makedepends=('linux-headers>=5.0' 'git')
+source=("git://github.com/lwfinger/$_pkgname.git"
+00-unfuck-build-for-linux5.0.patch::https://github.com/lwfinger/rtl8192du/pull/69/commits/ddbc81d4c1c172742e5a6f0cabdfef50cb9ba491.patch)
+sha256sums=('SKIP'
+ '55c30249976b7c360ba193b3e61fd1c921a87708bea9ba68a3bf5b8906e1b47d')
_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
@@ -31,6 +33,8 @@ prepare() {
# 2) remove the depmod command which we do in the postinstall
sed -i -e "/^KSRC/ s,\$(KVER),$_kernver," \
-i -e '/depmod/d' Makefile
+
+ patch -Np1 -i ../00-unfuck-build-for-linux5.0.patch
}
build() {