linux4.11: update to 4.11.0.
This commit is contained in:
parent
8418ee51ab
commit
f6febed794
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'linux4.11'
|
# Template file for 'linux4.11'
|
||||||
pkgname=linux4.11
|
pkgname=linux4.11
|
||||||
_distver=4.11.0
|
_distver=4.11.0
|
||||||
_patchver=rc8
|
_patchver=
|
||||||
version=${_distver}${_patchver}
|
version=${_distver}${_patchver}
|
||||||
revision=1
|
revision=1
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
wrksrc="linux-${_distver%.*}-${_patchver}"
|
wrksrc="linux-${_distver%.*}${_patchver:+-}"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.kernel.org"
|
homepage="http://www.kernel.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
short_desc="The Linux kernel and modules (${version%.*} series)"
|
short_desc="The Linux kernel and modules (${version%.*} series)"
|
||||||
distfiles="https://cdn.kernel.org/pub/linux/kernel/v4.x/testing/linux-${_distver%.*}-${_patchver}.tar.xz"
|
distfiles="https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${_distver%.*}${_patchver:+-}.tar.xz"
|
||||||
checksum=acda201845186cb347b036f23f9bea4990f03f4f604e3bf30837284d99567348
|
checksum=b67ecafd0a42b3383bf4d82f0850cbff92a7e72a215a6d02f42ddbafcf42a7d6
|
||||||
|
|
||||||
nodebug=yes # -dbg package is generated below manually
|
nodebug=yes # -dbg package is generated below manually
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
|
|
Loading…
Reference in a new issue