index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | extra/linux-pae/PKGBUILD | 2 |
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 |