summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavion2016-01-01 08:29:47 +1100
committerXavion2016-01-01 08:29:47 +1100
commitab9062b0cec43105cdf72e94d966f0889ced4c7e (patch)
tree17cbf24118209563cf31424ac1569e432714c875
parent4f8d9b4847d5be122d1a063a186f9475522feed0 (diff)
downloadaur-b43-firmware.tar.gz
Changed license, downgraded warning
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD9
-rw-r--r--b43-firmware.install7
3 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90f6720ef511..c81050786e42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
# Generated by mksrcinfo v8
-# Thu Dec 31 07:59:51 UTC 2015
+# Thu Dec 31 21:23:19 UTC 2015
pkgbase = b43-firmware
pkgdesc = Firmware for Broadcom B43 wireless networking chips - latest release
pkgver = 6.30.163.46
pkgrel = 1
url = https://wireless.wiki.kernel.org/en/users/Drivers/b43
+ install = b43-firmware.install
arch = any
- license = GPL
+ license = unknown
makedepends = b43-fwcutter>=018
depends = linux>=3.2
conflicts = b43-firmware-classic
diff --git a/PKGBUILD b/PKGBUILD
index f1ec0ba12ab2..c54786aeaaa3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,19 +7,14 @@ pkgrel=1
pkgdesc="Firmware for Broadcom B43 wireless networking chips - latest release"
arch=("any")
url="https://wireless.wiki.kernel.org/en/users/Drivers/b43"
-license=("GPL")
+license=("unknown")
depends=("linux>=3.2")
makedepends=("b43-fwcutter>=018")
conflicts=(${_classic_})
+install=${pkgname}.install
options=(!emptydirs)
source=(http://www.lwfinger.com/${pkgname}/broadcom-wl-${pkgver}.tar.bz2)
-build() {
- # Messages
- warning "If you encounter problems with v6.30, try the '${_classic_}' package (v5.100) instead."
- read -p "==> PROMPT: Press any key to continue building this package ... " -n 1
-}
-
package() {
cd "${srcdir}"
diff --git a/b43-firmware.install b/b43-firmware.install
new file mode 100644
index 000000000000..52820d27bee7
--- /dev/null
+++ b/b43-firmware.install
@@ -0,0 +1,7 @@
+post_upgrade() {
+ echo "==> If you encounter problems with v6.30, try the 'b43-firmware-classic' package (v5.100) instead."
+}
+
+post_install() {
+ post_upgrade
+}