diff options
author | annguyenfoss | 2020-03-01 22:31:41 +0700 |
---|---|---|
committer | annguyenfoss | 2020-03-01 22:31:41 +0700 |
commit | 4461c3bb9016804550f2043ef3db0c3056642dc5 (patch) | |
tree | 162addcb77435000280a95c34156c29344abb274 /PKGBUILD | |
parent | 70e04b3c3d6e1112ea2e9c45f4ca50e17b8d3911 (diff) | |
download | aur-4461c3bb9016804550f2043ef3db0c3056642dc5.tar.gz |
roll back to 5.5.6 as upstream has not officially released 5.5.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -5,7 +5,7 @@ # Original Contributor: Thomas Baechler <thomas@archlinux.org> pkgbase=linux-macbook -pkgver=5.5.7.arch1 +pkgver=5.5.6.arch1 pkgrel=1 pkgdesc='Linux Macbook' _srctag=v${pkgver%.*}-${pkgver##*.} @@ -75,8 +75,7 @@ prepare() { build() { cd $_srcname - make all - make htmldocs + make bzImage modules } @@ -90,7 +89,6 @@ _package() { backup=("etc/mkinitcpio.d/$pkgbase.preset") install=linux.install - cd $_srcname local kernver="$(<version)" local modulesdir="$pkgdir/usr/lib/modules/$kernver" |