summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2020-04-11 19:10:57 +0200
committerJosip Ponjavic2020-04-11 19:10:57 +0200
commita553f7430df59ba67b3d35dae64942088f3f8c84 (patch)
tree3d0818a94e6de8a75614166aad7baee5cd2871c7
parent9036a06b419adabc4619cf1522994d3128699440 (diff)
downloadaur-a553f7430df59ba67b3d35dae64942088f3f8c84.tar.gz
5.6.3-1 (clr 5.6.3-19) enable FONT_TER16x32
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD23
2 files changed, 24 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f90a9bd855bb..86a13ccfffee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-clear-current
pkgdesc = Clear Linux current
- pkgver = 5.6.0.rc7
+ pkgver = 5.6.3
pkgrel = 1
url = https://github.com/clearlinux-pkgs/linux-current
arch = x86_64
@@ -12,12 +12,16 @@ pkgbase = linux-clear-current
makedepends = libelf
makedepends = xmlto
options = !strip
- source = https://git.kernel.org/torvalds/t/linux-5.6-rc7.tar.gz
- source = clearlinux-current::git+https://github.com/clearlinux-pkgs/linux-current.git#tag=5.6.0.rc6-16
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.6.tar.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.6.tar.sign
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.6.3.xz
+ source = clearlinux-current::git+https://github.com/clearlinux-pkgs/linux-current.git#tag=5.6.3-19
source = enable_additional_cpu_optimizations-20191217.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20191217.tar.gz
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = d18c846ef07a699561d3884a34f10941aed4e079c5f2a6fc151e9c54dd8d6373
+ sha256sums = e342b04a2aa63808ea0ef1baab28fc520bd031ef8cf93d9ee4a31d4058fcb622
+ sha256sums = SKIP
+ sha256sums = a677aa98df0fc907314130b511feef3108717d98c405c98a51dde4e06d1c492c
sha256sums = SKIP
sha256sums = 7a4a209de815f4bae49c7c577c0584c77257e3953ac4324d2aa425859ba657f5
@@ -30,6 +34,7 @@ pkgname = linux-clear-current
optdepends = crda: to set the correct wireless channels of your country
optdepends = linux-firmware: firmware images needed for some devices
optdepends = modprobed-db: Keeps track of EVERY kernel module that has ever been probed - useful for those of us who make localmodconfig
+ provides = VIRTUALBOX-GUEST-MODULES
provides = WIREGUARD-MODULE
pkgname = linux-clear-current-headers
diff --git a/PKGBUILD b/PKGBUILD
index 8c5da8209084..4d89ef66c5b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -59,12 +59,12 @@ _localmodcfg=
### IMPORTANT: Do no edit below this line unless you know what you're doing
_major=5.6
-_minor=0
-_rc=7
-_srcname=linux-${_major}-rc${_rc}
-_clr=${_major}.0.rc6-16
+_minor=3
+_rc=
+_srcname=linux-${_major}
+_clr=${_major}.3-19
pkgbase=linux-clear-current
-pkgver=${_major}.${_minor}.rc${_rc}
+pkgver=${_major}.${_minor}
pkgrel=1
pkgdesc='Clear Linux current'
arch=('x86_64')
@@ -74,7 +74,9 @@ makedepends=('bc' 'cpio' 'git' 'kmod' 'libelf' 'xmlto')
options=('!strip')
_gcc_more_v='20191217'
source=(
- "https://git.kernel.org/torvalds/t/${_srcname}.tar.gz"
+ "https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${_major}.tar.xz"
+ "https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${_major}.tar.sign"
+ "https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-${pkgver}.xz"
"clearlinux-current::git+https://github.com/clearlinux-pkgs/linux-current.git#tag=${_clr}"
"enable_additional_cpu_optimizations-$_gcc_more_v.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/$_gcc_more_v.tar.gz"
)
@@ -144,6 +146,9 @@ prepare() {
--enable SECURITY_APPARMOR \
--enable SECURITY_YAMA
+ ## Library routines
+ scripts/config --enable FONT_TER16x32
+
make olddefconfig
### Patch source to unlock additional gcc CPU optimizations
@@ -199,7 +204,7 @@ _package() {
optdepends=('crda: to set the correct wireless channels of your country'
'linux-firmware: firmware images needed for some devices'
'modprobed-db: Keeps track of EVERY kernel module that has ever been probed - useful for those of us who make localmodconfig')
- provides=('WIREGUARD-MODULE')
+ provides=(VIRTUALBOX-GUEST-MODULES WIREGUARD-MODULE)
install=linux.install
cd $_srcname
@@ -311,7 +316,9 @@ for _p in "${pkgname[@]}"; do
}"
done
-sha256sums=('d18c846ef07a699561d3884a34f10941aed4e079c5f2a6fc151e9c54dd8d6373'
+sha256sums=('e342b04a2aa63808ea0ef1baab28fc520bd031ef8cf93d9ee4a31d4058fcb622'
+ 'SKIP'
+ 'a677aa98df0fc907314130b511feef3108717d98c405c98a51dde4e06d1c492c'
'SKIP'
'7a4a209de815f4bae49c7c577c0584c77257e3953ac4324d2aa425859ba657f5')