summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-03-05 14:38:17 +0100
committerErich Eckner <git@eckner.net>2019-03-05 14:38:17 +0100
commit08aba0314b88be91403f67b3cd6dae99f601cb93 (patch)
tree0dab7e3c98ad8f3969734fdeb6b072f79f466d4b /extra
parent3602bda3bf394e1e629c8b30e9defc0bb6b262df (diff)
downloadpackages-08aba0314b88be91403f67b3cd6dae99f601cb93.tar.xz
extra/linux-pae: kernel may lie in v5.x/ nowadays
Diffstat (limited to 'extra')
-rw-r--r--extra/linux-pae/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/linux-pae/PKGBUILD b/extra/linux-pae/PKGBUILD
index b0583119..784e99e7 100644
--- a/extra/linux-pae/PKGBUILD
+++ b/extra/linux-pae/PKGBUILD
@@ -13,7 +13,7 @@ license=('GPL2')
makedepends=('xmlto' 'kmod' 'inetutils' 'bc' 'libelf')
options=('!strip')
source=(
- https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.{xz,sign}
+ https://www.kernel.org/pub/linux/kernel/v${pkgver%%.*}.x/${_srcname}.tar.{xz,sign}
config # the main kernel config file
60-linux.hook # pacman hook for depmod
90-linux.hook # pacman hook for initramfs regeneration