summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado2016-11-26 12:08:45 -0300
committerAndré Fabian Silva Delgado2016-11-26 12:08:49 -0300
commitf31cf1134fb698c05776b43258dca2a3d71a366e (patch)
tree48edfc8349256f210b36a6c0b1bef3d941e389b3 /PKGBUILD
parent45fad3af14f7ecca57adbdba4d82c6996beee8b4 (diff)
downloadaur-b43-tools.tar.gz
Update to 019-2
* add "=$pkgver" to the entries in the provides array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ede6b4d0246..a20cb906dd70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=b43-tools
pkgver=019
-pkgrel=1
+pkgrel=2
pkgdesc="Tools for the Broadcom 43xx series WLAN chip"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/mbuesch/b43-tools"
license=('GPL2' 'GPL3')
depends=('python2')
makedepends=('bison' 'flex' 'python2')
-provides=('b43-fwcutter')
+provides=("b43-fwcutter=$pkgver")
conflicts=('b43-fwcutter')
source=("https://github.com/mbuesch/b43-tools/archive/b43-fwcutter-019.tar.gz")
md5sums=('d8387ec57b8bced796b0f9231077501a')