summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2023-02-23 14:52:25 +0100
committerPiotr Gorski2023-02-23 14:52:25 +0100
commit21c73775cfc4f2d26e20b52d66461fade0d54803 (patch)
tree9507030744cf3032355c989f970234b119a56d1a
parent94df51ba7bb21b984d8ae42768891a0f34b0770c (diff)
downloadaur-21c73775cfc4f2d26e20b52d66461fade0d54803.tar.gz
Add 6.2 line
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30ea2bb2d870..ef62fe08fd8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = linux-usermode
makedepends = bc
makedepends = inetutils
depends = coreutils
+ options = !debug
source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.2.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.2.tar.sign
source = https://gitlab.com/sirlucjan/kernel-patches/raw/master/6.2/um-patches/0001-um-Support-LTO.patch
diff --git a/PKGBUILD b/PKGBUILD
index 6b01fb089711..d896b10fd2c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,6 +16,7 @@ license=('GPL2')
url="http://user-mode-linux.sourceforge.net/"
depends=('coreutils')
makedepends=('bc' 'inetutils')
+options=(!debug)
#_lucjanpath="https://raw.githubusercontent.com/sirlucjan/kernel-patches/master/${_major}"
_lucjanpath="https://gitlab.com/sirlucjan/kernel-patches/raw/master/${_major}"