diff options
Diffstat (limited to 'libre/b43-tools')
-rw-r--r-- | libre/b43-tools/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/b43-tools/PKGBUILD b/libre/b43-tools/PKGBUILD index 3adf9882a..a20cb906d 100644 --- a/libre/b43-tools/PKGBUILD +++ b/libre/b43-tools/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' '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') |