summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Robin2016-06-18 20:23:27 +0200
committerBenjamin Robin2016-06-18 20:23:27 +0200
commit3494121a0c0b2cc7407f4a830859c3ae7728ef86 (patch)
tree39891b508f56b10d80ed4ff72a987254c2980792
parent7f587abce6d4998a559a4a55f01bc809dc93fb22 (diff)
downloadaur-3494121a0c0b2cc7407f4a830859c3ae7728ef86.tar.gz
Fix build for kernel >= 4.6.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8f537097ec7..28662bbab48c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mt7630-pcie-wifi-dkms
pkgdesc = MT7630e PCIe Wifi (DKMS)
- pkgver = 2.3.5.r0.g925388c
+ pkgver = 2.3.6.r0.g5a9db6f
pkgrel = 1
url = http://www.mediatek.com/en/downloads/mt7630-pcie/
install = MT7630e-wifi.install
@@ -9,7 +9,7 @@ pkgbase = mt7630-pcie-wifi-dkms
license = GPL
depends = dkms
optdepends = linux-headers: If running standard kernel, otherwise find matching headers for your kernel
- source = mt7630e::git+https://github.com/benjarobin/MT7630E.git#tag=v2.3.5
+ source = mt7630e::git+https://github.com/benjarobin/MT7630E.git#tag=v2.3.6
source = dkms.conf
md5sums = SKIP
md5sums = ba71b64eac40daed63a3acbf3b8021a3
diff --git a/PKGBUILD b/PKGBUILD
index b5057212b217..c9d208bbb9e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mt7630-pcie-wifi-dkms
_gitname=mt7630e
-pkgver=2.3.5.r0.g925388c
+pkgver=2.3.6.r0.g5a9db6f
pkgrel=1
pkgdesc="MT7630e PCIe Wifi (DKMS)"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('GPL')
depends=('dkms')
optdepends=('linux-headers: If running standard kernel, otherwise find matching headers for your kernel')
install=MT7630e-wifi.install
-source=('mt7630e::git+https://github.com/benjarobin/MT7630E.git#tag=v2.3.5'
+source=('mt7630e::git+https://github.com/benjarobin/MT7630E.git#tag=v2.3.6'
'dkms.conf')
md5sums=('SKIP'
'ba71b64eac40daed63a3acbf3b8021a3')