summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorangelsl2017-12-26 13:19:40 +0800
committerangelsl2017-12-26 13:19:40 +0800
commit1c833def7e25c45ca0223462807eca73a937c24e (patch)
tree307a6f9cb0f8b2815473ed18dd69bc4ff8aa1c93
parenta7c76b8dffc935ba35a096aa9e0b704ceeb37c0f (diff)
downloadaur-1c833def7e25c45ca0223462807eca73a937c24e.tar.gz
Fix source URL
-rw-r--r--.SRCINFO26
-rw-r--r--PKGBUILD14
2 files changed, 20 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6da38b316e81..b8b3db537f58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Dec 26 05:16:50 UTC 2017
+# Tue Dec 26 05:19:30 UTC 2017
pkgbase = alx-wol-dkms
pkgdesc = The alx kernel module with a patch enabling WoL applied
pkgver = 1
@@ -12,20 +12,20 @@ pkgbase = alx-wol-dkms
optdepends = linux-headers: Needed for build the module for Arch kernel
optdepends = linux-lts-headers: Needed for build the module for LTS Arch kernel
optdepends = linux-zen-headers: Needed for build the module for ZEN Arch kernel
- source = https://github.com/angelsl/linux/blob/alx-wol/drivers/net/ethernet/atheros/alx/alx.h
- source = https://github.com/angelsl/linux/blob/alx-wol/drivers/net/ethernet/atheros/alx/ethtool.c
- source = https://github.com/angelsl/linux/blob/alx-wol/drivers/net/ethernet/atheros/alx/hw.c
- source = https://github.com/angelsl/linux/blob/alx-wol/drivers/net/ethernet/atheros/alx/hw.h
- source = https://github.com/angelsl/linux/blob/alx-wol/drivers/net/ethernet/atheros/alx/main.c
- source = https://github.com/angelsl/linux/blob/alx-wol/drivers/net/ethernet/atheros/alx/reg.h
+ source = https://raw.githubusercontent.com/angelsl/linux/alx-wol/drivers/net/ethernet/atheros/alx/alx.h
+ source = https://raw.githubusercontent.com/angelsl/linux/alx-wol/drivers/net/ethernet/atheros/alx/ethtool.c
+ source = https://raw.githubusercontent.com/angelsl/linux/alx-wol/drivers/net/ethernet/atheros/alx/hw.c
+ source = https://raw.githubusercontent.com/angelsl/linux/alx-wol/drivers/net/ethernet/atheros/alx/hw.h
+ source = https://raw.githubusercontent.com/angelsl/linux/alx-wol/drivers/net/ethernet/atheros/alx/main.c
+ source = https://raw.githubusercontent.com/angelsl/linux/alx-wol/drivers/net/ethernet/atheros/alx/reg.h
source = Kbuild
source = dkms.conf
- sha256sums = afcd186a4710868ba7206bfcebdee5a6adc48e4853a2f7595f4f7c3df0f345af
- sha256sums = ddba0a3acd62fab181f4de3ffeb85accfcee50110f8aa4762bec6958f235cc0e
- sha256sums = d775716e32c49ab17455067e1027e3039421444ba515d6e477b2aa3558e6932d
- sha256sums = 339bb5b3ce4cc99d45740ff8af7afe3a935ee7a7e031027ae91f9e350da38b39
- sha256sums = e82a3d467fc8ca44c8ca1e9ba0d8027bc5491c65569a68471fdf580eb82b624d
- sha256sums = dfe82e1d26935071b582d5f287f98a4487ee6b7a2f470ee23a9e23b841ef3282
+ sha256sums = b4f78f21c3485680f1533002771a268ce869863f8684c0fc67e8a938a6276ae9
+ sha256sums = 922f2837b5b7bb51bb112e53a22ee4883acfcb53b83c4b79bf9d7a99d032f6fd
+ sha256sums = fa609e88b05e1597f9734c4b625a00771cf4d70aa65b054664b1eda3c29dac77
+ sha256sums = a0b0b41752a8b69a5ef31574501897c3631e007ea8f8232732df1e2ebdf28e6f
+ sha256sums = af49b2027f8d3ee2f2480fad79b3867054d73e6537612724599eed6bcd2bec6d
+ sha256sums = 88a23ab8e6fe814efe81910bd8806f5988d367a628458154edaebdf4ccbe4902
sha256sums = 8a62bb5adf6e554f470f88f8da58da0ce05cb8276ab56fb45ed5d31c71665d39
sha256sums = f3aefc85fd246a74ee2be831c15b6440d22c497e84fba1f57e152c82f2946d1a
diff --git a/PKGBUILD b/PKGBUILD
index 0eddaa95c391..530a7a816aa8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,15 +9,15 @@ depends=('glibc' 'dkms')
optdepends=('linux-headers: Needed for build the module for Arch kernel'
'linux-lts-headers: Needed for build the module for LTS Arch kernel'
'linux-zen-headers: Needed for build the module for ZEN Arch kernel')
-source=(https://github.com/angelsl/linux/blob/alx-wol/drivers/net/ethernet/atheros/alx/{alx.h,ethtool.c,hw.c,hw.h,main.c,reg.h}
+source=(https://raw.githubusercontent.com/angelsl/linux/alx-wol/drivers/net/ethernet/atheros/alx/{alx.h,ethtool.c,hw.c,hw.h,main.c,reg.h}
Kbuild
dkms.conf)
-sha256sums=('afcd186a4710868ba7206bfcebdee5a6adc48e4853a2f7595f4f7c3df0f345af'
- 'ddba0a3acd62fab181f4de3ffeb85accfcee50110f8aa4762bec6958f235cc0e'
- 'd775716e32c49ab17455067e1027e3039421444ba515d6e477b2aa3558e6932d'
- '339bb5b3ce4cc99d45740ff8af7afe3a935ee7a7e031027ae91f9e350da38b39'
- 'e82a3d467fc8ca44c8ca1e9ba0d8027bc5491c65569a68471fdf580eb82b624d'
- 'dfe82e1d26935071b582d5f287f98a4487ee6b7a2f470ee23a9e23b841ef3282'
+sha256sums=('b4f78f21c3485680f1533002771a268ce869863f8684c0fc67e8a938a6276ae9'
+ '922f2837b5b7bb51bb112e53a22ee4883acfcb53b83c4b79bf9d7a99d032f6fd'
+ 'fa609e88b05e1597f9734c4b625a00771cf4d70aa65b054664b1eda3c29dac77'
+ 'a0b0b41752a8b69a5ef31574501897c3631e007ea8f8232732df1e2ebdf28e6f'
+ 'af49b2027f8d3ee2f2480fad79b3867054d73e6537612724599eed6bcd2bec6d'
+ '88a23ab8e6fe814efe81910bd8806f5988d367a628458154edaebdf4ccbe4902'
'8a62bb5adf6e554f470f88f8da58da0ce05cb8276ab56fb45ed5d31c71665d39'
'f3aefc85fd246a74ee2be831c15b6440d22c497e84fba1f57e152c82f2946d1a')