summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2019-05-05 09:06:59 -0400
committergraysky2019-05-05 09:06:59 -0400
commit6131ced0c8243a8cbd957dd69c4eb2396103c6fd (patch)
tree3b773e211a68a5e1417762d265933339cdaddc23
parent120c7565f3a628d7a84dedb02a230ed29b313a08 (diff)
downloadaur-6131ced0c8243a8cbd957dd69c4eb2396103c6fd.tar.gz
Update to 62f90cf-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51540d638272..ac82c305040a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Mar 24 19:41:12 UTC 2019
+# Sun May 5 13:06:59 UTC 2019
pkgbase = rtl8192du-git
pkgdesc = Kernel module for Realtek RTL8192DU USB wireless devices.
- pkgver = 72b53f8
+ pkgver = 62f90cf
pkgrel = 1
url = https://github.com/lwfinger/rtl8192du
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 09d0e58ca7a5..0efaa93aba3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=rtl8192du-git
_pkgname=rtl8192du
-pkgver=72b53f8
+pkgver=62f90cf
pkgrel=1
pkgdesc="Kernel module for Realtek RTL8192DU USB wireless devices."
arch=('x86_64')
@@ -16,6 +16,8 @@ source=("git://github.com/lwfinger/$_pkgname.git")
sha256sums=('SKIP')
_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+# manually define if building in chroot
+#_kernver=5.0.12-arch1-1-ARCH
pkgver() {
cd "$_pkgname"
@@ -23,13 +25,10 @@ pkgver() {
}
prepare() {
-
cd "$_pkgname"
- # fixup for Arch
- #
# 1) reference the static kernel ver not the running one
- # 2) remove the depmod command which we do in the postinstall
+ # 2) remove the depmod command since 60-linux.hook does this for us
sed -i -e "/^KSRC/ s,\$(KVER),$_kernver," \
-i -e '/depmod/d' Makefile
}