summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD8
-rw-r--r--SRCINFO49
2 files changed, 51 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc1ed4a9b395..61c89a6f3064 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgbase=tmkernel-bfq # Build kernel with a different name
_srcname=linux-4.10
-pkgver=4.10.10
+pkgver=4.10.13
pkgrel=1
arch=('i686' 'x86_64')
url="https://www.kernel.org/"
@@ -17,7 +17,7 @@ source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
sha256sums=('3c95d9f049bd085e5c346d2c77f063b8425f191460fcd3ae9fe7e94e0477dc4b'
'SKIP'
- '200cb2b47d2b6316f4cc6ee90be581187d34f90390aef8fc07d4460be11cfeb2'
+ 'b1a7a98aa97cc0917fcab0def68032d5bf61838c79177b2222cee2485015458f'
'SKIP'
'dfb53fb48bad4d9f61bbea5e364d5619137460e7224bdf0e7bde5e137bc512d5'
'086891e5358e9077b8d1d5dd2351c688b64f3f26b1b671a5a4a73db494bd30e2'
@@ -36,10 +36,6 @@ prepare() {
# add upstream patch
patch -p1 -i "${srcdir}/patch-${pkgver}"
-
- # add latest fixes from stable queue, if needed
- # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
-
cat "${srcdir}/config.${CARCH}" > ./.config
if [ "${_kernelname}" != "" ]; then
diff --git a/SRCINFO b/SRCINFO
new file mode 100644
index 000000000000..39815c7e39d6
--- /dev/null
+++ b/SRCINFO
@@ -0,0 +1,49 @@
+pkgbase = tmkernel-bfq
+ pkgver = 4.10.13
+ pkgrel = 1
+ url = https://www.kernel.org/
+ arch = i686
+ arch = x86_64
+ license = GPL2
+ makedepends = xmlto
+ makedepends = docbook-xsl
+ makedepends = kmod
+ makedepends = inetutils
+ makedepends = bc
+ makedepends = libelf
+ options = !strip
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.10.tar.xz
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.10.tar.sign
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.10.13.xz
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.10.13.sign
+ source = config.i686
+ source = config.x86_64
+ source = 90-linux.hook
+ source = linux.preset
+ validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
+ validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
+ sha256sums = 3c95d9f049bd085e5c346d2c77f063b8425f191460fcd3ae9fe7e94e0477dc4b
+ sha256sums = SKIP
+ sha256sums = 200cb2b47d2b6316f4cc6ee90be581187d34f90390aef8fc07d4460be11cfeb2
+ sha256sums = SKIP
+ sha256sums = dfb53fb48bad4d9f61bbea5e364d5619137460e7224bdf0e7bde5e137bc512d5
+ sha256sums = 086891e5358e9077b8d1d5dd2351c688b64f3f26b1b671a5a4a73db494bd30e2
+ sha256sums = 834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0
+ sha256sums = ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65
+
+pkgname = tmkernel-bfq
+ pkgdesc = The tmkernel-bfq kernel and modules
+ install = linux.install
+ depends = coreutils
+ depends = linux-firmware
+ depends = kmod
+ depends = mkinitcpio>=0.7
+ optdepends = crda: to set the correct wireless channels of your country
+ backup = etc/mkinitcpio.d/tmkernel-bfq.preset
+
+pkgname = tmkernel-bfq-headers
+ pkgdesc = Header files and scripts for building modules for tmkernel-bfq kernel
+
+pkgname = tmkernel-bfq-docs
+ pkgdesc = Kernel hackers manual - HTML documentation that comes with the tmkernel-bfq kernel
+