summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 3 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7633c81170ca..c242949030a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=asix-module
-pkgver=4.19.0
+pkgver=4.20.0
pkgrel=1
pkgdesc="A kernel module for the ASIX USB 2.0 low power AX88772B/AX88772A/AX88760/AX88772/AX88178 ethernet controllers"
url="http://www.asix.com.tw"
@@ -12,15 +12,8 @@ depends=('glibc' 'linux')
makedepends=('linux-headers')
install=$pkgname.install
_filename=AX88772C_772B_772A_760_772_178_LINUX_DRIVER_v${pkgver}_Source
-source=(http://www.asix.com.tw/FrootAttach/driver/$_filename.tar.bz2
- linux-4.7.patch)
-sha256sums=('14b5db0fec05fbc75d6bbe323f822973aa7d6f738bcc74ef3b211d04e21a0c50'
- 'c61fd6d00d78280df68be911f459662cd8b58b764b82d2ef4534b99dffa6e05e')
-
-prepare() {
- cd "$srcdir"/$_filename
- patch -p1 -i ../linux-4.7.patch
-}
+source=(http://www.asix.com.tw/FrootAttach/driver/$_filename.tar.gz)
+sha256sums=('e1b360e2664e6cf0daf75088f344a8033cdcc94953b44e52b76a13de4e0527d6')
build() {
_kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')