diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-11-26 12:03:52 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-11-26 12:05:18 -0300 |
commit | 53fa2e0a0a861485beff7aecf2ea7f070fba7285 (patch) | |
tree | 469635ec3314989923d42e80da9c5c809d5c480a /libre/b43-tools/PKGBUILD | |
parent | babedffd924999036e7f8b5a319ceb0ddeccf8ee (diff) | |
download | abslibre-53fa2e0a0a861485beff7aecf2ea7f070fba7285.tar.gz abslibre-53fa2e0a0a861485beff7aecf2ea7f070fba7285.tar.bz2 abslibre-53fa2e0a0a861485beff7aecf2ea7f070fba7285.zip |
b43-tools-019-2: add "=$pkgver" to the entries in the provides array
Diffstat (limited to 'libre/b43-tools/PKGBUILD')
-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') |