Date: Sunday, August 12, 2018 @ 09:41:36
  Author: heftig
Revision: 331390

Use our git

Modified:
  linux/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-08-12 09:41:35 UTC (rev 331389)
+++ PKGBUILD    2018-08-12 09:41:36 UTC (rev 331390)
@@ -9,13 +9,13 @@
 pkgver=${_srcver//-/.}
 pkgrel=1
 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)
 makedepends=(xmlto kmod inetutils bc libelf git)
 options=('!strip')
 _srcname=archlinux-linux
 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
   60-linux.hook  # pacman hook for depmod
   90-linux.hook  # pacman hook for initramfs regeneration

Reply via email to