summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2021-07-26 00:43:40 +0200
committerJoan Figueras2021-07-26 00:43:40 +0200
commitf09709cd8c128c4fb6466723ea718e586290b117 (patch)
tree9e134af1c5b7af38b7008058424f30f7f755e918
parentaf6b085d904435a0fa13543df8fe7a0efbd73185 (diff)
downloadaur-f09709cd8c128c4fb6466723ea718e586290b117.tar.gz
5.10.53-xanmod1
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD6
2 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4e9420ada99..b7c2be22ab7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,26 +1,28 @@
pkgbase = linux-xanmod-lts
pkgdesc = Linux Xanmod LTS
- pkgver = 5.10.52
+ pkgver = 5.10.53
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.10.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.sign
- source = https://github.com/xanmod/linux/releases/download/5.10.52-xanmod1/patch-5.10.52-xanmod1.xz
+ source = https://github.com/xanmod/linux/releases/download/5.10.53-xanmod1/patch-5.10.53-xanmod1.xz
source = choose-gcc-optimization.sh
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = dcdf99e43e98330d925016985bfbc7b83c66d367b714b2de0cbbfcbf83d8ca43
sha256sums = SKIP
- sha256sums = 58ae5190fe3331a20c052d0043e712b6e75f666c86514cb2e37bf42eb5afa4b2
+ sha256sums = a453a9f94410fb63ac668948c1d4b3c97e1547440a7d7d39e6b565d6dbf9844e
sha256sums = 1ac18cad2578df4a70f9346f7c6fccbb62f042a0ee0594817fdef9f2704904ee
pkgname = linux-xanmod-lts
diff --git a/PKGBUILD b/PKGBUILD
index 509d2ab13af3..a9a3c72b752c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -58,7 +58,7 @@ _makenconfig=
pkgbase=linux-xanmod-lts
_major=5.10
-pkgver=${_major}.52
+pkgver=${_major}.53
_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 lld python)
@@ -94,7 +94,7 @@ done
sha256sums=('dcdf99e43e98330d925016985bfbc7b83c66d367b714b2de0cbbfcbf83d8ca43'
'SKIP'
- '58ae5190fe3331a20c052d0043e712b6e75f666c86514cb2e37bf42eb5afa4b2'
+ 'a453a9f94410fb63ac668948c1d4b3c97e1547440a7d7d39e6b565d6dbf9844e'
'1ac18cad2578df4a70f9346f7c6fccbb62f042a0ee0594817fdef9f2704904ee')
export KBUILD_BUILD_HOST=${KBUILD_BUILD_HOST:-archlinux}