summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2021-07-26 01:40:21 +0200
committerJoan Figueras2021-07-26 01:40:21 +0200
commite4dfa3a20de710f062ec1928e4740e5816921175 (patch)
tree70d55a6e6df69f78d6e4b0f48a18bf46dcef40b5
parentcc6e23c8751e9f5e060d7e929145c6bfef3679c8 (diff)
downloadaur-e4dfa3a20de710f062ec1928e4740e5816921175.tar.gz
5.13.5-xanmod1
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD6
2 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e5977531801..0d41e6a11069 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,26 +1,28 @@
pkgbase = linux-xanmod-edge
pkgdesc = Linux Xanmod - Latest Mainline (EDGE)
- 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/patch-5.13.4-xanmod1.xz
+ source = https://github.com/xanmod/linux/releases/download/5.13.5-xanmod1/patch-5.13.5-xanmod1.xz
source = choose-gcc-optimization.sh
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = 3f6baa97f37518439f51df2e4f3d65a822ca5ff016aa8e60d2cc53b95a6c89d9
sha256sums = SKIP
- sha256sums = 713a7b5b781d115d6579498fd9b3026cd128ba171272a23cece75b0cc0a05988
+ sha256sums = b269302642a1771a598c4fbca21be20b5c3a43c2370245b3ca9037af614a3a96
sha256sums = 1ac18cad2578df4a70f9346f7c6fccbb62f042a0ee0594817fdef9f2704904ee
pkgname = linux-xanmod-edge
diff --git a/PKGBUILD b/PKGBUILD
index 85627f109ab9..5dd404e2f61f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -58,7 +58,7 @@ _makenconfig=
pkgbase=linux-xanmod-edge
_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 lld python)
@@ -95,7 +95,7 @@ done
sha256sums=('3f6baa97f37518439f51df2e4f3d65a822ca5ff016aa8e60d2cc53b95a6c89d9'
'SKIP'
- '713a7b5b781d115d6579498fd9b3026cd128ba171272a23cece75b0cc0a05988'
+ 'b269302642a1771a598c4fbca21be20b5c3a43c2370245b3ca9037af614a3a96'
'1ac18cad2578df4a70f9346f7c6fccbb62f042a0ee0594817fdef9f2704904ee')
export KBUILD_BUILD_HOST=${KBUILD_BUILD_HOST:-archlinux}