summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3213c21860c..f5dc92ce7fbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=asix-module
-pkgver=4.18.0
+pkgver=4.18.1
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"
@@ -11,13 +11,13 @@ arch=('i686' 'x86_64')
depends=('glibc' 'linux')
makedepends=('linux-headers')
_filename=AX88772C_772B_772A_760_772_178_LINUX_DRIVER_v${pkgver}_Source
-source=(http://www.asix.com.tw/FrootAttach/driver/$_filename.tar.bz2
+source=(http://www.asix.com.tw/FrootAttach/driver/$_filename.tar.gz
linux-4.7.patch)
install=$pkgname.install
prepare() {
cd "$srcdir"/$_filename
- patch -p1 -i ../linux-4.7.patch
+ # patch -p1 -i ../linux-4.7.patch
}
build() {
@@ -40,5 +40,5 @@ package() {
sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" "$startdir/$pkgname.install"
}
-sha256sums=('3aab9309e031ff66240701bcb4d68adfcdb91d84db8888defb783825cabfaf18'
+sha256sums=('061ebb4b8164ecc78310c05e594b30e96cc2b4e9016d05d9cf90f0ac7eec0ab6'
'c61fd6d00d78280df68be911f459662cd8b58b764b82d2ef4534b99dffa6e05e')