Date: Friday, May 5, 2017 @ 05:12:22
  Author: thestinger
Revision: 227085

reorder sources

Modified:
  linux-hardened/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-05-05 02:29:38 UTC (rev 227084)
+++ PKGBUILD    2017-05-05 05:12:22 UTC (rev 227085)
@@ -15,9 +15,9 @@
 options=('!strip')
 source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz";
         "https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.sign";
-        
"https://github.com/thestinger/$pkgbase/releases/download/$pkgver/$pkgbase-$pkgver.patch";
         #"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${_pkgver}.xz";
         #"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${_pkgver}.sign";
+        
"https://github.com/thestinger/$pkgbase/releases/download/$pkgver/$pkgbase-$pkgver.patch";
         # the main kernel config files
         'config.x86_64'
         # pacman hook for initramfs regeneration

Reply via email to