summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorP.Jung2021-08-16 18:05:15 +0000
committerP.Jung2021-08-16 18:05:15 +0000
commitc5a967c34ccd9a8dc6066dd2eb32ea9279e7266a (patch)
tree31ae74894f37975aff9d32c8159dcf3b2e0f2004
parentc7cddc0632157ef54bfce0857fc6316a0dc88dcf (diff)
downloadaur-c5a967c34ccd9a8dc6066dd2eb32ea9279e7266a.tar.gz
missing md5sum
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97ea3920eaf6..8b397a090ab4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -51,6 +51,7 @@ pkgbase = linux-cacule-rdb-llvm
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.13/zstd-patches-v5/0001-zstd-patches.patch
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.13/clearlinux-patches-v2/0001-clearlinux-patches.patch
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.13/v4l2loopback-patches-v2/0001-v4l2loopback-patches.patch
+ source = auto-cpu-optimization.sh
md5sums = 89020a90124a6798054a03c7a2ead059
md5sums = 8523a8d066c08f037621ec101a6b87fd
md5sums = 9f9b916ed39dc125db45d0bff672f4c0
@@ -78,6 +79,7 @@ pkgbase = linux-cacule-rdb-llvm
md5sums = 2aa4d3664fc16dac2f18fe8c22ba1df1
md5sums = 7dd37a74d7926f4c5ae3b3f76d7172a2
md5sums = 08590776013d05bc7a96ef5557c54200
+ md5sums = 7cf0b5c39d16da18451d1e7e7523d992
pkgname = linux-cacule-rdb-llvm
pkgdesc = The Linux-CacULE-RDB Kernel by Hamad Marri and with some other patchsets with FULL LTO optimization and modules
diff --git a/PKGBUILD b/PKGBUILD
index cbb5c7979ddb..2d1c3f9d08e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -88,6 +88,7 @@ source=(
"${_patchsource}/zstd-patches-v5/0001-zstd-patches.patch"
"${_patchsource}/clearlinux-patches-v2/0001-clearlinux-patches.patch"
"${_patchsource}/v4l2loopback-patches-v2/0001-v4l2loopback-patches.patch"
+ "auto-cpu-optimization.sh"
)
BUILD_FLAGS=(
LLVM=1
@@ -452,4 +453,5 @@ md5sums=('89020a90124a6798054a03c7a2ead059'
'9e5114dba6da65e8d444aa225b109a21'
'2aa4d3664fc16dac2f18fe8c22ba1df1'
'7dd37a74d7926f4c5ae3b3f76d7172a2'
- '08590776013d05bc7a96ef5557c54200')
+ '08590776013d05bc7a96ef5557c54200'
+ '7cf0b5c39d16da18451d1e7e7523d992')