diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-08-24 17:47:55 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-08-24 17:47:55 -0300 |
commit | 5df1490b1ae825f3b2422115ab13f557b1aa49e9 (patch) | |
tree | b8efa3dd44bde4f20a1ebb26023808aaeb6bd586 /libre/linux-libre-lts/PKGBUILD | |
parent | 90aca6b17865eafd41b20a46ad76ec58c9126a29 (diff) | |
download | abslibre-5df1490b1ae825f3b2422115ab13f557b1aa49e9.tar.gz abslibre-5df1490b1ae825f3b2422115ab13f557b1aa49e9.tar.bz2 abslibre-5df1490b1ae825f3b2422115ab13f557b1aa49e9.zip |
linux-libre kernels and dependencies: add libre suffix packages on replaces and conflicts, rename $archver to $archpkgver with improvements on the variables
Diffstat (limited to 'libre/linux-libre-lts/PKGBUILD')
-rw-r--r-- | libre/linux-libre-lts/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/linux-libre-lts/PKGBUILD b/libre/linux-libre-lts/PKGBUILD index 925955992..59b18129f 100644 --- a/libre/linux-libre-lts/PKGBUILD +++ b/libre/linux-libre-lts/PKGBUILD @@ -10,12 +10,12 @@ pkgbase=linux-libre-lts # Build kernel with -lts localname _pkgbasever=3.14-gnu _pkgver=3.14.17-gnu -_archver=3.14.17 _replaces=('kernel26%' 'linux%') # '%' gets replaced with _kernelname _replacesalx=('linux-libre%-kmod-alx') # '%' gets replaced with _kernelname _srcname=linux-${_pkgbasever%-*} +_archpkgver=${_pkgver%-*} pkgver=${_pkgver//-/.} pkgrel=1.1 arch=('i686' 'x86_64' 'mips64el') @@ -132,7 +132,7 @@ _package() { [ "${pkgbase}" = "linux-libre" ] && groups=('base') depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7') optdepends=('crda: to set the correct wireless channels of your country') - provides=( "${_replaces[@]/%/=${_archver}}" "${_replacesalx}") + provides=( "${_replaces[@]/%/=${_archpkgver}}" "${_replacesalx}") conflicts=("${_replaces[@]}" "${_replacesalx}") replaces=( "${_replaces[@]}" "${_replacesalx}") backup=("etc/mkinitcpio.d/${pkgbase}.preset") @@ -191,7 +191,7 @@ _package() { _package-headers() { pkgdesc="Header files and scripts for building modules for ${pkgbase^} kernel" - provides=( "${_replaces[@]/%/-headers=${_archver}}") + provides=( "${_replaces[@]/%/-headers=${_archpkgver}}") conflicts=("${_replaces[@]/%/-headers}") replaces=( "${_replaces[@]/%/-headers}") @@ -310,7 +310,7 @@ _package-headers() { _package-docs() { pkgdesc="Kernel hackers manual - HTML documentation that comes with the ${pkgbase^} kernel" - provides=( "${_replaces[@]/%/-docs=${_archver}}") + provides=( "${_replaces[@]/%/-docs=${_archpkgver}}") conflicts=("${_replaces[@]/%/-docs}") replaces=( "${_replaces[@]/%/-docs}") |