summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiklós Tóth2024-01-21 12:02:17 +0000
committerMiklós Tóth2024-01-21 12:02:17 +0000
commita6d7e46f2beba93496e822cd6dae832e9f98d4d5 (patch)
treea5f1bfb37304b0ed375a6a4e9cf0c7354d068dff
parentbddd72a7ab42c9b42d5756082d9120954bb67063 (diff)
downloadaur-a6d7e46f2beba93496e822cd6dae832e9f98d4d5.tar.gz
automatic update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b82d072dd0f..c701a95a5983 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-xanmod-anbox
pkgdesc = Linux Xanmod with ashmem and binder enabled for Anbox - Stable Mainline [MAIN]
- pkgver = 6.6.11
+ pkgver = 6.6.13
pkgrel = 1
url = http://www.xanmod.org/
arch = x86_64
@@ -17,13 +17,13 @@ pkgbase = linux-xanmod-anbox
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.tar.sign
- source = patch-6.6.11-xanmod1.xz::https://sourceforge.net/projects/xanmod/files/releases/main/6.6.11-xanmod1/patch-6.6.11-xanmod1.xz/download
+ source = patch-6.6.13-xanmod1.xz::https://sourceforge.net/projects/xanmod/files/releases/main/6.6.13-xanmod1/patch-6.6.13-xanmod1.xz/download
source = choose-gcc-optimization.sh
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = d926a06c63dd8ac7df3f86ee1ffc2ce2a3b81a2d168484e76b5b389aba8e56d0
sha256sums = SKIP
- sha256sums = 0952ca7ab9e3f9043324e4fce032baf03cf579518908261ca3cae765a5d0c9d2
+ sha256sums = 11bae6e2368a98b49918b6dcf97d7d431657126d28f97cfad26c4c36b6e2e205
sha256sums = a8b38eb482eb685944757182c4886404abc12703e5e56ec39c7d61298d17d71f
pkgname = linux-xanmod-anbox
diff --git a/PKGBUILD b/PKGBUILD
index 60247ce1b6c6..362cdb33ced2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -73,7 +73,7 @@ fi
pkgbase=linux-xanmod-anbox
_major=6.6
-pkgver=${_major}.11
+pkgver=${_major}.13
_branch=6.x
xanmod=1
_revision=
@@ -96,7 +96,7 @@ makedepends=(
xz
)
if [ "${_compiler}" = "clang" ]; then
- makedepends+=(clang llvm lld python)
+ makedepends+=(clang llvm lld)
fi
options=('!strip')
_srcname="linux-${pkgver}-xanmod${xanmod}"
@@ -118,7 +118,7 @@ done
sha256sums=('d926a06c63dd8ac7df3f86ee1ffc2ce2a3b81a2d168484e76b5b389aba8e56d0'
'SKIP'
- '0952ca7ab9e3f9043324e4fce032baf03cf579518908261ca3cae765a5d0c9d2'
+ '11bae6e2368a98b49918b6dcf97d7d431657126d28f97cfad26c4c36b6e2e205'
'a8b38eb482eb685944757182c4886404abc12703e5e56ec39c7d61298d17d71f')
export KBUILD_BUILD_HOST=${KBUILD_BUILD_HOST:-archlinux}