Use our git
This commit is contained in:
parent
67c4d5f395
commit
36107d7863
4
PKGBUILD
4
PKGBUILD
@ -8,13 +8,13 @@ _srcver=4.17.14-arch1
|
|||||||
pkgver=${_srcver//-/.}
|
pkgver=${_srcver//-/.}
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://github.com/archlinux/linux/commits/v$_srcver"
|
url="https://git.archlinux.org/linux.git/log/?h=v$_srcver"
|
||||||
license=(GPL2)
|
license=(GPL2)
|
||||||
makedepends=(xmlto kmod inetutils bc libelf git)
|
makedepends=(xmlto kmod inetutils bc libelf git)
|
||||||
options=('!strip')
|
options=('!strip')
|
||||||
_srcname=archlinux-linux
|
_srcname=archlinux-linux
|
||||||
source=(
|
source=(
|
||||||
"$_srcname::git+https://github.com/archlinux/linux?signed#tag=v$_srcver"
|
"$_srcname::git+https://git.archlinux.org/linux.git?signed#tag=v$_srcver"
|
||||||
config # the main kernel config file
|
config # the main kernel config file
|
||||||
60-linux.hook # pacman hook for depmod
|
60-linux.hook # pacman hook for depmod
|
||||||
90-linux.hook # pacman hook for initramfs regeneration
|
90-linux.hook # pacman hook for initramfs regeneration
|
||||||
|
Loading…
Reference in New Issue
Block a user