diff --git a/srcpkgs/linux/template b/srcpkgs/linux/template index f97352a9e0d..afe10975ee5 100644 --- a/srcpkgs/linux/template +++ b/srcpkgs/linux/template @@ -1,6 +1,6 @@ # Template file for 'linux' pkgname=linux -version=3.10 +version=3.14 revision=2 build_style=meta homepage="http://www.voidlinux.eu/" @@ -10,9 +10,9 @@ license="Public domain" case "$XBPS_TARGET_MACHINE" in i686*|x86_64*) - makedepends="linux3.10 linux-firmware dracut" - depends="linux3.10" - _depends_headers="linux3.10-headers" + makedepends="linux3.14 linux-firmware dracut" + depends="linux3.14" + _depends_headers="linux3.14-headers" ;; *) msg_error "${pkgname}-${version}: unsupported target machine.\n";; esac