summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornachoc2020-01-13 22:46:29 -0300
committernachoc2020-01-13 22:46:29 -0300
commit307f2f9ffbf8e125610e7727fb9a846e729160e0 (patch)
treeef7997bc4353ddff91fd66c4803c68b68e85e979
parent6c4cc29ab70253d14787114e5333f74f5680dbdc (diff)
downloadaur-307f2f9ffbf8e125610e7727fb9a846e729160e0.tar.gz
realtek-4.4.x branch
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fdb03a2c28f6..5c6ed82fba0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = 8192eu-dkms
pkgdesc = Driver for the Realtek 8192eu chipset (DKMS)
- pkgver = 59.0a7199b
+ pkgver = 83.b06d8b8
pkgrel = 1
url = https://github.com/Mange/rtl8192eu-linux-driver
arch = x86_64
arch = i686
arch = armv7h
license = GPL
+ makedepends = git
depends = dkms
provides = rtl8192eu
- source = 8192eu::git+https://github.com/Mange/rtl8192eu-linux-driver.git
+ source = 8192eu::git+https://github.com/Mange/rtl8192eu-linux-driver.git#branch=realtek-4.4.x
md5sums = SKIP
pkgname = 8192eu-dkms
diff --git a/PKGBUILD b/PKGBUILD
index 886f667a2640..ed31fdd7414e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,16 @@
_pkgbase=8192eu
pkgname=8192eu-dkms
-pkgver=59.0a7199b
+pkgver=83.b06d8b8
pkgrel=1
pkgdesc="Driver for the Realtek 8192eu chipset (DKMS)"
arch=('x86_64' 'i686' 'armv7h')
url="https://github.com/Mange/rtl8192eu-linux-driver"
license=('GPL')
depends=('dkms')
+makedepends=('git')
provides=('rtl8192eu')
-source=("$_pkgbase::git+https://github.com/Mange/rtl8192eu-linux-driver.git")
+source=("$_pkgbase::git+https://github.com/Mange/rtl8192eu-linux-driver.git#branch=realtek-4.4.x")
md5sums=('SKIP')
pkgver() {