summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Robin2015-06-19 01:09:53 +0200
committerBenjamin Robin2015-06-19 01:09:53 +0200
commita0ab9d86b3311ad44542a588d4f702e16552185e (patch)
tree362c6ccb5dbd62c7c4dd83d4db652a05e9920af2
parent8ad55259fc03f881f6563e363314b28e67c91085 (diff)
downloadaur-a0ab9d86b3311ad44542a588d4f702e16552185e.tar.gz
Update the source to 2.3.2
Sync the git with https://github.com/kuba-moo/
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
-rw-r--r--dkms.conf4
3 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eca3016881bc..ffdf8b8ae78c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mt7630-pcie-wifi-dkms
pkgdesc = MT7630e PCIe Wifi (DKMS)
- pkgver = 13.c326378
+ pkgver = 19.ca67d42
pkgrel = 1
url = http://www.mediatek.com/en/downloads/mt7630-pcie/
install = MT7630e-wifi.install
@@ -9,10 +9,10 @@ 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.1
+ source = mt7630e::git+https://github.com/benjarobin/MT7630E.git#tag=v2.3.2
source = dkms.conf
md5sums = SKIP
- md5sums = 3703bf6c0d619bfda618a5d7c98179e3
+ md5sums = ba71b64eac40daed63a3acbf3b8021a3
pkgname = mt7630-pcie-wifi-dkms
diff --git a/PKGBUILD b/PKGBUILD
index 7c72661741a2..6700ed46cf41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mt7630-pcie-wifi-dkms
_gitname=mt7630e
-pkgver=13.c326378
+pkgver=19.ca67d42
pkgrel=1
pkgdesc="MT7630e PCIe Wifi (DKMS)"
arch=('i686' 'x86_64')
@@ -11,10 +11,10 @@ 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.1'
+source=('mt7630e::git+https://github.com/benjarobin/MT7630E.git#tag=v2.3.2'
'dkms.conf')
md5sums=('SKIP'
- '3703bf6c0d619bfda618a5d7c98179e3')
+ 'ba71b64eac40daed63a3acbf3b8021a3')
pkgver() {
cd "${_gitname}"
@@ -32,5 +32,5 @@ package() {
install -D -m644 "firmware/Wi-FI/MT7650E234.bin" "$pkgdir/usr/lib/firmware/MT7650E234.bin"
mkdir -p "$pkgdir/usr/lib/modules-load.d/"
- echo mt7630pci > "$pkgdir/usr/lib/modules-load.d/mt7630.conf"
+ echo mt7630e > "$pkgdir/usr/lib/modules-load.d/mt7630.conf"
}
diff --git a/dkms.conf b/dkms.conf
index 5b87994ff332..f61c1ce29525 100644
--- a/dkms.conf
+++ b/dkms.conf
@@ -1,6 +1,6 @@
PACKAGE_NAME="mt7630-pcie-wifi"
-PACKAGE_VERSION="2.3.1"
-BUILT_MODULE_NAME[0]="mt7630pci"
+PACKAGE_VERSION="2.3.2"
+BUILT_MODULE_NAME[0]="mt7630e"
DEST_MODULE_LOCATION[0]="/kernel/drivers/net/wireless"
AUTOINSTALL="yes"
REMAKE_INITRD="yes"