diff options
author | David P <megver83@openmailbox.org> | 2017-04-25 11:31:01 -0300 |
---|---|---|
committer | David P <megver83@openmailbox.org> | 2017-04-25 11:31:01 -0300 |
commit | c34fb06fa6b8afeaaea387eb60236265b34d9e67 (patch) | |
tree | ad3d283727fc277d1019c75e8dcc21a3bee86e6a /libre/linux-libre | |
parent | 5cbf1531919146b830221b76a40f7a00abf26991 (diff) | |
download | abslibre-c34fb06fa6b8afeaaea387eb60236265b34d9e67.tar.gz abslibre-c34fb06fa6b8afeaaea387eb60236265b34d9e67.tar.bz2 abslibre-c34fb06fa6b8afeaaea387eb60236265b34d9e67.zip |
Fix linux-libre PKGBUILD
Diffstat (limited to 'libre/linux-libre')
-rw-r--r-- | libre/linux-libre/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD index 49fbcb8f2..6c4c3102d 100644 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -21,7 +21,7 @@ _replacesoldmodules=() # '%' gets replaced with _kernelname _srcname=linux-${_pkgbasever%-*} _archpkgver=${_pkgver%-*} pkgver=${_pkgver//-/_} -pkgrel=1 +pkgrel=2 rcnrel=armv7-x1 arch=('i686' 'x86_64' 'armv7h') url="https://linux-libre.fsfla.org/" @@ -189,7 +189,7 @@ _package() { optdepends=('crda: to set the correct wireless channels of your country') provides=("${_replacesarchkernel[@]/%/=${_archpkgver}}" "kernel=${_archpkgver}") conflicts=("${_replacesoldkernels[@]}" "${_replacesoldmodules[@]}") - replaces=("${_replacesoldkernels[@]}" "${_replacesoldmodules[@]}" "${_replacesarchkernel[@]}") + replaces=("${_replacesoldkernels[@]}" "${_replacesoldmodules[@]}") backup=("etc/mkinitcpio.d/${pkgbase}.preset") install=linux.install |