Use our git

This commit is contained in:
Jan Alexander Steffens 2018-08-12 09:41:36 +00:00
parent 67c4d5f395
commit 36107d7863
1 changed files with 2 additions and 2 deletions

View File

@ -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