summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2019-03-24 15:41:12 -0400
committergraysky2019-03-24 15:41:12 -0400
commit120c7565f3a628d7a84dedb02a230ed29b313a08 (patch)
tree76a5d33c283db85591cc2951bca456be6de961ce
parent4581b9c3df5e35ed5f4f1040be2ecb2fc35a2fdd (diff)
downloadaur-120c7565f3a628d7a84dedb02a230ed29b313a08.tar.gz
Update to 72b53f8-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 8 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6b04e6af27d..51540d638272 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Mar 6 22:20:26 UTC 2019
+# Sun Mar 24 19:41:12 UTC 2019
pkgbase = rtl8192du-git
pkgdesc = Kernel module for Realtek RTL8192DU USB wireless devices.
- pkgver = d5056bd
- pkgrel = 4
+ pkgver = 72b53f8
+ pkgrel = 1
url = https://github.com/lwfinger/rtl8192du
arch = x86_64
license = GPL
@@ -12,9 +12,7 @@ pkgbase = rtl8192du-git
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 79de3dfff04f..09d0e58ca7a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=rtl8192du-git
_pkgname=rtl8192du
-pkgver=d5056bd
-pkgrel=4
+pkgver=72b53f8
+pkgrel=1
pkgdesc="Kernel module for Realtek RTL8192DU USB wireless devices."
arch=('x86_64')
url="https://github.com/lwfinger/rtl8192du"
@@ -11,10 +11,9 @@ license=('GPL')
_extramodules="extramodules-ARCH"
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')
+source=("git://github.com/lwfinger/$_pkgname.git")
+
+sha256sums=('SKIP')
_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
@@ -33,8 +32,6 @@ 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() {