summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiklós Tóth2020-11-19 12:08:37 +0000
committerMiklós Tóth2020-11-19 12:08:37 +0000
commitb4c2b87c5c590c9ca0541d1305ac42fbca819cf3 (patch)
tree998b3e9d1714a08fc8fc654518032e5917904ed3
parent78c5dcb32639aeeef2859bdeec371646ef0a4d7c (diff)
downloadaur-b4c2b87c5c590c9ca0541d1305ac42fbca819cf3.tar.gz
automatic update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD20
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5aacd2617c1a..23909993b4a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-xanmod-anbox
pkgdesc = Linux Xanmod with ashmem and binder enabled for Anbox
- pkgver = 5.9.8
+ pkgver = 5.9.9
pkgrel = 1
url = http://www.xanmod.org/
arch = x86_64
@@ -18,14 +18,14 @@ pkgbase = linux-xanmod-anbox
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.9.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.9.tar.sign
- source = https://github.com/xanmod/linux/releases/download/5.9.8-xanmod1/patch-5.9.8-xanmod1.xz
+ source = https://github.com/xanmod/linux/releases/download/5.9.9-xanmod1/patch-5.9.9-xanmod1.xz
source = choose-gcc-optimization.sh
source = 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-CLONE_NEWUSER.patch
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = 3239a4ee1250bf2048be988cc8cb46c487b2c8a0de5b1b032d38394d5c6b1a06
sha256sums = SKIP
- sha256sums = 79ab831897b6ef2ee6d56f7bc2e2c789aeaa56604a53ae93848fa7848b8756c4
+ sha256sums = 4980bd1f7583a353b3fa595080878bad0b102cb90e43473fd620e0edcbae420c
sha256sums = 2c7369218e81dee86f8ac15bda741b9bb34fa9cefcb087760242277a8207d511
sha256sums = 6c66dba73251440352f93ff32b72f5dd49536d0f17ef9347867660fd3a626991
diff --git a/PKGBUILD b/PKGBUILD
index d62f1cf208f4..9ac7d8ad2c45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -66,7 +66,7 @@ _makenconfig=
### IMPORTANT: Do no edit below this line unless you know what you're doing
pkgbase=linux-xanmod-anbox
-pkgver=5.9.8
+pkgver=5.9.9
_major=5.9
_branch=5.x
xanmod=1
@@ -100,15 +100,15 @@ done
sha256sums=('3239a4ee1250bf2048be988cc8cb46c487b2c8a0de5b1b032d38394d5c6b1a06'
'SKIP'
- '79ab831897b6ef2ee6d56f7bc2e2c789aeaa56604a53ae93848fa7848b8756c4'
+ '4980bd1f7583a353b3fa595080878bad0b102cb90e43473fd620e0edcbae420c'
'2c7369218e81dee86f8ac15bda741b9bb34fa9cefcb087760242277a8207d511'
'6c66dba73251440352f93ff32b72f5dd49536d0f17ef9347867660fd3a626991')
# If use_cachy=y then download cachy patch
-if [ "$use_cachy" = "y" ]; then
- source+=("https://github.com/xanmod/linux/releases/download/${pkgver}-xanmod${xanmod}-cachy/patch-${pkgver}-xanmod${xanmod}-cachy.xz")
- sha256sums+=('66b05c60d91d444a35d2ce1ceb46e3325197c05911767049aac68e7e6d31185f')
-fi
+#if [ "$use_cachy" = "y" ]; then
+# source+=("https://github.com/xanmod/linux/releases/download/${pkgver}-xanmod${xanmod}-cachy/patch-${pkgver}-xanmod${xanmod}-cachy.xz")
+# sha256sums+=('66b05c60d91d444a35d2ce1ceb46e3325197c05911767049aac68e7e6d31185f')
+#fi
export KBUILD_BUILD_HOST=${KBUILD_BUILD_HOST:-archlinux}
export KBUILD_BUILD_USER=${KBUILD_BUILD_USER:-makepkg}
@@ -118,11 +118,11 @@ prepare() {
cd linux-${_major}
# Apply Xanmod patch
- if [ "$use_cachy" = "y" ]; then
- patch -Np1 -i ../patch-${pkgver}-xanmod${xanmod}-cachy
- else
+# if [ "$use_cachy" = "y" ]; then
+# patch -Np1 -i ../patch-${pkgver}-xanmod${xanmod}-cachy
+# else
patch -Np1 -i ../patch-${pkgver}-xanmod${xanmod}
- fi
+# fi
msg2 "Setting version..."
scripts/setlocalversion --save-scmversion