Skip to content

Commit bdbc957

Browse files
committed
Kernels (312, 44)
- bump to 3.12.51 - bump to 4.4-rc3 - bump Manjaro to Capella (rc1)
1 parent 7a5cfa6 commit bdbc957

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

Diff for: linux312/PKGBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ _basekernel=3.12
1212
_basever=312
1313
_aufs=20141215 #last version
1414
_bfq=v7r8
15-
pkgver=${_basekernel}.50
15+
pkgver=${_basekernel}.51
1616
pkgrel=1
1717
arch=('i686' 'x86_64')
1818
url="http://www.kernel.org/"
@@ -52,7 +52,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basekernel}.tar.xz
5252
"0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-${_bfq}.patch::http://algo.ing.unimo.it/people/paolo/disk_sched/patches/3.12.0-${_bfq}/0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-${_bfq}-for-3.12.0.patch")
5353

5454
sha256sums=('2e120ec7fde19fa51dc6b6cc11c81860a0775defcad5a5bf910ed9a50e845a02'
55-
'37809e5d7b0877bf62b2d1f7cb03f079ee7299b3afce2b4eb339cbef32f80c33'
55+
'6b7eedb0e67139d5d9c774911a5d44c417597449a8239e6bd70af3d43e638867'
5656
'f5dea12bdfb507eda6f0b509a3c14841c672a095caa2b88a3337c67e8b31d5ed'
5757
'76ba9bba53bc2ab937995d26eda7a4259d6da98db8e783bf41b4d0ce148c0752'
5858
'd1cecc720df66c70f43bdb86e0169d6b756161c870db8d7d39c32c04dc36ed36'

Diff for: linux44/PKGBUILD

+4-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ _basekernel=4.4
1313
_basever=44
1414
_aufs=20151123
1515
_bfq=v7r8
16-
_rc=rc2
16+
_rc=rc3
1717
pkgver=${_basekernel}${_rc}
1818
pkgrel=1
1919
arch=('i686' 'x86_64')
@@ -22,7 +22,8 @@ license=('GPL2')
2222
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc')
2323
options=('!strip')
2424
source=(#"https://www.kernel.org/pub/linux/kernel/v4.x/linux-${_basekernel}.tar.xz"
25-
"https://www.kernel.org/pub/linux/kernel/v4.x/testing/linux-${_basekernel}-${_rc}.tar.xz"
25+
#"https://www.kernel.org/pub/linux/kernel/v4.x/testing/linux-${_basekernel}-${_rc}.tar.xz"
26+
https://github.com/torvalds/linux/archive/v${_basekernel}-${_rc}.tar.gz
2627
#"http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz"
2728
# the main kernel config files
2829
'config' 'config.x86_64' 'config.aufs'
@@ -45,7 +46,7 @@ source=(#"https://www.kernel.org/pub/linux/kernel/v4.x/linux-${_basekernel}.tar.
4546
# MANJARO Patches
4647
'fix-dependency-cycle-in-44rc1.patch::https://lkml.org/lkml/diff/2015/11/6/987/1'
4748
)
48-
sha256sums=('89e513c255b869b08e1cbe0616dbd4e34a79f29c3809fb6736627b2531cdec00'
49+
sha256sums=('50396673a02762a2f5d229b6b228da17ee64f9d6288b60416bd8c0aac9b5e49d'
4950
'0ea4c5126b2088769fe1f5e308a4eb81c3a8d9e76f2d225748a4e1800d8a2c68'
5051
'384ea5b48f960838bbb1a6284df3bdb88dbd8c3db6b349ab0711e92f23ff24a3'
5152
'd1cecc720df66c70f43bdb86e0169d6b756161c870db8d7d39c32c04dc36ed36'

Diff for: manjaro-release/PKGBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Guinux <[email protected]>
22

33
pkgname=manjaro-release
4-
pkgver=15.09
4+
pkgver=15.12rc1
55
pkgrel=1
66
pkgdesc="Manjaro's release definition"
77
arch=("any")
@@ -10,7 +10,7 @@ license=('GPL2')
1010
depends=('lsb-release')
1111
source=('lsb-release')
1212
install="manjaro-release.install"
13-
sha256sums=('64737aee205fc20ebaf85cad8857c6e8fb127cf82f3583644097bd274d88de2d')
13+
sha256sums=('e4d64d39c4e562790b7cf1b27ab0052928194da26db6269dc0967131be49c1ca')
1414

1515
package() {
1616
# Copy files

Diff for: manjaro-release/lsb-release

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
DISTRIB_ID=ManjaroLinux
2-
DISTRIB_RELEASE=15.09
3-
DISTRIB_CODENAME=Bellatrix
2+
DISTRIB_RELEASE=15.12-rc1
3+
DISTRIB_CODENAME=Capella
44
DISTRIB_DESCRIPTION="Manjaro Linux"

0 commit comments

Comments
 (0)