diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-02-13 11:19:25 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-02-13 12:23:51 +0100 |
commit | fc7f45d487c1727c96fafd202637fa3197c89c52 (patch) | |
tree | 710835957a9109e160bda80701e026e93ca78fda /libre/linux-libre-api-headers | |
parent | 4a2230863a0d51ce1d7ee851357a2fec6be19b6b (diff) | |
download | abslibre-fc7f45d487c1727c96fafd202637fa3197c89c52.tar.gz abslibre-fc7f45d487c1727c96fafd202637fa3197c89c52.tar.bz2 abslibre-fc7f45d487c1727c96fafd202637fa3197c89c52.zip |
libre/linux-libre-api-headers: fixed provides array
Diffstat (limited to 'libre/linux-libre-api-headers')
-rw-r--r-- | libre/linux-libre-api-headers/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/linux-libre-api-headers/PKGBUILD b/libre/linux-libre-api-headers/PKGBUILD index e083dc256..eb36e5fcd 100644 --- a/libre/linux-libre-api-headers/PKGBUILD +++ b/libre/linux-libre-api-headers/PKGBUILD @@ -13,12 +13,12 @@ pkgname=linux-libre-api-headers pkgver=4.15.2_gnu _basever=${pkgver%.*_gnu} -pkgrel=1 +pkgrel=1.1 pkgdesc='Kernel headers sanitized for use in userspace' arch=(any) url='http://www.gnu.org/software/libc' license=(GPL2) -provides=('linux-api-headers') +provides=("linux-api-headers=${pkgver%_*}") conflicts=('linux-api-headers') replaces=('linux-api-headers') source=(https://linux-libre.fsfla.org/pub/linux-libre/releases/${_basever}-gnu/linux-libre-${_basever}-gnu.tar.xz{,.sign} |