summaryrefslogtreecommitdiff
path: root/libre/ath9k-htc-firmware
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-06-04 14:51:26 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-06-04 14:55:31 -0300
commit351e73344ee0dbfb54a0d55a5fa6095c6120fa25 (patch)
treeb6370469eaa4a8ea9258cb448c394faca13c875f /libre/ath9k-htc-firmware
parentdb10267d5c7172f03d27f78f36cfbde4f48694f2 (diff)
ath9k-htc-firmware-1.4.0-1: updating version
Diffstat (limited to 'libre/ath9k-htc-firmware')
-rw-r--r--libre/ath9k-htc-firmware/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/libre/ath9k-htc-firmware/PKGBUILD b/libre/ath9k-htc-firmware/PKGBUILD
index 18e67da95..1c358e085 100644
--- a/libre/ath9k-htc-firmware/PKGBUILD
+++ b/libre/ath9k-htc-firmware/PKGBUILD
@@ -2,16 +2,16 @@
# Maintainer: Márcio Silva <coadde@parabola.nu>
pkgname=ath9k-htc-firmware
-pkgver=1.3.2
-pkgrel=10
+pkgver=1.4.0
+pkgrel=1
pkgdesc='Free firmware files for the Qualcomm Atheros AR7010 and AR9271 USB 802.11n NICs'
arch=('any')
url=('http://wireless.kernel.org/en/users/Drivers/ath9k_htc')
-license=('BSD')
+license=('BSD3')
makedepends=('cmake' 'xtensa-unknown-elf-binutils' 'xtensa-unknown-elf-gcc')
source=("https://github.com/qca/open-ath9k-htc-firmware/archive/$pkgver.tar.gz"
'LICENSE')
-md5sums=('73c66751151dd47535cb4142477da480'
+md5sums=('503f75163649a7e52a64737991a41ca2'
'5163b2711bc481c77045850610b7dd31')
prepare() {
@@ -28,6 +28,7 @@ build() {
cd $srcdir/open-ath9k-htc-firmware-$pkgver
export CTARGET="xtensa-unknown-elf"
+ export CC="xtensa-unknown-elf"
export CFLAGS="-mtext-section-literals -O2 -pipe --param=ssp-buffer-size=4 -fno-aggressive-loop-optimizations"
export CXXFLAGS="${CFLAGS}"