Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/linux-pae
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2022-10-07 06:42:47 +0200
committerErich Eckner <git@eckner.net>2022-10-07 06:44:22 +0200
commit46b0ab14350774a2a01c7645b0fc5ba5762224ac (patch)
treefe07e23cc43915d2cc4178d9feddb59043f6a788 /extra/linux-pae
parentc54bbd3900b0152658e9ada3be3e211d5cce1955 (diff)
extra/linux-pae: make source url more generic
Diffstat (limited to 'extra/linux-pae')
-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 9f94690d..2007745e 100644
--- a/extra/linux-pae/PKGBUILD
+++ b/extra/linux-pae/PKGBUILD
@@ -13,7 +13,7 @@ license=('GPL2')
makedepends=('xmlto' 'kmod' 'inetutils' 'bc' 'cpio' 'libelf')
options=('!strip')
source=(
- https://www.kernel.org/pub/linux/kernel/v5.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