summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2017-02-05 10:46:44 -0500
committergraysky2017-02-05 10:46:44 -0500
commit100b480c34ddfee992ac6077428eaa07adb49a2a (patch)
treeb935befc4bbb8f8b6716c5b4fa1b2cffaaf62192
parent9038d5d0074cf78ba463b7e126a36e4b85d89cfc (diff)
downloadaur-100b480c34ddfee992ac6077428eaa07adb49a2a.tar.gz
Update to c00112c-1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d79b24414659..77624e649eb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Feb 5 15:44:48 UTC 2017
+# Sun Feb 5 15:46:44 UTC 2017
pkgbase = rtl8192su-git
pkgdesc = Kernel module for Realtek RTL8188SU/RTL8191SU/RTL8192SU devices
pkgver = c00112c
diff --git a/PKGBUILD b/PKGBUILD
index d1f6495327c6..4d786e6b8a6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,9 @@ pkgver=c00112c
pkgrel=1
pkgdesc="Kernel module for Realtek RTL8188SU/RTL8191SU/RTL8192SU devices"
arch=('x86_64' 'i686')
+
+# https://wireless.wiki.kernel.org/en/users/Drivers/rtl819x
+# pointed to this github repo --> https://github.com/chunkeey/rtl8192su
url="https://github.com/chunkeey/rtl8192su"
license=('GPL')
depends=('linux>=4.9' 'linux<4.10')
@@ -13,7 +16,6 @@ makedepends=('linux-headers>=4.9' 'git')
source=("git://github.com/chunkeey/$_pkgname.git")
sha256sums=('SKIP')
install=readme.install
-
_extramodules="extramodules-4.9-ARCH"
_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"