summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-03-22 18:36:51 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-03-22 18:36:51 -0300
commit82bd636aa21237c10bb242127d3325c512d4126a (patch)
treee739cac805792dd651892efa0af82f3963bd095e /libre
parent9cd5e6c518d94e0eec3cc615a1ba59db732ad5fb (diff)
downloadabslibre-82bd636aa21237c10bb242127d3325c512d4126a.tar.gz
abslibre-82bd636aa21237c10bb242127d3325c512d4126a.tar.bz2
abslibre-82bd636aa21237c10bb242127d3325c512d4126a.zip
linux-libre-lts: minor fix
Diffstat (limited to 'libre')
-rw-r--r--libre/linux-libre-lts/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/linux-libre-lts/PKGBUILD b/libre/linux-libre-lts/PKGBUILD
index 3c7ee08a1..7cb674c0d 100644
--- a/libre/linux-libre-lts/PKGBUILD
+++ b/libre/linux-libre-lts/PKGBUILD
@@ -186,7 +186,7 @@ _package() {
[ "${pkgbase}" = "linux-libre" ] && groups=('base' 'base-openrc')
depends=('coreutils' 'linux-libre-firmware' 'kmod' 'mkinitcpio>=0.7')
optdepends=('crda: to set the correct wireless channels of your country')
- provides=("${_replacesarchkernel[@]/%/=${_archpkgver}}" "LINUX-ABI_VERSION=${_pkgver%%-*}")
+ provides=("${_replacesarchkernel[@]/%/=${_archpkgver}}" "LINUX-ABI_VERSION=${_archpkgver}")
conflicts=("${_replacesarchkernel[@]}" "${_replacesoldkernels[@]}" "${_replacesoldmodules[@]}")
replaces=("${_replacesarchkernel[@]}" "${_replacesoldkernels[@]}" "${_replacesoldmodules[@]}")
backup=("etc/mkinitcpio.d/${pkgbase}.preset")