summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorptr13372021-07-07 22:04:09 +0200
committerptr13372021-07-07 22:04:09 +0200
commit61b8ef0a48d867ee82d58802d0e0e9cc4dac669a (patch)
tree2d229dec77fe9db25c78d4c0a5016e7de946a563
parent4612e7e561d95213011643ee22075d96a331dccb (diff)
downloadaur-61b8ef0a48d867ee82d58802d0e0e9cc4dac669a.tar.gz
updates
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7740f561ef1..9bed2702a9d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-cacule
pkgdesc = Linux-CacULE Kernel by Hamad Marri and with some other patchsets
pkgver = 5.13.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hamadmarri/cacule-cpu-scheduler
arch = x86_64
license = GPL2
@@ -32,7 +32,7 @@ pkgbase = linux-cacule
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.13/bfq-patches/0001-bfq-patches.patch
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.13/block-patches/0001-block-patches.patch
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.13/fixes-miscellaneous/0001-fixes-miscellaneous.patch
- source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.13/bbr2-patches/0001-bbr2-5.13-introduce-BBRv2.patch
+ source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.13/bbr2-patches-v2/0001-bbr2-patches.patch
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.13/btrfs-patches/0001-btrfs-patches.patch
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.13/android-patches/0001-android-export-symbold-and-enable-building-ashmem-an.patch
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.13/pf-patches-v3/0001-pf-patches.patch
@@ -62,7 +62,7 @@ pkgbase = linux-cacule
md5sums = e16eb528e701193bc8cb1facc6b27231
md5sums = 396c84c4a6557db27f9c3bbfa656ac3e
md5sums = 9bbbd88f0303ccd59064648eaaf80edd
- md5sums = 12cdc30bc3e2a17825b23b63bd6a5e7a
+ md5sums = 1bd37d8e71b2a7aae8ebd2853a08f445
md5sums = 63078800040b2a9a9f19c59c4ebf5b23
md5sums = 81f27f12e20971c7d7fc3a53ffb6842c
md5sums = ed46a39e062f07693f52981fbd7350b7
diff --git a/PKGBUILD b/PKGBUILD
index bab5e5509548..cd323cac3b98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -57,7 +57,7 @@ _srcname=linux-${_major}
pkgbase=linux-cacule
pkgver=${_major}.${_minor}
#pkgver=${_major}
-pkgrel=1
+pkgrel=2
pkgdesc='Linux-CacULE Kernel by Hamad Marri and with some other patchsets'
arch=('x86_64')
url="https://github.com/hamadmarri/cacule-cpu-scheduler"
@@ -82,7 +82,7 @@ source=(
"${_patchsource}/bfq-patches/0001-bfq-patches.patch"
"${_patchsource}/block-patches/0001-block-patches.patch"
"${_patchsource}/fixes-miscellaneous/0001-fixes-miscellaneous.patch"
- "${_patchsource}/bbr2-patches/0001-bbr2-5.13-introduce-BBRv2.patch"
+ "${_patchsource}/bbr2-patches-v2/0001-bbr2-patches.patch"
"${_patchsource}/btrfs-patches/0001-btrfs-patches.patch"
"${_patchsource}/android-patches/0001-android-export-symbold-and-enable-building-ashmem-an.patch"
"${_patchsource}/pf-patches-v3/0001-pf-patches.patch"
@@ -98,7 +98,6 @@ source=(
"${_patchsource}/clearlinux-patches/0001-clearlinux-patches.patch"
"${_patchsource}/ksm-patches/0001-ksm-patches.patch"
"${_patchsource}/v4l2loopback-patches/0001-v4l2loopback-patches.patch"
-# "${_patchsource}/initramfs-patches/0001-initramfs-patches.patch"
)
export KBUILD_BUILD_HOST=archlinux
@@ -109,8 +108,8 @@ prepare() {
cd ${_srcname}
### Add upstream patches
-# echo "Add upstream patches"
-# patch -Np1 -i ../patch-${pkgver}
+ echo "Add upstream patches"
+ patch -Np1 -i ../patch-${pkgver}
### Setting version
echo "Setting version..."
@@ -515,7 +514,7 @@ md5sums=('76c60fb304510a7bbd9c838790bc5fe4'
'e16eb528e701193bc8cb1facc6b27231'
'396c84c4a6557db27f9c3bbfa656ac3e'
'9bbbd88f0303ccd59064648eaaf80edd'
- '12cdc30bc3e2a17825b23b63bd6a5e7a'
+ '1bd37d8e71b2a7aae8ebd2853a08f445'
'63078800040b2a9a9f19c59c4ebf5b23'
'81f27f12e20971c7d7fc3a53ffb6842c'
'ed46a39e062f07693f52981fbd7350b7'