From 11c489a9d680ef0272b034e83d45e2e10e777706 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 15 Jan 2015 11:17:04 +0000 Subject: [PATCH] linux: extract update_* to external update file --- srcpkgs/linux/template | 2 -- srcpkgs/linux/update | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/linux/update diff --git a/srcpkgs/linux/template b/srcpkgs/linux/template index 8c7cb12825a..75f9555000c 100644 --- a/srcpkgs/linux/template +++ b/srcpkgs/linux/template @@ -5,8 +5,6 @@ revision=1 build_style=meta homepage="http://www.voidlinux.eu/" short_desc="The Linux kernel meta package" -update_site="https://www.kernel.org/feeds/kdist.xml" -update_pattern="\K\d+.\d+(?=.[\d]+: stable)" maintainer="Juan RP " license="Public domain" only_for_archs="i686 i686-musl x86_64 x86_64-musl" diff --git a/srcpkgs/linux/update b/srcpkgs/linux/update new file mode 100644 index 00000000000..d0cd82229ac --- /dev/null +++ b/srcpkgs/linux/update @@ -0,0 +1,2 @@ +site="https://www.kernel.org/feeds/kdist.xml" +pattern="\K\d+.\d+(?=.[\d]+: stable)"