summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2021-07-26 00:45:27 +0200
committerJoan Figueras2021-07-26 00:45:27 +0200
commit711bc194926a36214d307fb3c4668ed7ac5abd2e (patch)
treefeeba55356aa13fec32db91218efa75fb3b94a52
parent43e5c2b366e809553a772b4956daafd758362bd6 (diff)
downloadaur-711bc194926a36214d307fb3c4668ed7ac5abd2e.tar.gz
5.13.5-xanmod1-cacule
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD6
2 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e95a7f223ad8..3eea9180a7b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,26 +1,28 @@
pkgbase = linux-xanmod-cacule
pkgdesc = Linux Xanmod. Branch with Cacule scheduler by Hamad Marri
- pkgver = 5.13.4
+ pkgver = 5.13.5
pkgrel = 1
url = http://www.xanmod.org/
arch = x86_64
license = GPL2
- makedepends = xmlto
- makedepends = kmod
- makedepends = inetutils
makedepends = bc
- makedepends = libelf
makedepends = cpio
+ makedepends = kmod
+ makedepends = libelf
+ makedepends = perl
+ makedepends = tar
+ makedepends = xmlto
+ makedepends = xz
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.13.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.13.tar.sign
- source = https://github.com/xanmod/linux/releases/download/5.13.4-xanmod1-cacule/patch-5.13.4-xanmod1-cacule.xz
+ source = https://github.com/xanmod/linux/releases/download/5.13.5-xanmod1-cacule/patch-5.13.5-xanmod1-cacule.xz
source = choose-gcc-optimization.sh
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = 3f6baa97f37518439f51df2e4f3d65a822ca5ff016aa8e60d2cc53b95a6c89d9
sha256sums = SKIP
- sha256sums = 923975a3700532bcccfc2dbcc4bbb6ec86bb59dfd3905389675efd04eda3818b
+ sha256sums = 612f4b39430c91f8b1adce7fa688dbaccf75799293972cb4d5493d9d8c74e611
sha256sums = 1ac18cad2578df4a70f9346f7c6fccbb62f042a0ee0594817fdef9f2704904ee
pkgname = linux-xanmod-cacule
diff --git a/PKGBUILD b/PKGBUILD
index 551c05cbc7c5..a95282bae521 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -58,7 +58,7 @@ _makenconfig=
pkgbase=linux-xanmod-cacule
_major=5.13
-pkgver=${_major}.4
+pkgver=${_major}.5
_branch=5.x
xanmod=1
pkgrel=${xanmod}
@@ -68,7 +68,7 @@ arch=(x86_64)
license=(GPL2)
makedepends=(
- xmlto kmod inetutils bc libelf cpio
+ bc cpio kmod libelf perl tar xmlto xz
)
if [ "${_compiler}" = "clang" ]; then
makedepends+=(clang llvm)
@@ -94,7 +94,7 @@ done
sha256sums=('3f6baa97f37518439f51df2e4f3d65a822ca5ff016aa8e60d2cc53b95a6c89d9'
'SKIP'
- '923975a3700532bcccfc2dbcc4bbb6ec86bb59dfd3905389675efd04eda3818b'
+ '612f4b39430c91f8b1adce7fa688dbaccf75799293972cb4d5493d9d8c74e611'
'1ac18cad2578df4a70f9346f7c6fccbb62f042a0ee0594817fdef9f2704904ee')
export KBUILD_BUILD_HOST=${KBUILD_BUILD_HOST:-archlinux}