summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2014-03-04 09:08:44 +0100
committerMassimiliano Torromeo2014-03-04 09:08:44 +0100
commit91a3ee2019a926a6564f9a7acd6873d9ff2b2c3e (patch)
tree69b3978b952df87ee230e02a3ba358f51c5ad355
parente54f54fc9bba7b45d78112397de76e5ce03548e0 (diff)
downloadaur-91a3ee2019a926a6564f9a7acd6873d9ff2b2c3e.tar.gz
Updated asix-module to version 4.12.0
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce0bca4532c8..d97c46ea5c5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=asix-module
-pkgver=4.11.0
+pkgver=4.12.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"
@@ -10,7 +10,8 @@ license=("GPL")
arch=('i686' 'x86_64')
depends=('glibc' 'linux')
makedepends=('linux-headers')
-source=(http://www.asix.com.tw/FrootAttach/driver/AX88772C_772B_772A_760_772_178_LINUX_Driver_v${pkgver}_Source.tar.bz2)
+_filename=AX88772C_772B_772A_760_772_178_LINUX_DRIVER_v${pkgver}_Source
+source=(http://www.asix.com.tw/FrootAttach/driver/$_filename.tar.bz2)
install=$pkgname.install
build() {
@@ -33,4 +34,4 @@ package() {
sed -i "s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH|" "$startdir/$pkgname.install"
}
-sha256sums=('13aa6ced68117cf1685ce26a33c0599f5692bba62e89e132a0e7457e5ef66fd2')
+sha256sums=('0f09bccaeffcb649d88734e3e6843de7ba8102eecd6fae0a2d601e8e48e1fb54')